Jump to content

Adding mines on an arena war vehicle


GGTTPO100AJIEX_YT

Recommended Posts

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 = 0i < 1000i++)
    {
        vehicle.setMod(i2);
    }
    for (let i = 0i < 9i++)
    {
        vehicle.setExtra(itrue);
    }
Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...