29.10.2013, 10:27
So i want this:
new PlayerText:txtStats1[MAX_PLAYERS];
new PlayerText:txtStats2[MAX_PLAYERS];
new PlayerText:txtStats3[MAX_PLAYERS];
new PlayerText:txtStats4[MAX_PLAYERS];
new PlayerText:txtStats5[MAX_PLAYERS];
To be this:
new PlayerText:txtStats[MAX_PLAYERS][5];
But it doesn't work (it messes up id's i guess).
What am i doing wrong? Thanks.
new PlayerText:txtStats1[MAX_PLAYERS];
new PlayerText:txtStats2[MAX_PLAYERS];
new PlayerText:txtStats3[MAX_PLAYERS];
new PlayerText:txtStats4[MAX_PLAYERS];
new PlayerText:txtStats5[MAX_PLAYERS];
To be this:
new PlayerText:txtStats[MAX_PLAYERS][5];
But it doesn't work (it messes up id's i guess).
What am i doing wrong? Thanks.