Detect unused stocks, public's... - 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: Detect unused stocks, public's... (
/showthread.php?tid=494544)
Detect unused stocks, public's... -
ajwar - 13.02.2014
Is there any software or something like that to detect unused stock's, public's? Gamemode has ~60k lines..
Re: Detect unused stocks, public's... -
ColeMiner - 13.02.2014
publics are always used, stocks are functions you have told the compiler to ignore if they're not used, so no - because you've disabled that ability.