23.03.2019, 19:16
TextDrawShowForPlayer(playerid, TDEditor_PTD[playerid][0]);
TextDrawShowForPlayer(playerid, TDEditor_PTD[playerid][1]);
>>>
PlayerTextDrawShow(playerid, TDEditor_PTD[playerid][0]);
PlayerTextDrawShow(playerid, TDEditor_PTD[playerid][1]);
TextDrawShowForPlayer(playerid, TDEditor_PTD[playerid][1]);
>>>
PlayerTextDrawShow(playerid, TDEditor_PTD[playerid][0]);
PlayerTextDrawShow(playerid, TDEditor_PTD[playerid][1]);