commandToServer('wtf');
Is equivalent to using /wtf, or hitting the confusion emote key bind.
Your right -- but your not helping.
I know that as well. But I need to know how to figure out what put _after_ the /command part
ex:
/ban ? ? ?
what goes there? and in what order?
just typing /ban in the game, gives nothing
if I type: /ban 1234
I get an error about BL_ID not specified. Not very helpful, but at least it Tells me something.
So I searched around in some mods and found:
serverCmdBan(%cl, %name, %bl_ID, %time, %reason)
but for the person who wrote the mod to begin with -- where did they get the info from???