Thread: Help me
View Single Post
Kigen
BANNED
Join Date: Feb 2008
Old 09-13-2013 , 16:47   Re: Help me
Reply With Quote #2

You would have to talk to the server owner.

GoD-Tony, you do know that cheat commands should be found using the CVar module, right?

Code:
CVars_AddCVar("speed.toggle",             COMP_NONEXIST,  ACTION_BAN,     "0.0",  0.0,    PRIORITY_HIGH);
Client commands don't get passed to the server. So if the cheat creates a client command called "speed.toggle" then the Command module will never see it. The Command module should only ever be used to test for problems in server-side commands.
Kigen is offline