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 74528 times)


It takes time for lists to grow. Patience.
Ok, i might have gone too far then.

Look at my post from Page 3.
Whats wrong with that post?



setclientchasecam("#");

I think that's it, it makes some cool effect in camera

You can jam anything into the console that you could otherwise put in a .cs file...

actually I'll add one
getObject(5).delete();
Causes a slate based map to become an infinite void
« Last Edit: February 11, 2011, 11:42:47 PM by Nexus »

If you have SimpleWell Hatmod, itemtick(); in the console will give people hats.

You can jam anything into the console that you could otherwise put in a .cs file...
musiclist.cs

Now you can change music in - game.

$Pref::Server::BrickLimit = "XXXX";


"X" means amount of bricks that are allowed to be placed.


Sorry if this one has already been posted, I'm in a rush right now.


Dude, when I gave you permission to make topic because I didnt want to maintain my old one, I told you to copy-paste the list I had compiled into your OP. Here it is:

http://forum.blockland.us/index.php?topic=82294.0


musiclist.cs

Now you can change music in - game.

You make no sense....

Dude, when I gave you permission to make topic because I didnt want to maintain my old one, I told you to copy-paste the list I had compiled into your OP. Here it is:

http://forum.blockland.us/index.php?topic=82294.0


Ok, il do that if you want me to.
But not now, im busy.

%servercmdmessagesent(Findclientbyname("namehere"), "message here"); - Lets you talk as someone else.

I'm getting the impression that the OP doesnt actually know how this stuff works, and isnt maintaining this topic very well.

Bump


EDIT:
what is the command to load an addon while ingame?
« Last Edit: February 23, 2011, 10:14:32 AM by Nethog »

getObject(5).delete();
missionGroup.getObject(5).delete();



Quote from: Nethog
what is the command to load an add-on while ingame?
Script_Votekick: exec("Add-Ons/Script_Votekick/server.cs");