Quote:
Originally Posted by HamletEagle
Ah, it's like that, I was thinking you have different publics for each command.
Then, probably your best bet is using client_command forward since it pass command name.
|
I was actually thinking of using different publics but with more than 20 weapons added I figured this would be more, uh, elegant is the word I guess. I'd probably use it as a last resort, which at this point is likely to happen anyway since I can't wrap my head on how to do this yet...
Sooooo, I should register a forward, like this?
PHP Code:
register_forward(client_command, "ClientCommandBuyPrimary")
And put my code in there?...