OnPlayerEnterVehicle
#2

Use OnPlayerStateChange, instead, with your codes

pawn Code:
public OnPlayerStateChange(playerid, newstate, oldstate)
{
    if(newstate == PLAYER_STATE_DRIVER && oldstate == PLAYER_STATE_ONFOOT)
    {
    }
}
Reply


Messages In This Thread
OnPlayerEnterVehicle - by Alpay0098 - 18.04.2015, 14:52
Re: OnPlayerEnterVehicle - by Fel486 - 18.04.2015, 15:11
Re: OnPlayerEnterVehicle - by fuckingcruse - 18.04.2015, 15:22
Re: OnPlayerEnterVehicle - by Alpay0098 - 19.04.2015, 14:14
Re: OnPlayerEnterVehicle - by fuckingcruse - 19.04.2015, 14:30
Re: OnPlayerEnterVehicle - by Alpay0098 - 19.04.2015, 14:51
Re: OnPlayerEnterVehicle - by fuckingcruse - 19.04.2015, 14:52
Re: OnPlayerEnterVehicle - by Threshold - 19.04.2015, 15:01
Re: OnPlayerEnterVehicle - by Alpay0098 - 19.04.2015, 15:13
Re: OnPlayerEnterVehicle - by Threshold - 19.04.2015, 15:21

Forum Jump:


Users browsing this thread: 2 Guest(s)