🔧 Initial Config

You need to head into your qb-core/shared/gangs.lua, find your gang names, then insert them into our config with a color (You can find color numbers from

https://docs.fivem.net/docs/game-references/blips/
Config.GangColors = {
    ["lostmc"] = {
        color = 13,
    },
    ["ballas"] = {
        color = 27,
    },
    ["vagos"] = {
        color = 5,
    },
    ["cartel"] = {
        color = 32,
    },
    ["families"] = {
        color = 2,
    },
    ["triads"] = {
        color = 48,
    },
}

Last updated