28.07.2016, 03:40
Hello,
i have got one big (really big) array in my game mode:
I cann't reduce array size, because i use it to save player's items. Everytime when i'm using this array anywhere in my script size of gamemode after compilate rise about few MB.
How to solve this problem?
i have got one big (really big) array in my game mode:
Код:
enum e_Przedmioty
{
ID,
Nazwa[34],
Kategoria,
Typ,
War[100],
Miejsce,
InUse
}
new Przedmioty[MAX_PLAYERS][100][e_Przedmioty];
How to solve this problem?



