20.03.2012, 18:34
Quote:
check the array sizes that you're using, make sure that wherever you assign them is larger or equal to where you get the data from. can you post those lines which says there's an error?
|
Код:
\gamemodes\udmlv2.pwn(3693) : error 047: array sizes do not match, or destination array is too small \gamemodes\udmlv2.pwn(4066) : error 047: array sizes do not match, or destination array is too small \gamemodes\udmlv2.pwn(4398) : error 047: array sizes do not match, or destination array is too small
4060: tmp = strtok(cmdtext, idx);
4398: tmp = strtok(cmdtext, idx);
There is 26 total...They are all pretty much the same as the three above