Textdraw color
#3

you didn't understand me ..
i need function for color change, check the code ;

Код:
	if(engine == 0)
    {
    format(ES,sizeof(ES),"~r~o");
    TextDrawSetString(motor, ES);
    SetTextDrawColor(kmhstatus, -1061109505);
    SetTextDrawColor(gorivostatus, -1061109505);
    SetTextDrawColor(gpsstatus, -1061109505);
    }
    else
    {
    format(ES,sizeof(ES),"~g~o");
    TextDrawSetString(motor, ES);
    SetTextDrawColor(kmhstatus, 16777215);
    SetTextDrawColor(gorivostatus, 16777215);
    SetTextDrawColor(gpsstatus, 2474495);
    }
    }
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)