18.03.2018, 18:22
U need to use :
At the top of your code.
Then use functions like:
PlayerTextDrawShow(playerid, TextDrawName[playerid]);
PlayerTextDrawHide(playerid, TextDrawName[playerid]);
ect.
Код:
new PlayerText:TextDrawName[MAX_PLAYERS];
Then use functions like:
PlayerTextDrawShow(playerid, TextDrawName[playerid]);
PlayerTextDrawHide(playerid, TextDrawName[playerid]);
ect.