Jump to content

How to restrict weapons and verhicles


GameZoneX

Recommended Posts

  • Moderators

Ok so go in your freeroam resource

for weapons, you have to open weapons.xml and delete the lines of the weapons which you want to delete, save the xml and restart the server.

for vehicles, you have to open vehicles.xml and delete the lines of the vehicles which you want to delete, save the xml and restart the server.

Exemple:

I want to restricted the minigun, so I open the weapons.xml and I looking for the minigun and I find this:

<group name="Heavy weapons"> 
        <weapon id="37" name="Flame thrower" /> 
        <weapon id="36" name="Heat seeking RPG" /> 
        <weapon id="38" name="Minigun" /> 
        <weapon id="35" name="Rocket launcher" /> 
</group> 

So I delete the line of the minigun like this:

<group name="Heavy weapons"> 
        <weapon id="37" name="Flame thrower" /> 
        <weapon id="36" name="Heat seeking RPG" /> 
        <weapon id="35" name="Rocket launcher" /> 
</group> 

Enjoy !

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