14.04.2011, 18:03
try to put this under OnPlayerCommandText
it look like this
Код:
new cmd[128], idx; cmd = strtok(cmdtext, idx);
Код:
public OnPlayerCommandText(playerid, cmdtext[]) { new cmd[128], idx; cmd = strtok(cmdtext, idx);