19.10.2009, 22:29
hm.. maybe try this:
Код:
for(new i = 0; i <MAX_PLAYERS; i++) { if(gTeam[i] == TEAM_COP || classid == 0) { GetPlayerScore(playerid, oscore =< 999); } } else { GameTextForPlayer(playerid,"~w~you cannot use this class/skill~n~ you do not have the required score (1000+) to play as~n~ ~b~ S.W.A.T.",5000,3); } return 0;