# doj-casino 

Edited Casino Pack for QBus Framework


# Updated 7/9/23
- Added **[KGV](https://github.com/Xinerki/kgv-blackjack)** & **[Rubbertoe98](https://github.com/rubbertoe98)** Blackjack 
# Updated 7/7/23
- Fixed most of the casino & added & removed a few things




# Dependencies
**[PolyZone](https://github.com/mkafrin/PolyZone)** 

**[qb-menu](https://github.com/qbcore-framework/qb-menu)**

**[qb-target](https://github.com/BerkieBb/qb-target)** 

**[casinoUi](https://github.com/dojwun/casinoUi)**

# Images
![casino_goldchip](https://i.imgur.com/7NPjx6H.png)
![casino_member](https://i.imgur.com/SOxFphs.png)
![casino_vip](https://i.imgur.com/nBvSini.png)



## casino-walls

**[preview](https://streamable.com/jem98k)** OLD VIDEO

**[source](https://forum.cfx.re/t/cayo-perico-casino-dlc-ipl-loader/2099391)**

## casino-blackjackKGV

**[preview](https://streamable.com/jpabhl)** OLD VIDEO

**[source](https://github.com/Xinerki/kgv-blackjack)**

## casino-blackjackRT98

**[preview](https://streamable.com/rfjiol)**  OLD VIDEO

**[source](https://github.com/rubbertoe98/DiamondBlackjack)**


## casino-luckywheel 

**[preview](https://streamable.com/ucv48w)** OLD VIDEO

**[source](https://github.com/Sn0wBiT/esx_tpnrp_luckywheel)**

## casino-insidetrack
 
**[preview](https://streamable.com/m5eyk)** OLD VIDEO

**[source](https://github.com/MRV6/mp_insidetrack)**

## casino-slots 

**[preview](https://streamable.com/5xwkki)** OLD VIDEO

**[source](https://github.com/ChatDisabled/dc-casino/tree/nice)** 

## casino-roulette

**[preview](https://streamable.com/85vjqc)** OLD VIDEO

**[source](https://forum.cfx.re/t/standalone-paid-aquiver-casino-roulette/2925508)**

## casino-poker

**[preview](NONE)** Coming soon

**[source](https://forum.cfx.re/t/standalone-paid-aquiver-three-card-poker/3378769)**

# qb-core/shared.lua info 
```
	["casino_goldchip"] 			 = {["name"] = "casino_goldchip", 			 ["label"] = "Casino Chip", 			["weight"] = 0, 		["type"] = "item", 		["image"] = "casino_goldchip.png", 				["unique"] = false, 	["useable"] = false, 	["shouldClose"] = false,   ["combinable"] = nil,   ["description"] = "Diamond Casino Chip"},
	["casino_member"] 				 = {["name"] = "casino_member", 			 ["label"] = "Casino Membership", 		["weight"] = 500, 		["type"] = "item", 		["image"] = "casino_member.png", 				["unique"] = true, 		["useable"] = false, 	["shouldClose"] = false,   ["combinable"] = nil,   ["description"] = "Diamond Casino Member Card"},
	["casino_vip"] 					 = {["name"] = "casino_vip", 			 	 ["label"] = "V.I.P Membership", 		["weight"] = 500, 		["type"] = "item", 		["image"] = "casino_vip.png", 				    ["unique"] = true, 		["useable"] = false, 	["shouldClose"] = false,   ["combinable"] = nil,   ["description"] = "Diamond Casino V.I.P Card"},
```