Skip to content

This is just what you need if you want to significantly enhance the thrill of your server, a QBCore resource that offers a fully functioning in-game casino, and all the other features filled in.

Notifications You must be signed in to change notification settings

RyFiction/casino-reboot

Repository files navigation

Casino resource for QBCore

This is an updated version of the DOJ Casino resource for QBCore framework. I do not claim ownership of the original script. This update includes bug fixes and ensures compatibility with the latest QBCore versions.

Showcase

image

Features:

Membership System: Players can join the casino with a membership, giving them exclusive access to premium features. Betting Chips: Players can bet with chips to play various games throughout the casino.

Games:

Blackjack Horse Race (Inside Track) Lucky Wheel: Spin the wheel for a chance to win big prizes, including a car (customizable to any vehicle you prefer). 3 Card Poker Roulette Slot Machines

Penthouse: A luxurious area for the rich, where you can install custom apartments.

MLO Features:

A massive MLO casino environment to explore, complete with a garage, staff area, and a huge basement. Vault: A potential future location for a heist? Who knows, maybe one day you can rob this high-end casino!

Depenencies:

QBCore Framework

DLCiplLoader/MLO

Installation instuctions:

1. Install DLCiplLoader

Drag and drop into the [Casino Reboot] folder.

2. Add inventory Images

Navigate to the following directory in your server files: resources[qb]\qb-inventory\html\images

Copy the provided PNG files and paste them into the images folder.

3. Add Casino Items

Open the items.lua file in the following directory: resources[qb]\qb-core\shared\items.lua

Add the following lines of code to the file:

-- Casino Items ["casino_chip"] = {["name"] = "casino_chip", ["label"] = "Betting Chips", ["weight"] = 3, ["type"] = "item", ["image"] = "casino_chip.png", ["unique"] = false, ["useable"] = false, ["shouldClose"] = false, ["combinable"] = nil, ["description"] = "Diamond Casino Chips"}, ["casino_member"] = {["name"] = "casino_member", ["label"] = "Member Card", ["weight"] = 50, ["type"] = "item", ["image"] = "casino_member.png", ["unique"] = true, ["useable"] = false, ["shouldClose"] = false, ["combinable"] = nil, ["description"] = "Diamond Casino Membership Card"}, ["casino_vip"] = {["name"] = "casino_vip", ["label"] = "V.I.P Pass", ["weight"] = 70, ["type"] = "item", ["image"] = "casino_vip.png", ["unique"] = true, ["useable"] = false, ["shouldClose"] = false, ["combinable"] = nil, ["description"] = "Diamond Casino V.I.P ALL ACCESS Pass"},

4. Restart Your Server

Credits Original Script: DOJ Casino - Updates & Fixes: .Ry

Feel free to reach out if you encounter any issues! 🎲 Discord

About

This is just what you need if you want to significantly enhance the thrill of your server, a QBCore resource that offers a fully functioning in-game casino, and all the other features filled in.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages