Blockland Forums > General Discussion
Big list O' Console Commands!
<< < (24/71) > >>
Deep2:

--- 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.
CrazyGoodDude:
I got some:

Fake Kill All My Bricks

--- Code: ---for(%i=0;%i<BrickGroup_XXXX.getCount();%i++) { BrickGroup_XXXX.getObject(%i).fakeKillBrick("0 0 0",60); }

--- End code ---
// fill in the X's with your BLID

Force Load Add-on

--- Code: ---e(ADD-ON NAME HERE);transmitDataBlocks();

clientCmdMissionStartPhase3();
--- End code ---
// Do it in the order I got it in!!
// This will force load an add-on you have in your folder, careful if a player does not have this add-on it will crash them from your game

EDIT: The first one is Client Sided (I think... o.O)
But I know for a fact that the second one is Server Sided
Flying Ace:
Are there any other refresh cache commands? Just for future reference..
BobSevenSevens:
That first one has the same basic idea as the script I'm working on. Also editing right now. Edited.
CrazyGoodDude:
oops! I posted the force load add on wrong, I accidentally left the last add-on name I used in there, you might wanna change it.
Navigation
Message Index
Next page
Previous page

Go to full version