DanielVF 7 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. Share this post Link to post Share on other sites
MrPancakers 108 Posted September 12, 2018 Check your discord, I sent you your answer Share this post Link to post Share on other sites
DanielVF 7 Posted September 12, 2018 Mr Pancake helped me on discord, you can close it. Share this post Link to post Share on other sites