player state
#1

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

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


Forum Jump:


Users browsing this thread: 2 Guest(s)