Poll

How should it be layed out?

Name - commands they suggested
30 (76.9%)
no names, just commands
9 (23.1%)

Total Members Voted: 39

Author Topic: Console Command List  (Read 72846 times)

If I can make a suggestion:
1: I hated the original format, just make it Donations and put your name in there.
2: Try to seperate the list into client and server-sided (have people put it in their post which one it is) and make two seperate lists.
Sorry, No can do. Anyway im going to bed, il see you tommow, i hope to see more commands when i get back!

getnonsense();
It's better if you just try it for yourself.

setfov(number);
Lets you set your field of view. Default is 90.

crash(); -Name says all.
while(true){} -Crashes game

mousefire(1); - Repetately fires if on a automatic weapon.
turnleft(1); - I am unsure if this is the precise one, but it makes you turn left perfectly at high speeds. Replace left with right to turn right at high speeds.


Upgraded list, Come on! More commands!

Did you know you can type in one letter, and press tab for all the commands starting with that letter? :D

I remember i entered a server and some noob used servercmdmessagesent to make me say pervy stuff and then banned me lol

Did you know you can type in one letter, and press tab for all the commands starting with that letter? :D
Nope, not at all. I cant test it out on blockland, because il lose the console.log for http://forum.blockland.us/index.php?topic=139734.0.
Please Help me!  :panda:

Code: [Select]
new aiplayer(bob){datablock = serverconnection.getcontrolobject().getdatablock(); position = serverconnection.getcontrolobject().getposition();};
spawns a new ai player named bob, at your position

server sided

and client sided if you catch my drift hehehehe

---

deleteDatablocks();

crashes you

---

Code: [Select]
commandtoserver('teammessagesent',"hi"); //sends message to team
---
random functions and things

Code: [Select]
pitch(INT); //makes you look up/down at given INT
$mvPitch = INT; //works the same way as pitch(INT);
yaw(INT); //makes you turn left/right at given INT
$mvyaw = INT; //works the same way as yaw(INT);
$mvForwardaction = 1; // equivalent to moveForward(1);
$mvBackwardAction = 1; // equivalent to moveBackward(1);
$mvLeftAction = 1; //equivalent to moveLeft(1);
$mvRightAction = 1;// equivalent to moveRight(1);

eval("things"); //used to do advanced tasks
ex:
Code: [Select]
$a = "myFunction()";
eval("function "@$a@"{echo(\"OMGCREATEDFUNCTIONWITHVARIABLE\");}");

then try it, in the console type myfunction() and it should echo that

« Last Edit: December 31, 2010, 07:30:59 AM by howtoshotbillwetellyou »

Nope, not at all. I cant test it out on blockland, because il lose the console.log for http://forum.blockland.us/index.php?topic=139734.0.
Yes. You can do it in the in-game console that can be opened with the "~" key. (I think it's called the tilde key.) Just tested just now. Works.

Yes. You can do it in the in-game console that can be opened with the "~" key. (I think it's called the tilde key.) Just tested just now. Works.
I just said, il lose the console.log for http://forum.blockland.us/index.php?topic=139734.0 if i start blockland


Because i didnt know that.

Because i didnt know that.
Derpaderpaherpadyderpaderp.
« Last Edit: December 31, 2010, 10:01:35 AM by Kingdaro »

e(add-on Name here); transmitdatablocks(); - Lets you load add-ons, but you'll have to change the map for bricks, vehicles, etc.