If the fall distance should be displayed in units, how can I make that? Lets say you jumped from a building and landed on the ground, then a HUD msg pops up and shows the fall distance.
Code:
set_hudmessage(255, 0, 0, -1.0, 0.8, 0, 6.0, 5.0, 0.1, 0.4, -1);
show_hudmessage(id, "Fall Distance: %s", distance);
Something like that would pop up. How do I calculate the distance? The snippet you gave me exo, didn't really help me, yes, I suck at scripting, but if you could explain more, I would be capable of understanding. Thanks anyway.
__________________