Installation guide
Welcome to the Brutal Police Job installation guide, here you can learn how to completely install our asset.
Asset download
Upload the SQL
ALTER TABLE users DROP COLUMN IF EXISTS jail_time;
ALTER TABLE `users` ADD COLUMN `jail_inventory` longtext NULL DEFAULT NULL;
ALTER TABLE `users` ADD COLUMN `jail_time` int NULL DEFAULT NULL;
ALTER TABLE `users` ADD COLUMN `jail_reason` text NULL DEFAULT NULL;
ALTER TABLE `users` ADD COLUMN `mdt_photo` text NULL DEFAULT NULL;
ALTER TABLE `users` ADD COLUMN `mdt_notes` text NULL DEFAULT NULL;
ALTER TABLE `owned_vehicles` ADD COLUMN `mdt_photo` text NULL DEFAULT NULL;
ALTER TABLE `owned_vehicles` ADD COLUMN `mdt_notes` text NULL DEFAULT NULL;
CREATE TABLE `brutal_policejob_incidents` (
`id` INT(11) NOT NULL AUTO_INCREMENT,
`title` TEXT NULL DEFAULT NULL COLLATE 'utf8_general_ci',
`date` TEXT NULL DEFAULT NULL COLLATE 'utf8_general_ci',
`creator` TEXT NULL DEFAULT NULL COLLATE 'utf8_general_ci',
`involveds` TEXT NULL DEFAULT NULL COLLATE 'utf8_general_ci',
`content` TEXT NULL DEFAULT NULL COLLATE 'utf8_general_ci',
PRIMARY KEY (`id`) USING BTREE
)
COLLATE='utf8_general_ci'
ENGINE=InnoDB
AUTO_INCREMENT=1
;Upload the items
Asset positioning
Setting up the Webhook

Setting the loaded event

Checking the Config file
Most important steps
Using the script
Spike Strip
Hacking Minigame
Editing framework


If you got any error
Last updated
