22.11.2014, 21:05
My bad, it should be...
new PlayerTexts[MAX_PLAYERS][1000][128];
It should never crash pawno, if it does there is an error in your code... Change 128 accordingly, but I recommend keeping it low, the 3D array is already huge (500*1000*12
...
new PlayerTexts[MAX_PLAYERS][1000][128];
It should never crash pawno, if it does there is an error in your code... Change 128 accordingly, but I recommend keeping it low, the 3D array is already huge (500*1000*12
...
