13.05.2014, 09:16
Just use strrest instead of strtok. You have to include the function of course if you haven't already.
You can have a look at both functions >> here <<.
Then you also might be able to figure out the problem. Hint: 20 is smaller than 128, thus "the array sizes do not match".
pawn Код:
#include "../include/gl_common.inc"
Then you also might be able to figure out the problem. Hint: 20 is smaller than 128, thus "the array sizes do not match".