14.06.2016, 15:54
So i created new stats textdraw and there is one problem. When i type /stats it won't show whole player's stats only 70% of it. What could be the problem??
And this is how stats is displayer for player
If you need more codes for this tell me.
EDIT: I fexed it. Instead of
It should be
PHP Code:
new PlayerText:UPSTATS[52][MAX_PLAYERS];
PHP Code:
for(new i = 0; i < 37; i++) PlayerTextDrawShow(playerid, UPSTATS[i][playerid]);
EDIT: I fexed it. Instead of
PHP Code:
for(new i = 0; i < 37; i++)
PHP Code:
for(new i = 0; i < 52; i++)