23.02.2010, 15:11
What you do on OnPlayerCommandText is: return SendClientMessage
if you want your own custom message to be sent if unknown command,
Well im trying to do this with zcmd callbacks,
Ive tried doing it on both callbacks at different times,
And on them both, If i type a valid command,
It does what the command should do, AND sends a message saying Command is not recgonize /help for more info
If i type invalid command it says SERVER: Unknown Command and also sends a message saying Command is not recgonize /help for more info?
Anyone have any idea or know how to do it correctly?
if you want your own custom message to be sent if unknown command,
Well im trying to do this with zcmd callbacks,
Ive tried doing it on both callbacks at different times,
And on them both, If i type a valid command,
It does what the command should do, AND sends a message saying Command is not recgonize /help for more info
If i type invalid command it says SERVER: Unknown Command and also sends a message saying Command is not recgonize /help for more info?
Anyone have any idea or know how to do it correctly?