show altitude in feet instead of meters?
#9

did i use it wrong?

pawn Код:
new altitude = floatround( METRES_TO_FEET( Z) );
                format(String,sizeof(String)," ~r~Vehicle~g~:~w~%s ~r~Health~g~:~w~%d%% ~r~MPH~g~:~w~%i ~r~KMH~g~:~w~%i ~r~Altitude~g~:~w~%d ft",aVehicleNames[GetVehicleModel(vehicle)-400],floatround(health,floatround_round), floatround(floatdiv(Speed, 1.609344), floatround_floor), floatround(Speed, floatround_floor),altitude);
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 2 Guest(s)