14.08.2012, 15:58
pawn Код:
new Float:Speedo_HP;
new vehicle = GetVehicleID;
new MySaude[48];
format(MySaude,sizeof(MySaude),"Saude: %0.0f%%",Speedo_HP/10(GetVehicleHealth)(vehicleid));
new Float:Speedo_HP;
new vehicle = GetVehicleID;
new MySaude[48];
format(MySaude,sizeof(MySaude),"Saude: %0.0f%%",Speedo_HP/10(GetVehicleHealth)(vehicleid));
new Float:Speedo_HP;
new vehicle = GetPlayerVehicleID(playerid);
GetVehicleHealth(vehicle,Speedo_HP);
new MySaude[48];
format(MySaude,sizeof(MySaude),"Saude: %f",Speedo_HP/10);
new Float:Speedo_HP;
new MySaude[48];
GetVehicleHealth(GetPlayerVehicleID(playerid),Speedo_HP);
format(MySaude,sizeof(MySaude),"Saude: %0.f%",(Speedo_HP/10));