Text draw color problem
#1

I made this text draw, but the text is appearing black and should be pink. How do I fix this?

pawn Код:
new Text:Info;

public OnGameModeInit()
{
    Info = TextDrawCreate(0,0,"This is the best server on all of SA-MP");
    TextDrawAlignment(Info,1);
    TextDrawFont(Info,2);
    TextDrawColor(Info,0xFF7FB6AA);
    TextDrawBoxColor(Info, 0x0094FFAA);
    TextDrawUseBox(Info,1);
}

public OnPlayerConnect(playerid)
{
    TextDrawShowForPlayer(playerid,Info);
}
Reply


Messages In This Thread
[SOLVED] Text draw color problem - by Noles2197 - 10.02.2013, 18:46
Re: Text draw color problem - by T0pAz - 10.02.2013, 18:58
Re: Text draw color problem - by Noles2197 - 10.02.2013, 19:02
Re: Text draw color problem - by T0pAz - 10.02.2013, 19:04
Re: Text draw color problem - by Noles2197 - 10.02.2013, 19:22
Re: Text draw color problem - by sscarface - 10.02.2013, 19:41
Re: Text draw color problem - by Noles2197 - 10.02.2013, 19:44
Re: Text draw color problem - by MP2 - 10.02.2013, 19:57
Re: Text draw color problem - by Noles2197 - 10.02.2013, 20:05
Re: Text draw color problem - by MP2 - 10.02.2013, 20:08

Forum Jump:


Users browsing this thread: 1 Guest(s)