12.06.2012, 07:10
Yes but if you are using ZCMD you must put your strcmp commands inside "OnPlayerCommandReceived" instead of "OnPlayerCommandText".
There's no good reason to mix the two though, using ZCMD for commands only is faster and easier.
Using "OnPlayerCommandText" will break your ZCMD commands.
There's no good reason to mix the two though, using ZCMD for commands only is faster and easier.
Using "OnPlayerCommandText" will break your ZCMD commands.

