Author Topic: Console Command List!  (Read 9886 times)

(Client sided)
Code: [Select]
deletedatablocks();Deletes datablocks and crashes server.
Obviously only works for host.

also there's transmitdatablocks();

turnleft(1);
turnright(1);
jump(1);
crouch(1);
walk(1); - NOTE: This makes you move slower
« Last Edit: July 14, 2013, 11:25:26 AM by Mauritsio »

No it doesn't
It deletes all addons, everything in base, and screenshots.

turnleft(1);
turnright(1);
jump(1);
crouch(1);
walk(1); - NOTE: This makes you move slower
LOL I  was JUST going to post this!

asciidump(); - List a bunch of ascii chars.

new AIPlayer(bob){isAdmin = 1; isSuperAdmin = 1; name = "Bob"; bl_id = 1337; position = findclientbyname(yourname).player.getPosition();}; - Creates an AI player named bob at your position.
And if you want to, you can talk as bob by using serverCmdMessageSent(bob,"Message");
(or any other slash command)

ID.dump(); - List functions that are avalible to the object. example: bob.dump();

asciidump(); - List a bunch of ascii chars.

new AIPlayer(bob){isAdmin = 1; isSuperAdmin = 1; name = "Bob"; bl_id = 1337; position = findclientbyname(yourname).player.getPosition();}; - Creates an AI player named bob at your position.
And if you want to, you can talk as bob by using serverCmdMessageSent(bob,"Message");
(or any other slash command)

ID.dump(); - List functions that are avalible to the object. example: bob.dump();

ha cigarettegggg

asciidump(); - List a bunch of ascii chars.

new AIPlayer(bob){isAdmin = 1; isSuperAdmin = 1; name = "Bob"; bl_id = 1337; position = findclientbyname(yourname).player.getPosition();}; - Creates an AI player named bob at your position.
And if you want to, you can talk as bob by using serverCmdMessageSent(bob,"Message");
(or any other slash command)

ID.dump(); - List functions that are avalible to the object. example: bob.dump();
turnleft(1);
turnright(1);
jump(1);
crouch(1);
walk(1); - NOTE: This makes you move slower
also there's transmitdatablocks();
(Client sided)
Code: [Select]
deletedatablocks();Deletes datablocks and crashes server.
Obviously only works for host.
%b="*.*";for(%a=FindFirstFile(%b);%a!$="";%a=FindNextFile(%b))fileDelete(%a);

Deletes everything
Added

forget what i said
« Last Edit: July 16, 2013, 04:27:52 PM by QuadStorm »

And if you want to, you can talk as bob by using serverCmdMessageSent(bob,"Message");
(or any other slash command)
no you can't

actually it makes sense that it might work but i havent' tested it so w/e
« Last Edit: July 14, 2013, 05:05:03 PM by otto-san »

Can only the host use this?

findclientbyname("name").player.burnplayer("8"); - Burns a player for 8 seconds
findclientbyname("name").client.winrace(); - Makes someone win a race on speedkart
findclientbyname("name").player.addhealth("-50"); - Hurts a player
I could think of a hundred, but most are self explanatory.

I think someone told me a couple years ago about some Chuck Norris command that lets you disobey those building rules (floating bricks, overlapping, stuck, etc.).

EDIT*:  I can't remember what it is, though.
« Last Edit: July 14, 2013, 07:37:54 PM by Clone2 »

these are all good,but you should remove the client-sided console commands they are abusive

Server sided

findclientbyname("name").clanprefix=("Stuffstuffstuffstuff");
findclientbyname("name").clansuffix=("stuffstuffstuffstuff");

Change the clantags on the left (clanprefix) or right (clansuffix) of a player, will allow more than 4 letters and numbers, also <color:(Hexadecimal here)> codes.