Events
T1ger Gangs
SQL
gangName = 'Ballas', -- Gang name linked to T1ger Gangs
code = 6666, -- this is now how its added instead of SQL or messing with your DB!Config
Config.Gangs = {
{name = 'police', GangName = 'Police', rank = 0}, -- Police needs to be here if you want them to be able to access Trap Houses. if not simply remove them from the table!
{name = 'ballas', GangName = 'Ballas', rank = 0}, -- Rank is for keeping lower ranks from changing the KeyCode
{name = 'families', GangName = 'Families', rank = 0},
{name = 'vagos', GangName = 'Vagos', rank = 0}
}