EH-DOCUMENTATION
  • ERROR HUB
    • Welcome
    • Terms Of Service
    • Customer Service
    • Common Issues
    • FAQ
    • Discord Guide
  • OUR SCRIPTS
    • Advanced Cutscene
      • Installation
      • Configuration
        • Clothing
        • Multicharacter
          • Renzu Multicharacter
          • ZSX Multicharacter
        • QB-Apartment
        • Vehicle Keys
      • Events and Exports
      • Shared Files
    • Codekit
      • Installation
  • HOUSING SHELLS
    • Modern & Classic Mid Shell
Powered by GitBook
On this page
  • Steps to Install the Resource
  • CFG Setup
  • Required Dependencies
  1. OUR SCRIPTS
  2. Codekit

Installation

PreviousCodekitNextModern & Classic Mid Shell

Last updated 2 months ago

Steps to Install the Resource

  1. Download the script from under the granted assets.

  2. Unzip and save it on your system.

  3. Place the unzipped folder in your server's resources folder.

  4. Rename it to eh_codekit.

  5. Configure config.lua as needed.


CFG Setup

Make sure to start eh_codekit immediately after your core resource in the resource start order. This ensures that eh_codekit is initialized before any scripts that depend on it. We’ve provided an example of the correct order below:

ensure ox_lib
ensure core
ensure eh_codekit
ensure dependent_script # All other our scripts and other scripts

Required Dependencies

  • ox_lib

CFX Portal