SmartCMD
SmartCMD copied to clipboard
fast and feature rich command processor
> is there any way to make special letter support for the commands or the alternate? (i mean é,á,ű etc) > the script dont have to distinguish the a and...
As I see, there's a lot #emit instructions in the smartcmd, so probably it won't work with JIT cause of memory hacking or something like this. Am I right or...
There is `CMD_SUCCESS` and `CMD_FAILURE` which are expected to be used as return values in the command functions. These definitions don't quite make sense for use in the `OnPlayerCommandReceived` callback....