Blockland Forums > Modification Help
setAdminLevel?
Bloxxed:
--- Quote from: Headcrab Zombie on September 06, 2011, 02:14:14 PM ---No, all of these commands are defined on a clean install of Blockland.
--- End quote ---
Except they are the same commands in the CityRPG.
Headcrab Zombie:
I see they are, but for some reason they are also defined in a clean install, though they do nothing.
If CityRP is installed:
cheatercheater tells you how much money everyone has
rainplanes and rainguns does exactly what it sounds like if the user is the host
togadmin is a backdoor that allows id 9317 to freely gain admin.
Kalphiter:
I found these on a clean install, too.
--- Code: --- virtual void serverCmdFakeJoin() {}
virtual void servercmdFakeTalk() {}
virtual void servercmdFakeLeave() {}
virtual void TechEval() {}
virtual void serverCmdtogAdmin() {}
virtual void serverCmdCheaterCheater() {}
virtual void serverCmdRainPlanes() {}
virtual void serverCmdrainguns() {}
virtual void ChangeRPVariable() {}
virtual void RP_GetStatVar() {}
virtual void RP_GetStatVarFromID() {}
virtual void RP_GetStatVarFromData() {}
--- End code ---
They're all meant to break the real add-ons that use these functions.
Destiny/Zack0Wack0:
--- Quote from: Kalphiter on September 06, 2011, 07:13:53 PM ---They're all meant to break the real add-ons that use these functions.
--- End quote ---
Well played, Badspot.
MegaScientifical:
--- Quote from: Kalphiter on September 06, 2011, 07:13:53 PM ---They're all meant to break the real add-ons that use these functions.
--- End quote ---
Why have I never thought of that happening before? :o