Verse
Discord ServerTebex StoreWebsite
  • Home
  • Discord server
  • 🚑Ambulance Job
    • 🧠Configuration
    • 📚Guides
      • Adding a custom dispatch
    • ⁉️Common Errors
    • 🐌For Developers
      • Client Events
  • 💽Modular Website
    • ➕Installation
  • 👮Police Complaint
    • 🔌Adding Departments
    • 👀Examples
  • 📣Announcement
    • 🧠Installation
    • 👀Command examples
    • ⚡Events
  • 📕Exams
    • Functions
Powered by GitBook
On this page
  • Framework
  • QBCore
  • ES extended (ESX)
  1. Ambulance Job

Configuration

Installing our resources is pretty simple since our resources are plug and play. So let's get started!

Framework

QBCore

Configuring the resource for the QBCore framework is pretty easy, just set the Config.Framework to "qb"

Config.Framework = "qb"

ES extended (ESX)

Firstly, set the Config.Framework to "esx", after that, go to the fxmanifest.lua and uncomment the esx import in the shared section.

Step 1

Config.Framework = "esx"

Step 2

shared_scripts {
    -- '@es_extended/imports.lua',
    "@ox_lib/init.lua",
    "config.lua",
    "shared/*",
}

Remove the --

PreviousHomeNextGuides

Last updated 10 months ago

🚑
🧠