16.09.2014, 12:43
You're using a separate variable pChar, so you should use it like this:
pawn Код:
if(Player[playerid][pChar] != 240)
{
SetPlayer(playerid, 0);
}

