27.06.2012, 19:53
Question:
If I want to create one PlayerTextDraw for each player. Do I need to do it this way:
or in this way:
I am asking this because every PlayerTextDraw-function has playerid as it's parameter and to me it looks like the second way is right one.
Thank you in advance!
If I want to create one PlayerTextDraw for each player. Do I need to do it this way:
Код:
new PlayerText:TDid[MAX_PLAYERS];
Код:
new PlayerText:TDid;
Thank you in advance!