Jump to content

2 quick questions about MTA SA


Recommended Posts

I was just wondering if

1) Can you increase the player vehicle limit from 2? For example, when I spawn 2 cars, if I try to spawn a 3rd one the first one dissapears.

2) Is there anyway to ban vehicles/weapons, for example if I don't want the minigun to be usable, is there anyway to ban it??

Thanks :)

Link to comment

I guess you're talking about "Freeroam":

1: You can set this in the script: "freeroam/fr_server.lua", search for this:

    vehicles = { 
        maxidletime = 60000, 
        idleexplode = true, 
        maxperplayer = 2, 
        disallowed = {} 
    } 

and change this:

maxperplayer = 2, 

To whatever you want.

2: You can disable weapons on the settings of the resource, just change "weapons/disallowed" setting.

Link to comment

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