How to decrease size of amx ?
#1

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>
Reply
#2

Optimise ur script.
Reply
#3

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

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

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

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
Reply
#7

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
Reply
#8

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).
Reply
#9

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 ?
Reply
#10

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
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)