29.10.2013, 10:58
Quote:
Now you confused me, should i use:
txtStats[0][playerid] or txtStats[playerid][0] What comes first the textdraw id or playerid? |
I rather use, but to be honest both of them work the same, just different dilemma of scripting
pawn Код:
new Textdraw[MAX_PLAYERS][Number Of Textdraw+1];
//or
new Textdraw[Number Of Textdraw+1][MAX_PLAYERS];