/doj-casino

casino pack for QBCore Framework

Primary LanguageLua

doj-casino

Edited Casino Pack for QBus Framework

Updated 11/14/21

  • Casino now uses Casino Chips

Images

casino_redchip casino_whitechip casino_bluechip casino_blackchip casino_goldchip casino_member casino_vip

Casino Entrance

  • Casino IPL: (casino accessible without the use of teleports)

preview

source

Casino Luckywheel

  • Luckywheel: (peek to spin the luckywheel with $5000 a V.I.P membership)

preview

source

Casino Inside Track

  • Inside Track: (bet on virtual racehorses with a casino membership and a 100 min chip bet)

preview

source

Casino Blackjack

  • [Bugged with multiple people, re-work coming soon]
  • Blackjack: (play 14 blackjack tables with a casino membership and a 10 min chip bet)

preview

source

Casino Slot Machines (contact if interested) </dojwun>#2103

  • Slot Machines: (play 44 slotmachines with a casino membership and a different bet each slot) -REMOVED

preview -REMOVED

source -REMOVED

Casino Roulette

  • Roulette: (now works but locations need to be adjusted)

preview

source

Required to work properly

qb-menu

General

textUi

General

casinoUi

General

  • qb-core/shared.lua info
	["casino_redchip"] 				 = {["name"] = "casino_redchip", 			 ["label"] = "Casino Chip", 			["weight"] = 0, 		["type"] = "item", 		["image"] = "casino_redchip.png", 				["unique"] = false, 	["useable"] = false, 	["shouldClose"] = false,   ["combinable"] = nil,   ["description"] = "Diamond Casino Inside Track Chip"}, 
	["casino_whitechip"] 			 = {["name"] = "casino_whitechip", 			 ["label"] = "Casino Chip", 			["weight"] = 0, 		["type"] = "item", 		["image"] = "casino_whitechip.png", 			["unique"] = false, 	["useable"] = false, 	["shouldClose"] = false,   ["combinable"] = nil,   ["description"] = "Diamond Casino Slot Machine Chip"},
	["casino_bluechip"] 			 = {["name"] = "casino_bluechip", 			 ["label"] = "Casino Chip", 			["weight"] = 0, 		["type"] = "item", 		["image"] = "casino_bluechip.png", 				["unique"] = false, 	["useable"] = false, 	["shouldClose"] = false,   ["combinable"] = nil,   ["description"] = "Diamond Casino Roulette Chip"},
	["casino_blackchip"] 			 = {["name"] = "casino_blackchip", 			 ["label"] = "Casino Chip", 			["weight"] = 0, 		["type"] = "item", 		["image"] = "casino_blackchip.png", 			["unique"] = false, 	["useable"] = false, 	["shouldClose"] = false,   ["combinable"] = nil,   ["description"] = "Diamond Casino Blackjack Chip"},
	["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"},