25.07.2015, 17:47
Oh stop copying dude!!
Learn how to script!
Anyway the problem was:
tmp = strtok(cmdtext, idx);
And
anumber = strval(tmp);
Simply add new before tmp and new before anumber -_-
New tmp = strtok(cmdtext, idx);
And
New anumber = strval(tmp);
Learn how to script!
Anyway the problem was:
tmp = strtok(cmdtext, idx);
And
anumber = strval(tmp);
Simply add new before tmp and new before anumber -_-
New tmp = strtok(cmdtext, idx);
And
New anumber = strval(tmp);