Skip to content

dojwun/doj-casino

Repository files navigation

Framework

Qbox

Dependencies

ox_lib

ox_inventory

envi-interact

casinoUi

About

  • Mostly converted to qbx / ox

Still using a few qb-core callbacks (removing)

  • New casino interactions

envi-interact

  • Lots of configs/additions to casino-walls

secret gumball item

  • Customize luckywheel vehicle

  • Might be missing a few things but will try to fix or add if requested. ENJOY!

Images

casino_goldchip casino_member casino_vip

qbx_core/shared/items.lua info

	['casino_gumball']  = {
		['name'] = 'casino_gumball',
		['label'] = 'Gumball',
		['weight'] = 100,
		['type'] = 'item',
		['image'] = 'casino_gumball.png',
		['unique'] = false, 	
		['useable'] = true,
		['shouldClose'] = true,
		['combinable'] = nil,  
		['description'] = 'A shiny gumball'
	},
	['casino_member']  = {
		['name'] = 'casino_member',
		['label'] = 'Casino Member', 
		['weight'] = 0, 	
		['type'] = 'item', 	
		['image'] = 'casino_member.png', 	
		['unique'] = false, 	
		['useable'] = false, 
		['shouldClose'] = false, 
		['combinable'] = nil,  
		['description'] = 'Casino Membership'
	},
	['casino_vip']  = {
		['name'] = 'casino_vip',
		['label'] = 'Casino V.I.P', 
		['weight'] = 0, 	
		['type'] = 'item', 	
		['image'] = 'casino_vip.png', 	
		['unique'] = false, 	
		['useable'] = false, 
		['shouldClose'] = false, 
		['combinable'] = nil,  
		['description'] = 'V.I.P Membership'
	},

About

casino pack for FiveM - Updated 8/2/24

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages