Textdraw Problem
#2

You'll have to change

pawn Код:
TextDrawCreate(605.0, 30.0, " ");// this (605.0 and 30.0) these are the cordinates of where the text draw is
//desplayed, use a texdrawcreator or just change them a bit yourself, I think it will work if you di it something like this:

Recly = TextDrawCreate(620.0, 15.0, " ");
    TextDrawAlignment(Recly, 0);
    TextDrawBackgroundColor(Recly, 0x6AF7E1FF);
    TextDrawFont(Recly, 1);
    TextDrawLetterSize(Recly, 0.339999, 1.100000);
    TextDrawColor(Recly, 0x0000ff99);
    TextDrawSetOutline(Recly, 1);
    TextDrawSetProportional(Recly, 1);
    TextDrawSetShadow(Recly, 1);
if that is not the right, you could change it yourself to get it right,

Hope i helped
Reply


Messages In This Thread
Textdraw Problem - by diablo16 - 04.08.2012, 15:16
Re: Textdraw Problem - by Ranama - 04.08.2012, 15:24
Re: Textdraw Problem - by Gamer_007 - 04.08.2012, 16:30
Re: Textdraw Problem - by [MWR]Blood - 04.08.2012, 17:18
Re: Textdraw Problem - by RelaxCafe - 04.08.2012, 18:05
Re: Textdraw Problem - by diablo16 - 04.08.2012, 19:24

Forum Jump:


Users browsing this thread: 2 Guest(s)