09.06.2010, 20:09
You have strtok in your script somehere (stock strtok(...) ) and you are not using it.. like
Well you get the point :P
pawn Код:
new something;
something = strtok(idx,cmdtext);
//You dont have something like this!