DanielVF Posted September 12, 2018 Share Posted September 12, 2018 Hey, can anyone provide an example of a simple car spawn + rotation and respawn up on destroy? I tried so far, Quote let policeVeh = mp.vehicles.new(mp.joaat("police"), new mp.Vector3(628.7176513671875, 23.88804054260254, 87.26924896240234), { heading: 0 }); policeVeh.rotation = num; let policeVeh1 = mp.vehicles.new(mp.joaat("police"), new mp.Vector3(628.7176513671875, 23.88804054260254, 87.26924896240234), { heading: 0 }); policeVeh1.rotation = num; But the problem that Veh1 won't spawn. Link to comment Share on other sites More sharing options...
MrPancakers Posted September 12, 2018 Share Posted September 12, 2018 Check your discord, I sent you your answer Link to comment Share on other sites More sharing options...
DanielVF Posted September 12, 2018 Author Share Posted September 12, 2018 Mr Pancake helped me on discord, you can close it. Link to comment Share on other sites More sharing options...
rawzner Posted February 17, 2021 Share Posted February 17, 2021 On 9/12/2018 at 6:26 AM, MrPancakers said: Check your discord, I sent you your answer Hey, do you mind helping me out too? I know this is an old topic, would appreciate it a lot! Link to comment Share on other sites More sharing options...
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