Installation guide
Welcome to the Brutal Keys installation guide, here you can learn how to completely install our asset.
Asset download
Upload the SQL
CREATE TABLE IF NOT EXISTS `brutal_keys` (
`player` text DEFAULT NULL,
`keys_data` longtext DEFAULT NULL,
UNIQUE KEY `Index 1` (`player`(100))
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
ALTER TABLE `owned_vehicles`
ADD COLUMN `keyid` TEXT NOT NULL DEFAULT '';CREATE TABLE IF NOT EXISTS `brutal_keys` (
`player` text DEFAULT NULL,
`keys_data` longtext DEFAULT NULL,
UNIQUE KEY `Index 1` (`player`(100))
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
ALTER TABLE `player_vehicles`
ADD COLUMN `keyid` TEXT NOT NULL DEFAULT '';Upload the items
Asset positioning
Setting the loaded event

Checking the Config file
Most important steps
Lockpicking Minigame
Wiring Minigame
If you got any error
Last updated
