Quote:
Originally Posted by the1991
well done sir! that's a very useful bit of code to me. a quick question about client_command. what exactly triggers it. for instance, does any client cvar change go to that function. does something like a weapon drop?
|
Only commands trigger it. Client-Side CVars will not trigger that function.
And because weapon drop ("drop") is a command, that would trigger it.
__________________