Blockland Forums > General Discussion
Big list O' Console Commands!
BobSevenSevens:
--- Quote from: CrazyGoodDude on September 24, 2009, 03:15:04 PM ---I don't know if you noticed it but I did edit my post because I messed up on the codes if you could please fix it it would help
--- End quote ---
Got it in after the fix.
--- Quote from: Deep2 on September 24, 2009, 06:38:53 AM ---And the one on page 8, what it does is flush your namespace, good if you mess up and change something in a parent.
--- End quote ---
Alright.
Deep2:
--- Quote from: Deep2 on September 23, 2009, 07:26:14 PM ---
--- Code: ---messageall('MsgAdminForce', "\c2PersonsName has become Super Admin (Auto)");
--- End code ---
Fakes someone becoming auto Super, if you want you can also put it in slash command form.
--- Code: ---function servercmdFakeAdmin(%client, %target)
{
if(%client.isadmin==1)
{messageall('MsgadminForce', "\c2"@%target@" has become Super Admin (Auto)");
}
}
--- End code ---
Just type /FakeAdmin Person
after you plug that in console; the if statement lets only admins do it.
--- End quote ---
Just incase you missed it.
BobSevenSevens:
Servercmd's dont count in this list, I put the console form in, though.
Deep2:
--- Quote from: BobSevenSevens on September 24, 2009, 07:18:29 PM ---Servercmd's dont count in this list, put the console form in, though.
--- End quote ---
It's in the first part.
BobSevenSevens:
--- Quote from: Deep2 on September 24, 2009, 07:20:27 PM ---It's in the first part.
--- End quote ---
Sorry, I meant to say that I put the console command part in, edited my post.