25.12.2012, 12:03
i tried make new textdraw:
and still i dont see textdraw, but on connect, i can see textdraw on second, and then txtdraw gone, why?
Код:
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);