18.10.2017, 16:08
It its occuring when performing commands then print each of the cmd
Now, this will print each commands performed, and then check which of the cmds are showing the warnings.
After that, it becomes easy to fix.
PHP код:
//just explaining, dont copy this
OnPlayerCommandPerformed(params here)
{
printf("[CMD] %s", cmdtext)
};
After that, it becomes easy to fix.

