23.10.2012, 13:24
Код:
if(PlayerInfo[playerid][Level] >= 1 || <=5 ) // if its only <=5 it will set all players colour to red since the normal players are level 0 { SetPlayerColor(playerid,red); } if(PlayerInfo[playerid][Level] == 6) { SetPlayerColor(playerid,COLOR_BLUE); }