[HELP] Error into PlayersCommand
#2

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


Messages In This Thread
[HELP] Error into PlayersCommand - by Smiths - 12.09.2009, 23:26
Re: [HELP] Error into PlayersCommand - by Correlli - 12.09.2009, 23:30
Re: [HELP] Error into PlayersCommand - by LuxurioN™ - 12.09.2009, 23:45
Re: [HELP] Error into PlayersCommand - by Smiths - 13.09.2009, 00:06

Forum Jump:


Users browsing this thread: 1 Guest(s)