help me
#1

hello i made Deathmatch Script , 13k Lines .. but amx file is 12mb .. and server is on lag how do i fix it ?

My using Include
Quote:

#include <a_samp>
#include <izcmd>
#include <sscanf2>
#include <streamer>
#include <YSI\y_ini>
#include "../include/gl_common.inc"

My using Plugins
Quote:

sscanf - Streamer

Reply
#2

Hello, #include <YSI\y_ini> you can reduce size by removing amx.

I'm sorry for my bad English.
Reply
#3

Don't use big variables like

string[2048];
Reply
#4

hey dude can i remove the string 2048?

Reply
#5

Calculate how many characters will you insert into that string and adjust its size correspondingly (plus one)
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)