Skip to main content

Installation

Installation Picture
warning

Please follow all steps carefully to ensure the correct installation!

  1. Drag the script you downloaded from keymaster into your resources directory.

  2. Configure the config named DreamCore.lua

    1. Choose your UIType:

      NativeUI:

      1. Set the DreamCore.UIType to nativeui
      2. Load the library in the fxmanifest.lua
      Load Library
      • Make sure that NativeUI is loaded in client_scripts
      • Make sure that NativeUI is in your dependencies

      OxLib:

      1. Set the DreamCore.UIType to ox
      2. Load the library in the fxmanifest.lua
      Load Library
      • Make sure that OxLib is loaded in shared_scripts
      • Make sure that OxLib is in your dependencies
  3. Start the script by adding ensure dream_smoking to your server.cfg file

danger

Make sure that you load only one library!