[HOW-TO?] Get the altitude - For advanced airplane system
#2

That is the z axis.

pawn Код:
new
Float:x,
Float:y,
Float:z;

GetVehiclePos(planeid, x, y, z);

printf("Altitude: %f", z);
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)