Is this big thing?
#1

Hello dear scripters, happy new year

Well here is my story, I've decided to make unique gamemode, fully dynamic rp/stunt/freeroam/dm mod that will give player most easiest way to create unique server with only few commands (about 20 commands for good rp server). But now while I was coding and compiling, compiler sent me this message:

Код:
Header size:          11268 bytes
Code size:           463244 bytes
Data size:          4968104 bytes
Stack/heap size:      16384 bytes; estimated max. usage=4188 cells (16752 bytes)
Total requirements: 5459000 bytes
I was just wondering is this good or bad thing, how does this affect to my server?

Thanks in advance.
Reply
#2

They are the details of your amx file.
They are coming because in the compiler options you have added -d2 or -d3
Reply
#3

So, it doesn't affect on smoothness of gameplay (script) ?
Reply
#4

No.
I foyu don't want to see them open pawno and goto build>compiler options and remove -d2 or -d3 whatever is there
Reply
#5

thanks ryder +1
Reply
#6

^ exactly. add -S8192 to the compiler options. 8192*4 (cells) == 32768 bytes == 32KB == enough.
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)