pawn-lang / YSI-Includes

Just the YSI include files, none of the extra stuff.
208 stars 106 forks source link

AMX Size #667

Closed pushline closed 5 months ago

pushline commented 5 months ago

I saw someone complaining by their .amx size going up 11mb by only adding y_iterate, then I did the same thing. Used a clean samp-server using the community compiler (3.10.10) and omp package (latest release) and it does go up by 11mb (exact 11.514kb).

The code (on both servers)

#include <open.mp> // or a_samp
#include <YSI_Data\y_iterate>

main() {

}
pushline commented 5 months ago

Ok found what caused it. MAX_PLAYERS being 1000 cause that amx size