All Projects → dojwun → doj-casino

dojwun / doj-casino

Licence: GPL-3.0 license
casino pack for QBCore Framework

Programming Languages

lua
6591 projects

Labels

Projects that are alternatives of or similar to doj-casino

gitree
Print a directory tree that shows Git status and ignores files dictated by .gitignore.
Stars: ✭ 32 (-42.86%)
Mutual labels:  modified
changed-files
Github action to retrieve all (added, copied, modified, deleted, renamed, type changed, unmerged, unknown) files and directories.
Stars: ✭ 733 (+1208.93%)
Mutual labels:  modified
doj-marijuana
marijuana script for QBCore Framework
Stars: ✭ 43 (-23.21%)
Mutual labels:  modified

doj-casino

Edited Casino Pack for QBus Framework

If you are intested in recieving github updates join the community on Discord!

Updated 12/3/21

Dependencies

PolyZone

qb-menu

qb-target

textUi

casinoUi

Images

casino_redchip casino_whitechip casino_bluechip casino_blackchip casino_goldchip casino_member casino_vip

casino-blackjack (New)

  • Testing... more fixes at a later date

preview

source

qb-blackjack

  • Blackjack: play at 14 different tables (multiple people should be working)

preview

source

casino-walls

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

preview

source

casino-luckywheel (contact if interested) </dojwun>#2103

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

preview -REMOVED

source -REMOVED

casino-insidetrack

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

preview

source

casino-slotmachines (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

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"},
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].