🧠 Installation
🪜 First steps
- Install the latest stable version of MariaDB.
- Add all dependencies listed below and follow their installation instructions.
- Place all slots resources in your
[slots]folder. - Ensure resources in the exact order shown in Resource positioning.
- Start the server once to allow SQL tables to be created automatically.
🔴 Dependencies
- ox_lib Follow their installation instructions.
- oxmysql Follow their installation instructions.
- ox_target Follow their installation instructions.
🖼️ Frameworks
Our slots resources are compatible with QBCore, QBox, ESX, and Standalone (custom framework or no-framework).
The script auto-detects the framework from the built-in bridge files.
🎯 Resource positioning
lua-- Core dependencies ensure oxmysql ensure ox_lib ensure ox_target -- First we start the framework, never below ensure es_extended or qb-core or qbx_core (or your framework name) -- Optional interior (recommended when included in your package) -- This MLO is used as the default pre-configured slots location ensure tgg-slots-interior ensure tgg-slots-props -- Core slots resources ensure tgg-slots-server -- Available games ensure tgg-slots-fruit-cocktail ensure tgg-slots-lucky-fruits ensure tgg-slots-plinko ensure tgg-slots-orbit
✅ Notes
- Each game resource depends on
tgg-slots-server. - You can keep all listed games enabled, or disable specific game resources if you do not want to use them.
- Database tables are handled automatically on first run.