kidul Posted September 6, 2009 Share Posted September 6, 2009 Hey, I just wanted to do a simple teleport for vehicles. But when i use the SetElementPosition function on the vehicle it jumps up to the air ... how can i avoid this ? maybe some script examples would be nice Link to comment
50p Posted September 6, 2009 Share Posted September 6, 2009 Freeze the vehicle for a second or 2, set its position and then after those 2 seconds unfreeze it. setVehicleFrozen( vehicle, true ); setElementPosition( vehicle, x, y, z ); setTimer( setVehicleFrozen, 1500, 1, vehicle ); Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now