RCON Admin Banned?
#3

Where ever the script bans you, it is set up where if you have a minigun, ban you. Make it something like this


(replace (( ban(playerid); )) with this
if(IsPlayerAdmin(playerid))
{
return 1;
}
else
{
ban(playerid);
}


it should work , you may have to fix it a little. This will keep it from banning admins. It can be put under any auto-ban code. Of corse like i said, this is just detecting an RCON admin. You can modify this to your likeings.
Reply


Messages In This Thread
RCON Admin Banned? - by SampFreak09 - 01.07.2009, 07:06
Re: RCON Admin Banned? - by Gappy - 01.07.2009, 07:17
Re: RCON Admin Banned? - by Dylan_Madigan69 - 26.03.2013, 12:43

Forum Jump:


Users browsing this thread: 1 Guest(s)