11.08.2016, 03:04
PC_EmulateCommand is the only actual way to do it then. It's the only one that actually calls the legit command. It's the only one that will take all of this plugin's features into consideration.
Like Y_Less always said about this with YCMD, if a commands features are meant to be called anywhere other than the command then those features should be in a function of their own. Call that separate function from the command. There should be absolutely no need AT ALL to call a command callback manually.
Also, I thought callcmd was a macro for PC_EmulateCommand.
Like Y_Less always said about this with YCMD, if a commands features are meant to be called anywhere other than the command then those features should be in a function of their own. Call that separate function from the command. There should be absolutely no need AT ALL to call a command callback manually.
Also, I thought callcmd was a macro for PC_EmulateCommand.