18.02.2013, 15:18
Hey guys, I have my own admin script which I made, and I have noticed many admins banning/kicking/warning/muting eachother. How do I stop them from doing it.
Here is the line to check if the player is an admin:
You can change the 1 to another admin level.
So my question is, how do I stop admins from banning/kicking/warning/muting eachother. It's getting really annoying.
Please help!
Here is the line to check if the player is an admin:
pawn Code:
if(pInfo[playerid][Adminlevel] < 1)
So my question is, how do I stop admins from banning/kicking/warning/muting eachother. It's getting really annoying.
Please help!