ESX

Download Resource

You will receive the script in keymaster.fivem.net profile, after this click in blue "download" button.

After download, put the script in your server files.

Dependencies Part

Download all the scripts by clicking on their respective names, put them in the server files and start server.cfg

SQL

Execute JPR - Casino System.sql file in your SQL

Inventory Setup

Go to ox_inventory > data > items.lua, add this ones:

["casinochips"] = {
	label = "Casino Chips",
	weight = 1,
	stack = true,
	close = true,
},
["casino_member"] = {
	label = "Casino Member",
	weight = 1,
	stack = true,
	close = true,
},
["casino_vip"] = {
	label = "Casino VIP",
	weight = 1,
	stack = true,
	close = true,
},

Last updated