SA-MP Forums Archive
Can anyone tell me what the hell are these? - 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: Can anyone tell me what the hell are these? (/showthread.php?tid=535845)



Can anyone tell me what the hell are these? - Ox1gEN - 06.09.2014

So I've just now finished working a new a system and I get this type of thing in the compiler box:


Код:
Header size:           2860 bytes
Code size:            80016 bytes
Data size:           118492 bytes
Stack/heap size:      16384 bytes; estimated max. usage=4918 cells (19672 bytes)
Total requirements:  217752 bytes
How am I supposed to fix it because I've tried to update the filterscript I've created but nothing changed, so I assume nothing changed because of this thing, can anyone tell me how to fix this problem?


Re: Can anyone tell me what the hell are these? - Stinged - 06.09.2014

What's the problem?


Re: Can anyone tell me what the hell are these? - Ox1gEN - 06.09.2014

Quote:
Originally Posted by Stinged
Посмотреть сообщение
What's the problem?
lol.. I've wrote it above, I believe that that thing it gives me once I end compiling is kind of like an error although I do not have any, why? Because it creates an AMX file it just doesn't update it after it has reached like 'max capacity bytes'? I don't really know..


Re: Can anyone tell me what the hell are these? - Ox1gEN - 06.09.2014

Quote:
Originally Posted by ******
Посмотреть сообщение
Код:
Stack/heap size: 16384 bytes
max usage:       19672 bytes
Notice anything?
That max usage is greater than Stack/heap size? o.o


Re: Can anyone tell me what the hell are these? - Ox1gEN - 06.09.2014

Quote:
Originally Posted by ******
Посмотреть сообщение
Yes, i.e. you use more stack than you have.
Okay, thanks, I have now fixed this problem.

I wonder though, is there any way to increase the Stack size?