Problem with Textdraw
#7

Try this:
pawn Код:
textdrawVariables[9] = TextDrawCreate(123.0, 123.0, "Fuel: ");
    TextDrawBackgroundColor(textdrawVariables[9], 0xFFFFFFAA);
    TextDrawFont(textdrawVariables[9], 2);
    TextDrawLetterSize(textdrawVariables[9], 0.500000, 1.300000);
    TextDrawColor(textdrawVariables[9], 0x33AA33AA);
    TextDrawSetOutline(textdrawVariables[9], 0);
    TextDrawSetProportional(textdrawVariables[9], 1);
    TextDrawSetShadow(textdrawVariables[9], 1);
Reply


Messages In This Thread
Problem with Textdraw - by Ld Est Ld - 20.04.2012, 13:52
Re: Problem with Textdraw - by Ld Est Ld - 20.04.2012, 15:04
Re: Problem with Textdraw - by Faisal_khan - 20.04.2012, 15:14
Re: Problem with Textdraw - by Ld Est Ld - 20.04.2012, 15:24
Re: Problem with Textdraw - by Faisal_khan - 20.04.2012, 15:27
Re: Problem with Textdraw - by Ld Est Ld - 20.04.2012, 15:34
Re: Problem with Textdraw - by Faisal_khan - 20.04.2012, 15:43

Forum Jump:


Users browsing this thread: 1 Guest(s)