03.01.2015, 11:56
well well.
these are the types of textdraws that need to be assigned to the clients individually
for the textdraw-id it should look similar to:
i also strongly recommand you to use PlayerTextdraws
so it'd look like
edit:
dang it! correct, i was still thiking of normal textdraws
these are the types of textdraws that need to be assigned to the clients individually
for the textdraw-id it should look similar to:
pawn Код:
new Text:speedo[MAX_PLAYERS][NUMBER_OF_TEXTDRAWS];//dont need the last dimension if its just 1
so it'd look like
pawn Код:
new PlayerText:speedo[MAX_PLAYERS][NUMBER_OF_TEXTDRAWS];
Quote:
I am pretty sure, that Player TextDraws don't need to be an array anymore (unless you want to specify more than one textdraw for that category, not needed to create for each player anymore).
|
