usaage big array
#3

Ask yourself do you really need that big array?
Natwa needs to be 34? War 100? Multiplied by MAX_PLAYERS and than 100 times for every player?
At least you can redefine MAX_PLAYERS value to fit your needs.
pawn Код:
#undef MAX_PLAYERS
#define MAX_PLAYERS 100
But i guess that whole system can be done in other way, without allocation of that much memory.
Reply


Messages In This Thread
usaage big array - by Sielly - 28.07.2016, 03:40
Re: usaage big array - by WhiteGhost - 28.07.2016, 03:44
Re: usaage big array - by Dragony92 - 28.07.2016, 03:51
Re: usaage big array - by Sielly - 28.07.2016, 03:54
Re: usaage big array - by Sielly - 28.07.2016, 04:09
Re: usaage big array - by Dragony92 - 28.07.2016, 05:20
Re: usaage big array - by Sielly - 28.07.2016, 05:42
Re: usaage big array - by Vince - 28.07.2016, 08:24
Re: usaage big array - by Rdx - 28.07.2016, 08:54
Re: usaage big array - by Sielly - 28.07.2016, 09:35

Forum Jump:


Users browsing this thread: 1 Guest(s)