Jump to content
  • 0

Help


alin_samp1996

Question

Cum as putea pune un text label .. la o masina personala.... si cand intra in ea sa dispara textul... dupaia cand o parchezi sa apara textul!

la OnPlayerStateChange am :

[pawn]          new vehicleid = GetPlayerVehicleID(playerid);

    if(newstate == PLAYER_STATE_DRIVER)

    {

      if(vehicleid == maxveh && GetVehicleModel(vehicleid) == 411)

      {

    if(strcmp(PlayerName2(playerid), Car_Owners1, true) == 0 || IsPlayerAdmin(playerid))

      {

    return 1;

    }

    else

    {

    GetPlayerPos(playerid, x,y,z); SetPlayerPos(playerid, x,y,z+5);

    return Errors(playerid, 1);

    }

    }

[/pawn]

ProfesionalGaming Community

www.pgc-zone.tk

Let`ss goo PgC

Link to comment
Share on other sites

1 answer to this question

Recommended Posts

Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more details you can also review our Terms of Use and Privacy Policy.