17.03.2013, 09:30
Instead of checking their var.
Check their getplayerstate. If all of playerstate id is not the result in GetPlayerState.
Then it means he/she still in class selection.
Check their getplayerstate. If all of playerstate id is not the result in GetPlayerState.
Then it means he/she still in class selection.
pawn Код:
if(GetPlayerState(playerid) != 1 && GetPlayerState(playerid) != 2 && GetPlayerState(playerid) != 3)
return //do whatever you want.