21.06.2018, 09:31
As mentioned above by Sew, create the PlayerTextDraw's under "OnPlayerConnect" and then just hide them, once their wanted level goes up you can use PlayerTextDrawSetString, and PlayerTextDrawShow or PlayerTextDrawHide depending if you would like to display or hide them. Because re-creating the same TextDraw's all the time is not the correct way of doing this, you can simply create them one time.