⚙️Configuration

  1. Download resource from our github

  2. Open shared.lua

  3. Adjust script to server frameworks

shared.lua
-- This module contains shared configuration settings for the DEVHUB library.
-- The framework being used. Possible frameworks: "ESX", "QBCore", "Custom"
Shared.Framework = "ESX"

-- The target system being used. Possible targets: "ox_target", "qb-target", "Custom"
Shared.Target = "ox_target"

Last updated