Installation

Step by step to install the script.

1.- Dowload the script from cfx.portal.

2.- Unpack the script and set the config.lua for ur core and others.

3.- Drop the database table:

CREATE TABLE IF NOT EXISTS `rx56_policetape` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `identifier` varchar(50) NOT NULL,
  `pos` longtext NOT NULL,
  `heading` float NOT NULL DEFAULT 0,
  `model` varchar(255) NOT NULL DEFAULT '',
  `tirante` tinyint(1) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=40 DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

4.- Ensure the script and enjoy.

Last updated