SA-MP Forums Archive
Pawno 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)
+--- Thread: Pawno error (/showthread.php?tid=361667)



Pawno error - McFellow - 21.07.2012

Hello,
I have this error
Код:
DSRP.pwn(2904) : error 018: initialization data exceeds declared size
This is the line
pawn Код:
{358,500, "Sniper"},



Re: Pawno error - Youice - 21.07.2012

can you show us the code ?


Re: Pawno error - McFellow - 21.07.2012

What code? Im getting the first code and the second is the line


Re: Pawno error - Roko_foko - 21.07.2012

Show us the code. The part between two ';'


Re: Pawno error - Youice - 21.07.2012

show us the the code which contains the part you included here


Re: Pawno error - McFellow - 21.07.2012

Still don't get it I get this code
Код:
 C:\Users\Patrick\Desktop\samp server\HSRP\gamemodes\HSRP.pwn(2904) : error 018: initialization data exceeds declared size



Re: Pawno error - Roko_foko - 21.07.2012

That is/are warnings/errors
code - part of your HSRP gamemode where compiler finds the error


Re: Pawno error - McFellow - 21.07.2012

Fixed the first but now im getting this error
Код:
error 001: expected token: "}", but found "-string-"
This is the line
pawn Код:
{1608,750 "Shark"},



Re: Pawno error - McFellow - 21.07.2012

Nevermind Fixed