SA-MP Forums Archive
How to decrease size of amx ? - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: How to decrease size of amx ? (/showthread.php?tid=276202)



How to decrease size of amx ? - ylleron - 12.08.2011

Can you please write me everything, what increase .amx size? I have so much big amx file..

I'm using this includes
pawn Код:
#include < A_SAMP >
#include <YSI/Y_INI>
#include <YSI\y_commands>
#include <YSI\y_master>
#include <F_Streamer>



Re: How to decrease size of amx ? - Raimis_R - 12.08.2011

Optimise ur script.


Re: How to decrease size of amx ? - ylleron - 12.08.2011

without you I wouldn't know that. but I want to know how to remove it, what is increasing the size


Re: How to decrease size of amx ? - andrew4699 - 12.08.2011

Your strings are increasing the size. Try to make them as small as possible.


Re: How to decrease size of amx ? - RyDeR` - 12.08.2011

Learn to use this and you'll be impressed with the results!


Re: How to decrease size of amx ? - Michael@Belgium - 12.08.2011

Oh yes ... The problem is due Fallouts Streamer :S Try this:
pawn Код:
//#include <F_Streamer>
Then you'll see it's because that. If you don't want a big .amx, change to another streamer


Re: How to decrease size of amx ? - ylleron - 12.08.2011

Quote:
Originally Posted by RyDeR`
Посмотреть сообщение
Learn to use this and you'll be impressed with the results!
i'm gonna use that. it looks good


Re: How to decrease size of amx ? - RyDeR` - 12.08.2011

Quote:
Originally Posted by ylleron
Посмотреть сообщение
i'm gonna use that. it looks good
Good. But I also have to agree with Michael - you have to switch over to a plugin streamer or just a streamer which compiles as a FS and calls the functions with an include (like my streamer).


Re: How to decrease size of amx ? - ylleron - 12.08.2011

Quote:
Originally Posted by RyDeR`
Посмотреть сообщение
Good. But I also have to agree with Michael - you have to switch over to a plugin streamer or just a streamer which compiles as a FS and calls the functions with an include (like my streamer).
your streamer? you have streamer ?


Re: How to decrease size of amx ? - kurta999 - 12.08.2011

Here the RyDeR object streamer.
https://sampforum.blast.hk/showthread.php?tid=242083

But this better ( Not for swime ), because written by in C++

https://sampforum.blast.hk/showthread.php?tid=102865