12.09.2009, 23:30
The error is here:
it should be:
500 cells? Are you crazy? You don't need more than 128 and you should return 0 at the end of the OnPlayerCommandText callback.
pawn Код:
cmd = strtok(cmdtext);
pawn Код:
new idx = 0;
cmd = strtok(cmdtext, idx);