Textdraw color
#6

shit here you go
PHP код:
CMD:tdblue(playerid,params[])
{
    new 
ES[24];
    
format(ES,sizeof(ES),"~b~o");
    
TextDrawSetString(motor,ES);
    
TextDrawColor(kmhstatus,0x0000FFFF);//blue
    
TextDrawColor(gorivostatus,0x0000FFFF);//blue too
    
TextDrawColor(gpsstatus,0x0000FFFF);//blue again
    
return 1;

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)