Exceed Error - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (
https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Exceed Error (
/showthread.php?tid=68334)
Exceed Error -
Zeromanster - 09.03.2009
I get this error while trying to compile my script:
Код:
(1547) : error 018: initialization data exceeds declared size
Here's the code:
pawn Код:
new CivFemalePeds[11][1] = {
// Female civilians down here (by Ellis)
{55},
{69},
{85},
{91},
{172},
{190},
{194},
{201},
{214},
{251},
{263}, // This is the error line
};
Whats the problem here ? I tryed increasing/decreasing
new CivFemalePeds[11] but no luck, please help, thank you
Re: Exceed Error -
Zeromanster - 09.03.2009
Nevermind this, i fixed it
Sry, for the DoublePost...