08.07.2014, 16:54
What an unusual issue.
Maybe you've used "#pragma dynamic" in your code ?
Or too big arrays ?
The .pwn file's size is just the number of letters in the mode, while the amx file's size is the size of the include files + the size of all the variables + the numbers of letters (+ eventually a #pragma dynamic).
Maybe you've used "#pragma dynamic" in your code ?
Or too big arrays ?
The .pwn file's size is just the number of letters in the mode, while the amx file's size is the size of the include files + the size of all the variables + the numbers of letters (+ eventually a #pragma dynamic).