Jump to content

2 quick questions about MTA SA


Recommended Posts

Posted

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 :)

Posted

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.

San Andreas Utopia RPG (SAUR) Owner & Developer.

560x95_FFFFFF_FF9900_000000_000000.png

Education is the most powerful weapon which you can use to change the world.

Posted

It's alreay on freeroam, it says:

""

But when I change the max vehicles and banned weapons, I start the server and it automatically erases the settings I've changed and puts them back to what they were before D:

How do I stop this ??

Posted

You must be editing a temp file or something.

Path: "\server\mods\deathmatch\resources\[gameplay]freeroam"

San Andreas Utopia RPG (SAUR) Owner & Developer.

560x95_FFFFFF_FF9900_000000_000000.png

Education is the most powerful weapon which you can use to change the world.

Posted

You're welcome.

San Andreas Utopia RPG (SAUR) Owner & Developer.

560x95_FFFFFF_FF9900_000000_000000.png

Education is the most powerful weapon which you can use to change the world.

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