βΈοΈSys-Pausemenu
A free script, Innovative pausemenu for Fivem Servers with Integrated reports system with notification, Possibility to turn notifications on and off with Real-time refreshing reports system.
Installation
CREATE TABLE `sys_reports` (
`id` INT(11) NOT NULL AUTO_INCREMENT,
`license` TEXT NOT NULL COLLATE 'utf8mb4_bin',
`name` TEXT NULL DEFAULT NULL COLLATE 'utf8mb4_bin',
`subject` TEXT NOT NULL COLLATE 'utf8mb4_bin',
`message` LONGTEXT NOT NULL COLLATE 'utf8mb4_bin',
`replies` LONGTEXT NULL DEFAULT NULL COLLATE 'utf8mb4_bin',
`updatedAt` TEXT NOT NULL COLLATE 'utf8mb4_bin',
`status` INT(11) NOT NULL DEFAULT '0',
PRIMARY KEY (`id`) USING BTREE
)
COLLATE='utf8mb3_general_ci'
ENGINE=MyISAM
AUTO_INCREMENT=0;ensure sys-pausemenuConfig File
Last updated
