Poll

Is this list worthy of a sticky?

Yes
No
Needs more commands

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

Anybody know the command to give somebody admin or super admin from the console? I usually don't go to my server just to give people admin.. lol

GameConnection::isAdmin
GameConnection::isSuperAdmin

If you set those variables to one, it'll take effect but no sound or message.

Alright, thanks Kalphiter.

If you dont have it already, Mousefire(); fixes the hammer glitch and Weapons glitch (continous shooting with an automatic weapon, or continous hitting with a hammer/sword)

You can remove chuckNorris();, it obviously doesn't work

You can remove chuckNorris();, it obviously doesn't work

You cannot remove Chuck Norris.

Hurrrr


Code: [Select]
tree();
Opens up a simplified mission editor to edit inter-map things, like water rain, etc. It's all numbers, though.
« Last Edit: September 18, 2009, 07:51:20 PM by Xerces »

Damn, the list is big. Thanks, everyone who has contributed so far.

findclientbyname(name).player.hidenode("node"); -- Makes a player's body part dissapear

Example:

findclientbyname(ice).player.hidenode("rhand");


changemap("[NAME]");

Now I want to post getmaplist, thanks :(


Isn't there one for changing node colors?

And for the hidenode command, is there a way to do them all at once?