Author Topic: Server and Console commands  (Read 4498 times)

Can anyone post all the ~ Console and Dedicated Console commands? I just want to know them

Open the consol, press space and press tab, every function the game has.

Thing is, i don't know how to use them :P

How would I ban someone through the dedicated console?

commandtoserver('ban',"name","ID","time","reason");

I think.

commandtoserver('ban',"name","ID","time","reason");

I think.
Via the dedicated server? I don't think so. commandtoserver's are for clients.
You COULD do this if an admin was on the server though...
1. use listClients(); , and find the client number of the admin on the server.
2. within the decicated:
Code: [Select]
serverCmdBan(ADMIN#, "name", ID, TIME, "reason");ID and time don't need quotes because they aren't strings, they are numbers.
ADMIN# is the client number found via listClients();
3. The console window should now display the usual stuff it shows when you ban someone.
4. Done! :cookieMonster:

Servercmd is commandtoserver

Yes, I DO know that they are interchangeable, but serverCmd's are for scripting and console (which is just like a script, only stuff is immediately executed and stuff... you get the point.) usage. commandtoserver's are for moar client-based things. Meh, someone needs to make a quickie tut on the difference, because I don't think I get it either... :cookieMonster:

Well how do you color chat and not show your name? I see people do it alot

Colorchat: requires a serverside modification now(to my knowledge)
not show your name: no idea :/

Rkynick on your serber you had like Banana Phone! and Shadow, Shadow

Id like a list of all the / commands for every mod and blockland.

In consol type " commandtoserver('" with the space then press TAB, a lit of all serverCmds that you have.

Do you realize how many functions they?
It would take hours copying them down unless Torque has an all-function dump.

Ok in dedicated console how do you message all so you say like God: Hey all!