This is normal ?
#1

Код HTML:
Header size:          13612 bytes 
Code size:          2415156 bytes 
Data size:          3002720 bytes 
Stack/heap size:      16384 bytes; estimated max. usage: unknown, due to recursion 
Total requirements: 5447872 bytes 
This is normal ?
Reply
#2

If you compiled with -d3 or -v, then yes. Otherwise it is an indication that you're probably using too much memory. The compiler can't give the exact requirements because you have a recursion (a function that calls itself).
Reply
#3

https://sampforum.blast.hk/showthread.php?tid=409184
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)