Is this a problem? - 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: Is this a problem? (
/showthread.php?tid=566678)
Is this a problem? -
ATGOggy - 07.03.2015
Is there anything I need to worry about in this?:
pawn Код:
Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
Header size: 8300 bytes
Code size: 685476 bytes
Data size: 23740692 bytes
Stack/heap size: 16384 bytes; estimated max. usage: unknown, due to recursion
Total requirements:24450852 bytes
I have about 9k lines of codes.
Re: Is this a problem? -
PowerPC603 - 07.03.2015
Seems you have functions that call themselves (recursion).
It should be no problem if you did it right (no endless loops in any condition).
Re: Is this a problem? -
ATGOggy - 07.03.2015
Functions that call themselves?
I made sure that there's no endless loops.