Blockland Forums > General Discussion
Console Command List!
K3k0m@n:
--- Quote from: QuadStorm on July 14, 2013, 03:43:44 PM ---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)
--- End quote ---
--- Quote from: xSetrox on July 14, 2013, 07:30:23 PM ---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.
--- End quote ---
--- Quote from: Duhman115 on July 14, 2013, 10:03:00 PM ---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.
--- End quote ---
--- Quote from: Advanced Bot on July 15, 2013, 03:37:19 AM ---discoverfile("filepath in the blockland folder.type");
example: discoverfile("add-ons/Script_Script.zip");
exec("filepath/name.type");
example: exec("add-ons/Script_Script/client.cs");
findclientbyname(name).player.schedule(time,tumble,1.5);
--- End quote ---
(might have explained this wrong)
--- Quote from: Electrk on July 15, 2013, 03:48:45 AM ---getNonsense(); returns a (pseudo-) random number
--- End quote ---
Added.
--- Quote from: FourteStreakian² on July 14, 2013, 07:43:50 PM ---these are all good,but you should remove the client-sided console commands they are abusive
--- End quote ---
I guess they are, in a way.
--- Quote from: Clone2 on July 14, 2013, 07:35:23 PM ---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.
--- End quote ---
chucknorris();
Also, it dosent work.
Redconer:
setfov(number);
Setting your fov to 90 resets your zoom
Try setting your fov to 50 or 150
Electrk:
--- Quote from: Redconer on July 15, 2013, 01:19:16 PM ---setfov(number);
Setting your fov to 100 resets your zoom
Try setting your fov to 50 or 150
--- End quote ---
default is actually 90
--- Quote from: K3k0m@n on July 14, 2013, 10:49:21 AM ---Electrik
--- End quote ---
:panda:
Redconer:
--- Quote from: Electrk on July 15, 2013, 01:22:40 PM ---default is actually 90
--- End quote ---
Fixed
The Subject:
--- Quote from: Redconer on July 15, 2013, 01:19:16 PM ---setfov(number);
Setting your fov to 90 resets your zoom
Try setting your fov to 50 or 150
--- End quote ---
Dang! You beat me to it!