JPResources Documentation
  • 👋Welcome to JPResources
  • Installation
    • 📲Phone System
      • Installation Page
        • QBCore
        • QBox
        • ESX
        • VRPex
      • Config File
      • Events & Commands
      • Custom APPs
      • Translations
      • Common Problems
      • Installation Video
    • 🏡Housing System
      • Installation Page
        • QBCore
        • QBox
        • ESX
      • Events & Commands
      • How to add MLO House
      • How to add SHELL Tier
      • Translations
      • Common Problems
    • 🎰Casino System
      • How to install
        • ESX
        • QBCore
        • QBox
      • Translations
      • Common Issues
    • 🚨MDT System
      • How to install
      • Events & Commands
      • Translations
    • 🏥EMS MDT System
      • How to install
      • Events & Commands
      • Translations
    • 🎒Inventory
      • How to install
      • Events & Commands
      • Translations
      • Common Issues
    • 🚘Vehicle Shops
      • Installation Page
        • QBCore
        • Qbox
        • ESX
      • Translations
    • 💰Business System
      • Installation Page
        • QBCore
        • Qbox
        • ESX
      • Translations
    • 💼Job System
      • Installation Page
        • QBCore
        • QBox
        • ESX
      • Translations
    • 📱Budget Phone
      • QBCore
    • ⚙️Crew System
      • QBCore
    • 👚Clothing System
      • QBCore
    • 🏢Garage System
      • Installation Page
        • QBCore
        • QBox
        • ESX
    • 👪Multichar
      • Installation Page
        • QBCore
        • ESX
    • 🔪Territories
      • Installation Page
        • QBCore
        • QBox
        • ESX
    • 🎒Backpack
      • QBCore
    • 💴Moneywash
      • Installation Page
        • QBCore
        • QBox
        • ESX
    • 🌊Poolcleaner Job
      • Installation Page
    • 🚗TDi Smoke
      • Installation Page
  • Support / Store
    • 🛠️Where i can find support and buy new scripts
    • 🛠️FiveM asset escrow errors
Powered by GitBook
On this page
  • Download Resource
  • Dependencies Part
  • SQL
  • Inventory Setup
  1. Installation
  2. Casino System
  3. How to install

ESX

PreviousHow to installNextQBCore

Last updated 2 days ago

Download Resource

You will receive the script in profile, after this click in blue "download" button.

After download, put the script in your server files.

Remeber:

You need to be logged with the same cfx.re account you used to buy in my tebex store.

Dependencies Part

  • or

  • or custom one (ESX uses default menu, no need of this)

  • input script (provided)

Download all the scripts by clicking on their respective names, put them in the server files and start server.cfg

SQL

Execute JPR - Casino System.sql file in your SQL

This is mandatory!

Inventory Setup

Go to ox_inventory > data > items.lua, add this ones:

["casinochips"] = {
	label = "Casino Chips",
	weight = 1,
	stack = true,
	close = true,
},
["casino_member"] = {
	label = "Casino Member",
	weight = 1,
	stack = true,
	close = true,
},
["casino_vip"] = {
	label = "Casino VIP",
	weight = 1,
	stack = true,
	close = true,
},

For default ESX, you just need to ensure our SQL file.

All good. As you can see, this is more than easy

🎰
🥞
keymaster.fivem.net
qb-core
es_extended
qb-menu
oxmysql