10.04.2009, 20:49
how can i check if a player is a Passenger?
I mean that OnPlayerStateChange
I did this:
but how to check if the player is a passenger?
I mean that OnPlayerStateChange
I did this:
pawn Код:
if(newstate && PLAYER_STATE_DRIVER)
{
return 1;
}