SmartCMD icon indicating copy to clipboard operation
SmartCMD copied to clipboard

fast and feature rich command processor

Results 4 SmartCMD issues
Sort by recently updated
recently updated
newest added

For example i am writing "/me" but running "/help" command.

bug
help wanted

> 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...

enhancement

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....

enhancement