Markhor Scripts
  • 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

PreviousMarkhor Easter HuntNextConfiguration

Last updated 10 months ago

Install the resource

  1. Download the resource via

  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;
🐰
🧰
keymaster