Quote:
Originally Posted by simanovich
I don't know if it was fixed on the last CS update, but when you register an console command you should return always 1.
|
There is nothing to fix, this is just logic, you send a command from client, command that the game does not recognize because it is an amxx command, so if you don't blocl it with amxx when the engine sends it to the game dll, game dll returns "unknown command".
@Blizzard_87
When there is a problem in plugin_init (or in any function), like the callback you registered doesn't exist in the code, the rest of the function is not executed.
__________________