12.06.2012, 18:18
i got the same problem but its these codes
Pawn Code:
(231) : error 047: array sizes do not match, or destination array is too small
(234) : error 047: array sizes do not match, or destination array is too small
tmp = strtok(params, index);
tmp2 = strtok(params, index);
these 2 are 231 and 234 can anybody help
Pawn Code:
(231) : error 047: array sizes do not match, or destination array is too small
(234) : error 047: array sizes do not match, or destination array is too small
tmp = strtok(params, index);
tmp2 = strtok(params, index);
these 2 are 231 and 234 can anybody help