Poll

Is this list worthy of a sticky?

Yes
No
Needs more commands

Author Topic: Big list O' Console Commands!  (Read 126184 times)

jet();

mousefire():

I cant believe they haven't been posted yet.

I posted those.

dumpConsoleFunctions();

/thread

Edited.

EDIT: Does anyone have the command to make vehicles go really fast? I know its

something.something(200);
« Last Edit: September 04, 2009, 10:32:30 AM by BobSevenSevens »

vehicleDB.maxWheelSpeed = x;


For a look at all the functions there are, go into the console, press space, then press Tab.

It goes through the alphabetically-ordered functions one by one.

If you hold down tab, it shuffles through them really fast.

I posted "crash();".  Not "quit();".

For a look at all the functions there are, go into the console, press space, then press Tab.

It goes through the alphabetically-ordered functions one by one.

If you hold down tab, it shuffles through them really fast.

Also, if you press Shift-Tab you will cycle through them backwards.

vehicleDB.maxWheelSpeed = x;

I tried that the other day and nothing happened. :(

explodeclock(); - makes the clock explode in the map bedroom.

type in a random letter and hit TAB.

getplayername(); gets the name
bottomprintall();
messageall('',"");
chatmessageall();
centerprintall();


Quote from: Regulith
Mount object to object

   ObjectID.mountobject(ObjectD,0);

Change object scale

   ObjectID.setPlayerScale.("# # #");

Didn't I post those in the other topic?

Please amend the list.

Link & Link

echo(Put what you want to echo here.); - When you press enter, it will say it in the console.

turnright(); - Makes you spin right.

turnleft(); - Makes you spin left.

commandtoserer('messagesent',"LOLOL YUR MESSAGE GOES HERE! :D"); - Congrats, you sent a chat message.

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.



There I edited and added more. Now stop being picky.

Edit - Kalph corrected me on Square Root.
« Last Edit: September 04, 2009, 06:21:13 PM by Gamefandan »