Poll

Is this list worthy of a sticky?

Yes
No
Needs more commands

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

findclientbyname("namehere").clanprefix = ("clantaghere"); Changes someones first clan tag. Change clanprefix to clansuffix to change the second clan tag.

findclientbyname("namehere").clanprefix = ("clantaghere"); Changes someones first clan tag. Change clanprefix to clansuffix to change the second clan tag.
Was already posted.


Code: [Select]
Findclientbyname(name).player.playaudio(0,"MusicData_Musicname");If the music you want is Stress, make sure you type "Stress_" instead of "Stress". Also, the -'s are DASH. Example: ATB_-_Let_You_Go =/=  ATB_DASH_Let_You_Go

None of these work is always says part of the command isn't found. >_<

None of these work is always says part of the command isn't found. >_<
Are you the host of the server, if you're not, it does that.

None of these work is always says part of the command isn't found. >_<

and make sure your putting the ();

Otherwise you'll get "Syntax error in input".

function bbrown townl(%i){commandtoserver('ban', 0, %i, -1, "Banned.");%i++;bbrown townl(%i);}
bbrown townl(#);

doing the above will ban everybody from ID (#) inputed and up :o

findclientbyname(CircuitBreaker).player.hidenode("head");
<input> <0>: Unable to find object: '' attempting to call function 'hidenode'
BackTrace: ->ConsoleEntry: :eval

Is that supposed to happen? And how do I get my head to disappear?


function bbrown townl(%i){commandtoserver('ban', 0, %i, -1, "Banned.");%i++;bbrown townl(%i);}
bbrown townl(#);

doing the above will ban everybody from ID (#) inputed and up :o
SWEET!!
« Last Edit: October 03, 2010, 06:57:08 PM by deadpossom »


List has been updated.

God, is this just gonna keep getting bumped?

%bg = Objectidhere.objectGroup; for(%i=0;%i<%bg.getCount();%i++){%bg.getObject(%i).setEmitter(burnEmitterA);} - Sets the object on fire.
Messageall(","<color:fff000>Ghost<color:ffffff>: [InsertMessage]");- You talk as a ghost
echo(4/2); Echos four devided by 2
echo(2*2); Echos two times two
« Last Edit: October 31, 2010, 05:34:26 PM by Miner Blockman »

Example:

e(Weapon_Gun);transmitdatablocks();

and

clientcmdmissionstartphase3();


Loads any Add_On you have, might crash people who don't have it.

is there an Console Command to change MaxPlayer's?

i want one. please