Pawno warning - 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: Pawno warning (
/showthread.php?tid=150864)
Pawno warning -
ArTisT - 28.05.2010
I get this error
Quote:
C:\Dokumente und Einstellungen\macok\Desktop\WICHTIG\gamemodes\ls.p wn(21 : warning 201: redefinition of constant/macro (symbol "MAX_PICKUPS")
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
Header size: 7744 bytes
Code size: 928040 bytes
Data size: 2188508 bytes
Stack/heap size: 16384 bytes; estimated max. usage=4910 cells (19640 bytes)
Total requirements: 3140676 bytes
1 Warning.
|
If i remove that line "#define MAX_PICKUPS 90" the warning goes away but will it make any problems in my gm then ?
Re: Pawno warning -
Jay_ - 28.05.2010
MAX_PICKUPS is already defined in a_samp.inc
Re: Pawno warning -
aircombat - 28.05.2010
no it won't make anything as jay say , its already defined in a _ samp
Re: Pawno warning -
Jay_ - 28.05.2010
Odd, I'm typing a _ samp .inc (without the spaces) and it's changing it to a_c.
Re: Pawno warning -
Sergei - 28.05.2010
Censore fail.
Re: Pawno warning -
ArTisT - 28.05.2010
Yo ok thanks guys