Brutal Scripts
YouTubeDiscordStore
  • 🙉About Us
  • ↗️Translate
  • Informations
    • 🔒Escrow System
    • 🔥Common Problems
  • Scripts
    • 📄Notify
      • Accessible files
      • Installation guide
    • 🔠Text-UI
      • Installation guide
      • Exports & How to use
      • Integrations
    • 🤟Gangs
      • Accessible files
      • Installation guide
      • exports / triggers
      • Create a new gang
    • 🏡Housing
      • Accessible files
      • Installation guide
      • exports / triggers
    • 🔑Keys
      • Accessible files
      • Installation guide
      • exports / triggers
    • 💥Gang Actions
      • Accessible files
      • Installation guide
      • exports / triggers
      • Controlling the menu
    • ⭕Radial
      • Accessible files
      • Installation guide
      • Adding new buttons
    • 🎯Executions
      • Accessible files
      • Installation guide
      • exports / triggers
    • 🐶Pets + K9 V2
      • Accessible files
      • Installation guide
    • 👮Police Job
      • Accessible files
      • Installation guide
      • exports / triggers
    • 🚑Ambulance Job
      • Accessible files
      • Installation guide
      • exports / triggers
    • 🔧Mechanic Job
      • Accessible files
      • Installation guide
      • exports / triggers
    • 💪GYM with Skills V2
      • Accessible files
      • Installation guide
      • exports / triggers
    • 🔫Paintball
      • Accessible files
      • Installation guide
      • exports / triggers
    • 🥊Boxing
      • Accessible files
      • Installation guide
      • exports / triggers
    • 🔨Crafting
      • Accessible files
      • Installation guide
      • Creating a new crafting table
    • 🏦Banking
      • Accessible files
      • Installation guide
      • Paycheck transactions
      • Registering transactions
    • 🎳Bowling
      • Accessible files
      • Installation guide
      • exports / triggers
    • 🦌Hunting
      • Accessible files
      • Installation guide
    • 🏁Racing Script
      • Accessible files
      • Installation guide
    • 🐛Reports
      • Accessible files
      • Installation guide
    • 🛒Shop Robbery
      • Accessible files
      • Installation guide
    • 🛥️Yacht Heist
      • Accessible files
      • Installation guide
    • 🧾Billing
      • Accessible files
      • Installation guide
      • Triggers
    • 💰Truck Robbery
      • Accessible files
      • Installation guide
    • 🏧Atm Robbery
      • Accessible files
      • Installation guide
    • 👶Baby script
      • Installation guide
      • How to add more babys
  • Others
    • Register Key Mapping
    • Drill Minigame
    • Discord Webhook
Powered by GitBook
On this page
  • Add gang places to the config
  • Create a gang
  • Set your job as the new gang which you have created
  • Make someone a gang leader

Was this helpful?

  1. Scripts
  2. Gangs

Create a new gang

Welcome to the Brutal Gangs guide, here you can learn how to create a new gang or edit correctly the existing ones.

Previousexports / triggersNextHousing

Last updated 6 months ago

Was this helpful?

You create as many gangs as gang places are in the config, but you can add more to the config as you wish.


Add gang places to the config

You have to add a table like the example to this table: 'HQS'

Example gang place
["ballas"] = {
            MapPosition = {
                vector2(-24.3027, -1816.1602),
                vector2(59.9349, -1887.5460),
                vector2(82.5924, -1857.7417),
                vector2(0.8374, -1788.4600),
            },

            MiddlePoint = vector3(7.7007, -1816.5464, 25.3697),
            HQCanBeCaptured = true,

            DefaultCoords = {
                Cloakrooms = {
                    vector3(0.7138, -1819.6553, 29.1527),
                },
    
                Stashes = {
                    vector3(2.5605, -1817.7943, 29.1526),
                },

                BalanceManages = {
                    vector3(-0.4499, -1809.0541, 29.1527),
                },

                Garages = {
                    {
                        open = vector3(11.8271, -1817.3561, 25.2843),
                        spawn = vector4(13.5363, -1820.2806, 24.7847, 143.9035)
                    },
                },
            },
        },

Create a gang

  • You can create gangs in-game with the command basically configured to 'editgangs'

Only that player can open the menu or use the command who have the permission for it! You can set this at the config.

Set your job as the new gang which you have created

/setjob [playerid] [gang_name] 0

-- for example: /setjob 13 ballas 0
-- THE JOB GRADE ALWAYS 0.
/setgang [playerid] [gang_name] 0

-- for example: /setgang 13 ballas 0
-- THE GANG GRADE ALWAYS 0.

Make someone a gang leader

After the gang is created add the leader to the gang, with the command basically configured to 'setgangleader'. Before use that command make sure the player is already a member of the gang.

/setgangleader [player_id]
🤟
Add gangs inside of this table.
The panel to create gangs.
Set which admingroups should have the right to open the menu.
Page cover image