How to delete this?
#1

Since it is related to Pawno,ill ask it here:
Header size: 8720 bytes
Code size: 1273748 bytes
Data size: 2827468 bytes
Stack/heap size: 16384 bytes; estimated max. usage=4892 cells (19568 bytes)
Total requirements: 4126320 bytes

This is what the compiler shows me after every compile

How to delete this?Its annoying already.
Reply
#2

pawn Код:
#pragma dynamic  9100
If doesn't work, add more!
Reply
#3

OMG zh3r0 that sux, telling the compiler to hide that.
SkizzoTrick, you have too big arrays (overused space).
eg.

pawn Код:
new string[128];
format(string, 128, "Hi");
Simple example: 'Hi' contains 2 characters, so the string[128] should be string[2].
And if you have for simple SendClientMessage 256 strings, change thm to 128
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)