05.02.2011, 11:45
Ok,It works now
I made:
That only admins with 1,2,3,4,5 level can acces this team.
I made:
Код:
if(gTeam[playerid] == TEAM_ADMINS ) { if(PlayerInfo[playerid][pAdminLevel] == 0) { ForceClassSelection(playerid); SetPlayerHealth(playerid, 0.0); } }