04.11.2012, 03:56
Your problem is here:
You missed a ) after playerid..so simply change it to this:
pawn Код:
if(GetPlayerState(playerid != 1)
pawn Код:
if(GetPlayerState(playerid) != 1)