19.01.2016, 17:56
I have a problem with arrays...
I have a really big array new Friends[2000][2000][friendsEnum];
But when i put it like this, It takes WAAAAY to long to compile and I end up with a 126MB file (WAAY HUGE)
Any workaround for this because I tried new Friends[][][friendsEnum]; and it just crashed PAWN
I have a really big array new Friends[2000][2000][friendsEnum];
But when i put it like this, It takes WAAAAY to long to compile and I end up with a 126MB file (WAAY HUGE)
Any workaround for this because I tried new Friends[][][friendsEnum]; and it just crashed PAWN