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

haha I remember yesterday on your v20 server you forgeted up the maps

aha

Code: [Select]
function dspam() { if(strLen($dstring) == 0) { $dstring = "8"; } $dstring = $dstring @ "="; commandToServer('messageSent',$dstring @ "D"); $dspam = schedule(1250, 0, dspam); }Makes a snake in the chat that grows, yeah idk.
Would not recommend doing this anywhere aside from your own server.
No, please god no.

messageall('MsgAdminForce', "\c2PLAYERNAME has become Super Admin (Auto)"); --make someone a fake admin (text is green)
messageall('MsgAdminForce', "\c1 No one has become Super Admin"); -- same concept but blue text

c3 = Yellow text

c4 = Light Blue

c5 = Pink

c6 = White

c7 = Gray

c8 = Dark Gray

c9 = Black

So, if I put c5 in the "\c5" area, the text would be this: No one has become Super Admin (i know the color isn't what it is in-game but you get the point)
c4 = cyan how dare you misname this color?
also c0 is red, c1 blue and c2 green

c5 is magenta, not pink >:(

also, c8 is black and there is no c9
« Last Edit: July 16, 2013, 01:16:28 PM by Electrk »


What was that commad that deletes the sky?
Sky.delete();?

c5 is magenta, not pink >:(

also, c8 is black and there is no c9
osht how did I not see this

setres(width,height); ~ Changes your game resolution.


setres(width,height); ~ Changes your game resolution.
Why do you list only 2 arguments when dumpconsolefunctions() shows this
Code: [Select]
virtual bool setRes( int width, int height, int bpp=NULL, int hz=NULL )
« Last Edit: July 16, 2013, 02:32:05 PM by Zeblote »

Because I know what I'm talking about and  you only need the width and height arguments.
http://forum.blockland.us/index.php?topic=199538.0

Because I know what I'm talking about
That's good!

you only need the width and height arguments.
While you might not need them it's still better to have all arguments just in case someone actually wants it

Not really Mold since it would make no difference what so ever.

it would make no difference what so ever.
It does make a difference to that user that wants to change those 2 values

No it doesn't because the changing of those 2 variables will do literally nothing. You're just doing that thing you like to do were you look for problems in everything.

No it doesn't because the changing of those 2 variables will do literally nothing. You're just doing that thing you like to do were you look for problems in everything.

It wouldn't "do literally nothing". It's the color depth and the refresh rate.