06.08.2013, 08:26
No.
But that means if they're score it's over 300 you can't choose the sniper class, that's what you wanted to do?
But you need to put that after if(listitem == 1) otherwise it will not work
pawn Код:
if(GetPlayerScore(playerid) >= 300)
{
SendClientMessage(playerid, COLOR_RED, "[SERVER]{FFFFFF}You must be at least rank 2");
return 1;
}
But you need to put that after if(listitem == 1) otherwise it will not work