17.12.2011, 09:24
Quote:
Hello i Amir and i test it and work fine but can you tell me how to remove cmds ban and kick at level 1 and 2?
and remove cmds [un]mute, slap and clearchat at level 1? Just asking if cannot it ok i happy with this system |
You can change find this in that commands:
Код:
if(P_Data[playerid][pAdmin] == 0) return SCM(playerid, COLOR_RED, "You aren't an admin!");
Код:
if(P_Data[playerid][pAdmin] < That_admin_level_what_you_want) return SCM(playerid, COLOR_RED, "You need to be admin with level That_admin_level_what_you_want");