Jump to content
Ellman

(Question) Teleport vehicle up in the air in Zeus

Recommended Posts

Hey

Been looking around for a way to teleport a vehicle up in the air X amount of meters in Zeus with no luck.

I've tried "BIS_fnc_setHeight" and teleport commands but none them will work.
I want to execute the command via the "Execute Code" module from ZEN or via the vehicles init (in Zeus).
The vehicle in question will contain players, that's why I wanna be to execute it in Zeus.

I can't for my life find something that will work and would love to know if someone is sitting on the secret of how to do this?

Looking forward to a hopeful fix.

Share this post


Link to post
Share on other sites

Place the vehicle on the map. Using your mouse, lift the vehicle X meters above the ground.

Click on the vehicle and obtain the vehicles coordinates. There are 3 coordinates:

North-South,  East-West,  Above-the-Ground

 

Now place a trigger on the map. The trigger has a command:   car1  setpos  coordinates.  

When the trigger fires, the car will be teleported to the position above the ground.

Obviously it will then fall to the ground.

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

×