30.01.2017, 16:08
(
Последний раз редактировалось danielpalade; 25.09.2017 в 21:59.
)
-- DELETED --
https://sampforum.blast.hk/showthread.php?tid=177114
This is a thread that explains things a bit more. It's a common problem, but it doesn't mean you have to rip out variables, you just have to use them better and not make as big a variables. Like when you use string, instead of making them 256, you can make them simply 144 if they are for display on the players screen. Your arrays may have massive size, when they don't actually need to be that big. |
Yea.. But as I said, no other variable is "big" or used often..
|
#undef MAX_PLAYERS // by default 1000
#define MAX_PLAYERS 500 // your server size