20.03.2012, 18:23
Код:
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 gamemodes\udmlv2.pwn(4756) : error 047: array sizes do not match, or destination array is too small gamemodes\udmlv2.pwn(4765) : error 047: array sizes do not match, or destination array is too small gamemodes\udmlv2.pwn(4801) : error 047: array sizes do not match, or destination array is too small gamemodes\udmlv2.pwn(4870) : error 047: array sizes do not match, or destination array is too small gamemodes\udmlv2.pwn(4966) : error 047: array sizes do not match, or destination array is too small gamemodes\udmlv2.pwn(5034) : error 047: array sizes do not match, or destination array is too small gamemodes\udmlv2.pwn(5043) : error 047: array sizes do not match, or destination array is too small gamemodes\udmlv2.pwn(5074) : error 047: array sizes do not match, or destination array is too small gamemodes\udmlv2.pwn(5083) : error 047: array sizes do not match, or destination array is too small gamemodes\udmlv2.pwn(5114) : error 047: array sizes do not match, or destination array is too small gamemodes\udmlv2.pwn(5123) : error 047: array sizes do not match, or destination array is too small gamemodes\udmlv2.pwn(5153) : error 047: array sizes do not match, or destination array is too small gamemodes\udmlv2.pwn(5162) : error 047: array sizes do not match, or destination array is too small gamemodes\udmlv2.pwn(5215) : error 047: array sizes do not match, or destination array is too small gamemodes\udmlv2.pwn(5262) : error 047: array sizes do not match, or destination array is too small gamemodes\udmlv2.pwn(5270) : error 047: array sizes do not match, or destination array is too small gamemodes\udmlv2.pwn(5381) : error 047: array sizes do not match, or destination array is too small gamemodes\udmlv2.pwn(5391) : error 047: array sizes do not match, or destination array is too small gamemodes\udmlv2.pwn(5402) : error 047: array sizes do not match, or destination array is too small gamemodes\udmlv2.pwn(5428) : error 047: array sizes do not match, or destination array is too small gamemodes\udmlv2.pwn(5437) : error 047: array sizes do not match, or destination array is too small gamemodes\udmlv2.pwn(5460) : error 047: array sizes do not match, or destination array is too small gamemodes\udmlv2.pwn(5469) : error 047: array sizes do not match, or destination array is too small Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 26 Errors.
Код:
\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);
^^^^^^
The lines are pretty much all the same.
new tmp[125];
I had "strtok" defined but removed it because I got another error saying it was "Already Defined".
I can't remember why this error started occurring...But I really can't figure out how to fix it. Someone please help.
If this comes to any help,I'm using these include files
#include <core>
#include <float>
#include <dini>
#include <dudb>
#include <utils>