Less lines, big mode, high KB.
#1

Hey.
I don't know why, but I'm trying to do less lines, but the KB is high for this mode.
I'm using few variables, but I see others modes, with 30,000 lines that has almost this KB amount.

What can causes the file be with high KB? there is any thread that I can see suggestions about it?
Reply
#2

Using a huge amount of cells in strings increase the size of the mode, same with loops, and includes.
Reply
#3

Search for strings that defined to be more than 128 chars at the script and switch them to 128 or less.
pawn Код:
new var[256];
Reply
#4

https://sampforum.blast.hk/showthread.php?tid=57018
Reply
#5

I'm using low cells, but I'm using variables like that:
Global[0] = true;
Global[1] = false;
Maybe that also do high KB?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)