Blockland Files > Add-Ons
Admin Controls Manager (V6)
Sockton:
--- Quote from: Digmaster on November 06, 2008, 11:00:20 PM ---Saw this is RTB, downloaded it instantly.
--- End quote ---
Space Guy:
--- Quote from: Truce on November 07, 2008, 02:59:28 PM ---Didn't have time to say I updated it when I uploaded the new version. Was running late thismorning.
Anywho, it's been updated for over 8 hours, with the host glitch fixed. Pretty major one.
I had planned to, I just mean I had originally used
--- Code: ---if(%client.bl_id $= getNumKeyID()) {
--- End code ---
to check if the user was the host. Thanks though.
--- End quote ---
Check server::lan and if your client == localclientconnection.getID() for host there, which would work.
Except for dedicated LAN.
General Omega:
This and the trust editor are my favorite RTB additions.
Now if only there were more...
Truce:
Once again, an urgent update. Sorry for all the new versions.
--- Quote from: Space Guy on November 07, 2008, 03:05:53 PM ---Check server::lan and if your client == localclientconnection.getID() for host there, which would work.
Except for dedicated LAN.
--- End quote ---
I just used $server::LAN, in which case it executes the command normally, but if it returns false then it checks what the respective $pref is set to, and then executes the command / returns an error message.
Penguinsfly1:
So that's what you were making...looks good.