03.11.2014, 05:52
After you create the textdraw update the textdraw by using 'setting the strings'.
to make a STAR sign set textdraw font to "2" or "3" and put this "]".
to make a STAR sign set textdraw font to "2" or "3" and put this "]".
pawn Код:
PlayerTextDrawSetString(playerid,TEXTDRAWNAME,"Your string");
TextDrawSetString(TEXTDRAWNAME,"Your string");