SA-MP Forums Archive
errm HELP - 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: errm HELP (/showthread.php?tid=523778)



errm HELP - Timeless - 03.07.2014

After i converted a irc filterscript to game mode i got this is this bad? is this good? O.O ... do i have to many variables?

*EDIT* i have no errors or warning when compiling the game mode, if this is a problem how do i fix it?

Header size: 12204 bytes
Code size: 499324 bytes
Data size: 17658972 bytes
Stack/heap size: 16384 bytes; estimated max. usage: unknown, due to recursion
Total requirements:18186884 bytes


Re : errm HELP - S4t3K - 03.07.2014

This is just the debug info.

If you haven't requested them by yourself, it means that there is a memory overflow, so yes, you have used too many variables.
Else, don't worry.


Re: errm HELP - Timeless - 03.07.2014

i didn't request them /: i have a lot of variables hidden inside these { } should i remove them and make global variables? cause i use them mostly for sentences with "player1 has killed player2" or "player1 has teleported to" and so on