Textdraw color
#5

Код:
if(engine == 0)
{
    format(ES,sizeof(ES),"~r~o");
    TextDrawSetString(motor, ES);
    TextDrawColor(kmhstatus, 0xFF0000FF); //RED
    SetTextDrawColor(gorivostatus, 0xFF0000FF); //RED
    SetTextDrawColor(gpsstatus, 0xFF0000FF); //RED
}
else
{
    format(ES,sizeof(ES),"~g~o");
    TextDrawSetString(motor, ES);
    TextDrawColor(kmhstatus, 0x00FF00FF); //GREEN
    TextDrawColor(gorivostatus, 0x00FF00FF); //GREEN
    TextDrawColor(gpsstatus, 0x00FF00FF); //GREEN
}
Reply


Messages In This Thread
Textdraw color - by Miksa - 03.08.2013, 22:51
Re: Textdraw color - by Sk1lleD - 03.08.2013, 23:10
Re: Textdraw color - by Miksa - 03.08.2013, 23:20
Re: Textdraw color - by Miksa - 04.08.2013, 00:14
Re: Textdraw color - by Sk1lleD - 04.08.2013, 00:29
Re: Textdraw color - by JusstinRoller - 04.08.2013, 00:42

Forum Jump:


Users browsing this thread: 1 Guest(s)