🧰Installation
Install the resource
Download the resource via keymaster
Place the markhor_easter folder in the resources folder of your FiveM server
Add
ensure markhor_easter
to your server.cfgRestart the server
Run the following SQL code to your data base
DROP TABLE IF EXISTS `markhor_easter`;
CREATE TABLE `markhor_easter` (
`id` int(0) NOT NULL AUTO_INCREMENT,
`identifier` longtext DEFAULT NULL,
`fullname` varchar(255) DEFAULT NULL,
`found` int(0) NULL DEFAULT 1,
PRIMARY KEY (`id`) USING BTREE
) ENGINE = InnoDB;
Last updated