05.02.2011, 10:58
I searched every where,but I didn't found.I want to make that when I set player's adminlevel to 5 ,he can acces to admins team.
In here
how to change,that ?
I tried to change like: if (pAdminLevel = 5) XD,but it not works Xd
Код:
if(gTeam[playerid] == TEAM_ADMINS ) { if (IsPlayerAdmin(playerid)) { ForceClassSelection(playerid); SetPlayerHealth(playerid, 0.0); } }
Код:
if (IsPlayerAdmin(playerid))
I tried to change like: if (pAdminLevel = 5) XD,but it not works Xd