Add Gang
Explanation of How To Add A Gang
```lua
["vagos"] = {
Label = "Vagos",
BlipColor = 5,
SprayFile = "spray_vagos",
GangImage = "nui://mr-gangs/web/images/gangs/vagos.png", -- This is the image that will be displayed in the gang list, You can do it like this if you are saving it in the web folder, or you can do a link
},
```Last updated