18.02.2014, 17:15
Do you have some big arrays in there with alot of data?
That matters more than just code.
Just adding this array to my own code increases AMX size from 351 Kbytes to 37 Mbytes.
But 4.5 Mbytes isn't much to worry about.
You could search your script and see if u need to shrink some arrays if you have alot of them with unused indices.
That matters more than just code.
pawn Код:
new array[1024][1024][32];
But 4.5 Mbytes isn't much to worry about.
You could search your script and see if u need to shrink some arrays if you have alot of them with unused indices.