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



Private_Last_Money warning. - Rocky Racoon - 11.10.2015

When I compile my script I get this warning: warning 203: symbol is never used: "PRIVATE_Last_Money" but when I search that in the "Find" area in pawno it does not show up, I even go to the line number that it's stated on and it's not there. This is shown at the end of my script.

This message also pops up for my stack/heap size when I compile: Stack/heap size: 16384 bytes; estimated max. usage: unknown, due to recursion


Re: Private_Last_Money warning. - Rocky Racoon - 13.10.2015

bump


Re: Private_Last_Money warning. - karemmahmed22 - 14.10.2015

PHP Code:
 #pragma unused PRIVATE_Last_Money 
in top of your script (under defines).