26.02.2015, 21:21
Em nome vocк coloca um - e depois vai em TextDrawLetterSize(Principal[1], 10.000000, 0.799999);
Irei da um exemplo tipo o meu, OK
Irei da um exemplo tipo o meu, OK
pawn Код:
Principal[1] = TextDrawCreate(249.000000, 391.000000, "-");
TextDrawBackgroundColor(Principal[1], 255);
TextDrawFont(Principal[1], 1);
TextDrawLetterSize(Principal[1], 10.000000, 0.799999);
TextDrawColor(Principal[1], -1);
TextDrawSetOutline(Principal[1], 0);
TextDrawSetProportional(Principal[1], 1);
TextDrawSetShadow(Principal[1], 1);