Huge .amx file
#1

OK, I finally updated my gamemode(server, whatever) to 0.3z, and I see the .amx file is giant:

Libraries used:
pawn Code:
#include <a_samp>
#include <YSI\y_ini>
#include <YSI\y_commands>
#include <sscanf2>
#include <foreach>
#include <getnearest>
#include <fixes2>
#include <mailer>               // By Slice
#include <streamer>
Is it normally for the new version?
Reply
#2

Fancy of changing order of the includes? That might actually help, read whole post here, I had different problem, but my *.amx file size went down from ~700kb to ~400kb. That thing actually happened to me also when I have updated to the latest version.

http://forum.sa-mp.com/showpost.php?...postcount=4664

Might help.

Quote:
Originally Posted by Y_Less
View Post
OK, and where is this giant file?
The point here is, that he had different file size, until he updated server to the latest version, which basically should NOT increase dramatically.
Reply
#3

You script isn't blank. You're including various libraries. y_ini and y_commands themselves include other YSI libraries internally.
Reply
#4

Thank you all. The point is that the .amx had maximum double of the .pwn file on 0.3x, now it's at least 5 times bigger.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)