06.02.2013, 03:43
Thanks you all.
@DonWade, you must add dash in textdraw string without box to do this.
@DonWade, you must add dash in textdraw string without box to do this.
Код:
TextDraw0 = TextDrawCreate(450.000000,100.000000,"-"); TextDrawBackgroundColor(TextDraw0,30); TextDrawFont(TextDraw0,1); TextDrawLetterSize(TextDraw0,10.000000,50.000000); TextDrawColor(TextDraw0,0); TextDrawSetOutline(TextDraw0,1); TextDrawSetProportional(TextDraw0,1);