SA-MP Forums Archive
player state - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: player state (/showthread.php?tid=218278)



player state - yarrum3 - 29.01.2011

How do i tell if a player has exit a car from the passenger seat.


AW: player state - Nero_3D - 29.01.2011

pawn Код:
public OnPlayerStateChange(playerid, newstate, oldstate)
{
    if(oldstate == PLAYER_STATE_PASSENGER)
    {
    }
}
Have fun