The S Project
  • Casino Heist Docs
  • Standalone
    • Getting Started
    • Config
    • Standalone Function
  • Esx
    • Getting Started
    • Config
  • QBCore
    • Getting Started
    • Config
Powered by GitBook
On this page
  1. Standalone

Config

Change the framework to STANDALONE so the code will go to the standalone code logic we will add.

--** Framework **--
-- I suggest you to take a look at checks_server.lua, checks_client.lua
Config.Framework = "STANDALONE" -- STANDALONE, ESX, QB
Config.CoreName = "STANDALONE" -- STANDALONE, "es_extended", "qb-core"
-------------------

--- Change to your inventory name.
Config.Inventory = "none" -- esx [regular/ox-inventory]- qbcore [qb-inventory/ox-inventory]

-- Debug Mode --
Config.debug = false

Make sure the server game build is above 2060

PreviousGetting StartedNextStandalone Function

Last updated 5 months ago