Textdraw problem - Won't show
#5

i tried make new textdraw:

Код:
new Text:vmoda;
Код:
vmoda = TextDrawCreate(503.5 ,110 , "WS:DM v1.0");
TextDrawBackgroundColor(vmoda, 255);
TextDrawFont(vmoda, 2);
TextDrawLetterSize(vmoda, 0.210000, 1.100000);
TextDrawColor(vmoda, -1);
TextDrawSetOutline(vmoda, 1);
TextDrawSetProportional(vmoda, 1);
TextDrawSetShadow(vmoda, 0);

TextDrawShowForAll(vmoda);
and still i dont see textdraw, but on connect, i can see textdraw on second, and then txtdraw gone, why?
Reply


Messages In This Thread
Textdraw problem - Won't show - by FL3GM4 - 25.12.2012, 11:29
Re: Textdraw problem - Won't show - by Typhome - 25.12.2012, 11:43
Re: Textdraw problem - Won't show - by FL3GM4 - 25.12.2012, 11:52
Re : Textdraw problem - Won't show - by [HRD]Mar1 - 25.12.2012, 11:57
Re: Textdraw problem - Won't show - by FL3GM4 - 25.12.2012, 12:03
Re: Textdraw problem - Won't show - by DaRk_RaiN - 25.12.2012, 12:22
Re: Textdraw problem - Won't show - by FL3GM4 - 25.12.2012, 12:26

Forum Jump:


Users browsing this thread: 1 Guest(s)