[Ajuda] Problema com text
#3

Quote:
Originally Posted by Cidiei
Посмотреть сообщение
veja se nгo esta usando um ~n~ depois do KM/H:
Negativo nгo estou usando.

PHP код:
            new velopet[256],velopet1[256],velopet2[256],velopet3[256];
            
format(velopet,sizeof(velopet),"~b~~h~~h~Combustivel: ~w~%d%" ,Gas[vehicle]);
            
TextDrawSetString(CombustivelPet[i], velopet);
            
format(velopet1,sizeof(velopet1),"~p~~h~~h~Lataria: ~w~%0.0f" ,Speedo_HP/10);
            
TextDrawSetString(LatariaPet[i], velopet1);
            
format(velopet2,sizeof(velopet2),"~g~~h~~h~Veiculo: ~w~%s(%i)",vehName[GetVehicleModel(GetPlayerVehicleID(i))-400],GetVehicleModel(vehicle));
            
TextDrawSetString(VeiculoPet[i], velopet2);
            
format(velopet3,sizeof(velopet3),"~p~KM/H: ~w~%d" ,GetPlayerSpeed(itrue));
            
TextDrawSetString(VelocidadePet[i], velopet3); 
Reply


Messages In This Thread
Problema com text - by Powers - 21.07.2013, 00:50
Re: Problema com text - by Cidiei - 21.07.2013, 00:54
Re: Problema com text - by Powers - 21.07.2013, 00:57

Forum Jump:


Users browsing this thread: 2 Guest(s)