Page cover

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.

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'

Add gangs inside of this table.
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'

The panel to create gangs.
Set which admingroups should have the right to open the menu.

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.

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]

Last updated

Was this helpful?