30.06.2012, 15:01
Quote:
Hey im trying to fix a textdraw into the game, but it wont work.
Код:
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! |