30.06.2012, 14:38
Hey im trying to fix a textdraw into the game, but it wont work.
I used BSN Textdraw Editor, but somehow it just wont work.
im trying to get it under the moneybar or above the clock.
Please help!
Код:
new Text:Textdraw1; Textdraw1 = TextDrawCreate(488, 120, "just a text here"); TextDrawFont(Textdraw1 , 1); TextDrawLetterSize(Textdraw1 , 1, 7); TextDrawColor(Textdraw1 , 0xFFFFFFFF); TextDrawSetOutline(Textdraw1 , 1); TextDrawSetProportional(Textdraw1 , 1); TextDrawSetShadow(Textdraw1 , 1);
im trying to get it under the moneybar or above the clock.
Please help!