07.07.2011, 13:45
Try put this at the bottom of OnPlayerCommandText:
And after replace this:
By this:
PHP код:
new cmd[256], idx;
cmd = strtok(cmdtext, idx);
PHP код:
if(strcmp("/work", cmdtext, true, 10) == 0)
PHP код:
if(strcmp("/work", cmd, true, 10) == 0)