Poll

Is this list worthy of a sticky?

Yes
No
Needs more commands

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


echo(Put what you want to echo here.); - When you press enter, it will say it in the console.
GASP!
My console said it will kill me DX

*Any chat command*("*Message*"+msqrt(4)+"*Continue message.*");
sends in the square root of 4 in the middle of your message. Will work for any math class function.
Also, deletedatablocks(); does nothing. I tried.
« Last Edit: November 12, 2010, 08:03:05 PM by Texan101 »

This should be separated into client and server sided.

is there an Console Command to change MaxPlayer's?

i want one. please
RTB

I got one:

Code: [Select]
servercmdSelf Delete(findclientbyname(VictimNameHere));

Then same thing, only for find by BL_IDs.

Code: [Select]
servercmdSelf Delete(findclientbyBL_ID("VictimBL_IDHere"));

If I was on your server and you typed:
servercmdstarttalking(findclientbyname("drendran"));
Then wait a bit and type:
servercmdstoptalking(findclientbyname("drendran"));
The blue text at the top that shows who's typing and who isn't would appear to say that I was typing something to chat.

is there an Console Command to change MaxPlayer's?
$Pref::Server::MaxPlayers = 64;

Yeah.
Just replace "64" with whatever amount you want or need.


echo(isfunction(insert function*)); -  Says if the function is 1 (true), or 0 (false) in console.

*If you're looking for a / command, use echo(isfunction(servercmd function));

MM_Fade.delete(); Do it, it makes the main menu fun!!!!!

MM_Fade.delete(); Do it, it makes the main menu fun!!!!!
It deletes the background screenshot fader and leaves a white background.

Run a null commandtoserver();

Crash the client, or if you run server-sided, crash the whole server.

Code: [Select]
Frogger3140-($)(16180)->: commandtoserver(cr@shbl);
/Applications/Blockland/dedicated.command: line 5: 55463 Bus error               ./Blockland.app/Contents/MacOS/Blockland -dedicated -map plate3
logout

[Process completed]
« Last Edit: November 25, 2010, 07:23:22 PM by frogger3140 »

Bumping because of the e(ADDON NAME HERE);transmitDataBlocks();

clientCmdMissionStartPhase3();
// 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
command, it saved my life. :D

Bumping because of the e(ADDON NAME HERE);transmitDataBlocks();

clientCmdMissionStartPhase3();
// 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
command, it saved my life. :D
Will not work, stop copy and pasting.