🧰Installation

Install the resource

  1. Download the resource via keymaster

  2. Place the markhor_easter folder in the resources folder of your FiveM server

  3. Add ensure markhor_easter to your server.cfg

  4. Restart 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