Installation guide
Welcome to the Brutal Gangs installation guide, here you can learn how to completely install our asset.
Asset download
Upload the SQL
CREATE TABLE IF NOT EXISTS `brutal_gangs` (
`job` varchar(50) NOT NULL,
`label` varchar(50) DEFAULT NULL,
`level` int(11) DEFAULT 0,
`datas` longtext DEFAULT NULL,
`vehicles` longtext DEFAULT NULL,
UNIQUE KEY `job` (`job`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
ALTER TABLE `users`
ADD COLUMN `gang_rank` text NULL DEFAULT NULL,
ADD COLUMN `last_gang` text NULL DEFAULT NULL;CREATE TABLE IF NOT EXISTS `brutal_gangs` (
`job` varchar(50) NOT NULL,
`label` varchar(50) DEFAULT NULL,
`level` int(11) DEFAULT 0,
`datas` longtext DEFAULT NULL,
`vehicles` longtext DEFAULT NULL,
UNIQUE KEY `job` (`job`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
ALTER TABLE `players`
ADD COLUMN `gang_rank` text NULL DEFAULT NULL,
ADD COLUMN `last_gang` text NULL DEFAULT NULL;Upload the items
Asset positioning
Setting up the Webhook

Setting the loaded event

Checking the Config file
Most important steps
Lockpicking Minigame
Setting up the core


qbx_core/server/commands.lua
If you got any error
Last updated


