SA-MP Forums Archive
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: ERROR!!!!!!!!! :( (/showthread.php?tid=412873)



ERROR!!!!!!!!! :( - shoaib_sait - 03.02.2013

Hey all

I got this error while compiling ppc script

pawn Код:
C:\Users\********\Desktop\*****\tgg\pawno\include\PPC_Defines.inc(265) : error 018: initialization data exceeds declared size
Pawn compiler 3.2.3664          Copyright (c) 1997-2006, ITB CompuPhase


1 Error.
I cant understand please help.


Re: ERROR!!!!!!!!! :( - MarkoN - 03.02.2013

Place that line number 265 here (but the one of your include)...


Re: ERROR!!!!!!!!! :( - shoaib_sait - 03.02.2013

here it is

Код:
	{TXT_TimedLicense},



Re: ERROR!!!!!!!!! :( - MarkoN - 03.02.2013

remove the comma at the end
pawn Код:
{TXT_TimedLicense}
it should be like this