[Ajuda] Na OnPlayerEnterVehicle
#3

PHP код:
public OnPlayerStateChange(playeridnewstateoldstate)
{
    if(
oldstate == PLAYER_STATE_ONFOOT && newstate == PLAYER_STATE_DRIVER)
    {
        if(!
licence[playerid]) 
            
RemovePlayerFromVehicle(playerid);
    }
    return 
1;

Reply


Messages In This Thread
Na OnPlayerEnterVehicle - by teto27 - 18.10.2017, 04:20
Re: Na OnPlayerEnterVehicle - by ZaHHak - 18.10.2017, 05:18
Re: Na OnPlayerEnterVehicle - by IlanZ - 18.10.2017, 10:44
Re: Na OnPlayerEnterVehicle - by C4rtm4n - 18.10.2017, 11:35

Forum Jump:


Users browsing this thread: 1 Guest(s)