..:D&G:.. Posted March 21, 2017 Share Posted March 21, 2017 Hi there ladies and gents, I want to script a cutscene where a vehicle drives from point A to point B, then stops for a few seconds, and then drives off to point C. I don't want to move the car using setElementPosition or any other way where the car doesn't spin it's wheels, I want the car to seem as if it was driven by someone, with the wheels spinning and engine sound. So how can I do this...? Thanks. Link to comment
Addlibs Posted March 21, 2017 Share Posted March 21, 2017 createPed createVehicle warpPedIntoVehicle setPedControlState Should be enough to get you started. Link to comment
Discord Moderators Pirulax Posted March 21, 2017 Discord Moderators Share Posted March 21, 2017 And this: createColSphere And this event: onColShapeHit And if you wish to mark the position of crateColSphere: createMarker Good Luck Link to comment
..:D&G:.. Posted March 21, 2017 Author Share Posted March 21, 2017 4 hours ago, MrTasty said: createPed createVehicle warpPedIntoVehicle setPedControlState Should be enough to get you started. Lol, I forgot about setPedControlState Thanks 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