08.01.2011, 16:56
pawn Code:
public OnPlayerStateChange(playerid, newstate, oldstate)
{
if(newstate == PLAYER_STATE_PASSENGER) //Check for passenger state
{
if(spec == 7)
{
//Your player is a passenger and there "spec" is 7
}
}
return 1;
}