04.08.2013, 00:42
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;
}