[Ajuda] Ajuda Com Cores
#1

Bom Eu Tenho Esse Meu Velocimetro e Gostaria de Saber como Eu Deixo o Nome do Veiculo na Cor Branca

Код:
public Velocimetro()
{
	new Float:Speedo_HP;
	for(new i=0; i<MAX_PLAYERS; i++)
	{
	    if(gPlayerLogged[i] == 1 && IsPlayerInAnyVehicle(i))
		{
		    new vehicle = GetPlayerVehicleID(i);
		    GetVehicleHealth(vehicle, Speedo_HP);
			new string[256];
			format(string,sizeof(string),"~g~Veiculo:~r~%s~n~~g~Velocidade:~r~ %d KM/h~n~~g~Gasolina: ~r~%d%%~n~~g~Lataria: ~r~%0.0f%%" ,vehName[GetVehicleModel(vehicle)-400], GetPlayerSpeed(i, true), Gas[vehicle], Speedo_HP/10, ReturnPlayerZone(i));
			TextDrawSetString(Speed[i], string);
			if(TextShow[i] == false)
			{
				TextDrawShowForPlayer(i, Speed[i]);
				TextShow[i] = true;
			}
		}
		else
		{
		    if(TextShow[i] == true)
		    {
            	TextDrawHideForPlayer(i, Speed[i]);
				TextShow[i] = false;
			}
		}
	}
}
Velocimetro Fica Assim

Veiculo: [NOME DO CARRO] - Gostaria de Saber Como Deixar o Nome do Carro Aparecer na Cor Branca
Reply


Messages In This Thread
Ajuda Com Cores - by LucasFoxY - 17.07.2013, 14:31
Re: Ajuda Com Cores - by WLSF - 17.07.2013, 14:32
Re: Ajuda Com Cores - by LucasFoxY - 17.07.2013, 14:33
Re: Ajuda Com Cores - by WLSF - 17.07.2013, 14:41
Re: Ajuda Com Cores - by LucasFoxY - 17.07.2013, 14:43
Re: Ajuda Com Cores - by Coe1 - 17.07.2013, 14:45
Re: Ajuda Com Cores - by WLSF - 17.07.2013, 14:48

Forum Jump:


Users browsing this thread: 1 Guest(s)