Jump to content

Here is a list of things that are not in 1.1 with my current 0.3.7 script.


CommanderDonkey

Recommended Posts

vor 2 Minuten schrieb Maxi1803:

Both working fine in 1.1 .

when i load my vehicles via database, they are always unlocked, also with this command:

mp.events.addCommand("veh", (player, full, hash, rot) => {
    var veh = mp.vehicles.new(mp.joaat(hash), player.position, {});
    veh.locked = true;
    //player.putIntoVehicle(veh, 0);
    modelHash = veh.hash;
});

 

Link to comment
Share on other sites

  • 3 weeks later...

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...