16.03.2013, 17:08
Go into the gamemode and remove this:
pawn Код:
if(PlayerInfo[playerid][pAdmin] && !PlayerInfo[playerid][pSafeAdmin] && !aDuty[playerid])
{
new string[128];
format(string, sizeof(string), "%s (%s) has been flagged as an unsafe admin.", RPN(playerid), RPIP(playerid));
Log("logs/safeadmin.log", string);
Kick(playerid);
}