SA-MP Forums Archive
Help here abit. - 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)
+--- Thread: Help here abit. (/showthread.php?tid=336697)



Help here abit. - N0FeaR - 23.04.2012

Error i get

Код:
C:\Users\Robins\Desktop\New folder\gamemodes\test.pwn(660) : error 018: initialization data exceeds declared size
C:\Users\Robins\Desktop\New folder\gamemodes\test.pwn(664) : error 018: initialization data exceeds declared size
pawn Код:
new Float:CheckpointAreas[1][6] = {
line 660 {227.1749,-8.1791,1002.2109,206.1350,-3.6644,1001.2109}, // clothing
};

new CheckpointAreaType[1][1] = {
line 664 {CHECKPOINT_CLOTHES},
};



Re: Help here abit. - N0FeaR - 23.04.2012

nvm fixed.