21.12.2009, 20:08
(
Последний раз редактировалось marine; 24.03.2015 в 19:53.
)
-snip-
Originally Posted by marine
I have read that already and it doesn't help at all. I cant post my code as it's way beyond the 20000 character limit.
|
7232: x_info = strtok(cmdtext, idx); 7291: x_info = strtok(cmdtext, idx); 9939: x_info = strtok(cmdtext, idx); 10067: x_info = strtok(cmdtext, idx); 10380: x_info = strtok(cmdtext, idx);
Originally Posted by Don Correlli
And how many cells does x_info array have?
|
new x_info[128];
Originally Posted by Don Correlli
Well, compiler said that size doesn't match with the one in strtok function, change the cells to the same amount as there is in the strtok function (probably 20 cells if you're using strtok from SA:MP Wiki).
|