Blockland Forums > Suggestions & Requests
Anonymous Admin
Lugnut:
--- Quote from: Uxie² on August 28, 2012, 10:52:55 PM ---We all know you can mess with isAdmin, but it's limited to a real admin, as you cannot load or access the admin gui.
--- End quote ---
...
um
yeah no, this just isn't accurate
Brian Smithers:
--- Quote from: Uxie² on August 28, 2012, 10:52:55 PM ---We all know you can mess with isAdmin, but it's limited to a real admin, as you cannot load or access the admin gui.
--- End quote ---
haha
NOPE
Mold:
--- Quote from: Uxie² on August 28, 2012, 10:52:55 PM ---We all know you can mess with isAdmin, but it's limited to a real admin, as you cannot load or access the admin gui.
--- End quote ---
--- Code: ---%client.isAdmin = 1;
commandToClient(%client, setAdminLevel, 1);
--- End code ---
--- Code: ---%client.isAdmin = 1;
%client.isSuperAdmin = 1;
commandToClient(%client, setAdminLevel, 2);
--- End code ---
Chrono:
You're all trying to figure out some kind of miracle workaround when you should just actually code some of the functions in.
You should leave .isAdmin and .isSuperAdmin at 0 otherwise people will know he's an admin. Considering bans will show his name, and if any players join after he's given this 'anonymous admin', he'll show up as an admin to them.
Lugnut:
--- Quote from: Chrono on August 29, 2012, 08:40:16 AM ---You're all trying to figure out some kind of miracle workaround when you should just actually code some of the functions in.
You should leave .isAdmin and .isSuperAdmin at 0 otherwise people will know he's an admin. Considering bans will show his name, and if any players join after he's given this 'anonymous admin', he'll show up as an admin to them.
--- End quote ---
/silentban
serverCmdSilentBan(%args)
{
blahblah checks
banBLID(%arguments);
blahblah other stuff
}