13.12.2009, 17:31
That is the z axis.
pawn Код:
new
Float:x,
Float:y,
Float:z;
GetVehiclePos(planeid, x, y, z);
printf("Altitude: %f", z);