Markhor Scripts
CtrlK
  • Info
    • πŸ‘‹Introduction
    • πŸ›’Store
    • πŸ†˜Support
    • πŸ”’FiveM Asset Escrow
  • Scripts
    • 🌎Markhor Bridge
      • 🧰Installation
      • βš™οΈConfiguration
    • πŸ’₯Markhor ATM Robbery
      • 🧰Installation
      • βš™οΈConfiguration
    • πŸ“¦Markhor Containers
      • 🧰Installation
      • βš™οΈConfiguration
    • 🏦Markhor Bank Robbery
      • 🧰Installation
      • βš™οΈConfiguration
    • πŸ”«Markhor Airsoft
      • 🧰Installation
      • βš™οΈConfiguration
    • 🏁Markhor Racing
      • 🧰Installation
      • βš™οΈConfiguration
    • 🚘Markhor Cartheft
      • 🧰Installation
      • βš™οΈConfiguration
    • πŸ› οΈMarkhor Vehicleparts
      • 🧰Installation
      • βš™οΈConfiguration
    • 🐰Markhor Easter Hunt
      • 🧰Installation
      • βš™οΈConfiguration
  • MAPS
    • πŸ’ΈCash Exchange
      • 🧰Installation
Powered by GitBook
On this page
  1. Scripts
  2. 🐰Markhor Easter Hunt

🧰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;
PreviousMarkhor Easter HuntNextConfiguration

Last updated 1 year ago