GGTTPO100AJIEX_YT Posted April 16, 2020 Share Posted April 16, 2020 Hello! Could not you, please, help, how to add mines (slick) an apocalypse ZR380. Everything works (jump, boost and so on), but not mines. How to set them? P.S. I have found a file with all vehicle mods in gitHub, it is said mines are mod 9, but when i use .setMod(9, 4), mines do not appear. What is wrong? or do i have to enable using mines somewhere? let vehicle = mp.vehicles.new(Number("0xA7DCC35C"), player.position, { locked: false, engine: true }); for (let i = 0; i < 1000; i++) { vehicle.setMod(i, 2); } for (let i = 0; i < 9; i++) { vehicle.setExtra(i, true); } 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