Blockland Forums > General Discussion

Blockland console commands

Pages: << < (3/4) > >>

Swollow:

gunimage.projectile = rocketlauncherprojectile;
makes the gun shoot rockets

Turnleft(1);
Makes you turn to the left

jet(1);
constant jetting

walk(1);
enables walking

Buildstairs();
allows you to spam stairs

while(true){}
I think this crashes your computer (cookie for whoever tries it :P)

Julius The 1st:

_Musicbrickname.setmusic("MusicData_MusicName");
_Vehiclebrickname.Vehicle.Set scale("Numbers here");
FindclientbyBL_ID(BLID).player.playaudio(0,"MusicData_Musicname");
FindclientbyBL_ID(BLID).player.playaudio(0);
FindclientbyBL_ID(blid).Player.mountImage(gunImage,0);


function serverCmdCointoss(%client){if(getRandom(0,1)){messageAll("","Cointoss: Heads");}else{messageAll("","Cointoss: Tails");}}


messageall('MsgAdminForce', "\c2PersonsName has become Super Admin (Auto)");

findclientbyname(name).player.hidenode("node");



vehiclenamevehicle.forwardthr ust=99999; -makes a vehicle go fast foward
vehiclenamevehicle.backwardth rust= # ; (or reversethrust)
vehiclenamevehicle.yawforce= # ;
vehiclenamevehicle.rollforce= # ;
vehiclenamevehicle.pitchforce= # ; - all change stuff with a vehicle


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


serverConnection.chasecam(<number>);


echo(mPow(7,9)); - Echos 7 to the power of nine.
echo(mSqrt(4)); - Echos the square root of 4.
echo(1+1); - Echos what 1+1 equals.
echo(1-1); - Echos what 1-1 equals.


commandToClient(findClientByName("Name"),'doupdates');


commandtoserver('ban',0,ID,Time,"Multiple Word Reason");

vehicleDB.maxWheelSpeed = x;


Swollow:


--- Quote from: Julius The 1st on August 22, 2010, 09:33:53 AM ---_Musicbrickname.setmusic("MusicData_MusicName");
_Vehiclebrickname.Vehicle.Set scale("Numbers here");
FindclientbyBL_ID(BLID).player.playaudio(0,"MusicData_Musicname");
FindclientbyBL_ID(BLID).player.playaudio(0);
FindclientbyBL_ID(blid).Player.mountImage(gunImage,0);


function serverCmdCointoss(%client){if(getRandom(0,1)){messageAll("","Cointoss: Heads");}else{messageAll("","Cointoss: Tails");}}


messageall('MsgAdminForce', "\c2PersonsName has become Super Admin (Auto)");

findclientbyname(name).player.hidenode("node");



vehiclenamevehicle.forwardthr ust=99999; -makes a vehicle go fast foward
vehiclenamevehicle.backwardth rust= # ; (or reversethrust)
vehiclenamevehicle.yawforce= # ;
vehiclenamevehicle.rollforce= # ;
vehiclenamevehicle.pitchforce= # ; - all change stuff with a vehicle


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


serverConnection.chasecam(<number>);


echo(mPow(7,9)); - Echos 7 to the power of nine.
echo(mSqrt(4)); - Echos the square root of 4.
echo(1+1); - Echos what 1+1 equals.
echo(1-1); - Echos what 1-1 equals.


commandToClient(findClientByName("Name"),'doupdates');


commandtoserver('ban',0,ID,Time,"Multiple Word Reason");

vehicleDB.maxWheelSpeed = x;


--- End quote ---
i swear you literally copied and pasted that from here http://forum.blockland.us/index.php?topic=82294.0
and i dont think the bolded ones work

Corbiere:

As has already been semi-stated, all or most of the commands are right here (click O).

{O}

BobSevenSevens:


--- Quote from: Treynolds416 on August 21, 2010, 09:15:56 PM ---Inb4bobsevensevens+thread

--- End quote ---

Yay, someone remembers that.

Here's the link to the thread: http://forum.blockland.us/index.php?topic=82294.0

Pages: << < (3/4) > >>

Go to full version