⚙️Other Config Files
Luckywheel Config
Config = {}
Config.Framework = 'ESX' -- ESX / QB
Config.Language = 'en' -- pl / en
Config.Wheel = vector4(949.71, 45.1, 70.9, 328.0)
Config.ItemsRequired = {
['casino_chips'] = {count = 1000, label = 'Casino Chips', remove = true},
}
Config.Platform = {
state = true, -- false to turn off
coords = vector3(935.2228, 42.9347, 72.5250),
vehicle = {
coords = vector4(935.1876, 42.8397, 72.5250, 192.6382),
model = 'zentorno'
}
}
-- sound: car / cash / clothes / chips / mystery
Config.Prices = {
[1] = {type = 'car', model = 'zentorno', sound = 'car', chance = {0, 1}}, -- 0.1%
[2] = {type = 'item', item = 'money', count = {500, 1000}, sound = 'cash', chance = {1, 5}}, -- 0.4%
[3] = {type = 'item', item = 'money', count = {505, 1005}, sound = 'cash', chance = {5, 10}}, -- 0.5%
[4] = {type = 'item', item = 'money', count = {510, 1010}, sound = 'cash', chance = {10, 20}}, -- 1.0%
[5] = {type = 'item', item = 'money', count = {515, 1015}, sound = 'cash', chance = {20, 40}}, -- 2.0%
[6] = {type = 'item', item = 'money', count = {520, 1020}, sound = 'cash', chance = {40, 60}}, -- 2.0%
[7] = {type = 'item', item = 'money', count = {525, 1025}, sound = 'cash', chance = {60, 80}}, -- 4.0%
[8] = {type = 'item', item = 'money', count = {530, 1030}, sound = 'cash', chance = {80, 120}}, -- 4.0%
[9] = {type = 'item', item = 'money', count = {535, 1035}, sound = 'cash', chance = {120, 170}}, -- 5.0%
[10] = {type = 'item', item = 'money', count = {540, 1040}, sound = 'cash', chance = {170, 250}}, -- 5.0%
[11] = {type = 'item', item = 'money', count = {545, 1045}, sound = 'cash', chance = {250, 300}}, -- 6.0%
[12] = {type = 'item', item = 'money', count = {550, 1050}, sound = 'cash', chance = {300, 340}}, -- 6.0%
[13] = {type = 'item', item = 'money', count = {555, 1055}, sound = 'cash', chance = {340, 380}}, -- 7.0%
[14] = {type = 'item', item = 'money', count = {560, 1060}, sound = 'cash', chance = {380, 540}}, -- 7.0%
[15] = {type = 'item', item = 'money', count = {565, 1065}, sound = 'cash', chance = {540, 610}}, -- 8.0%
[16] = {type = 'item', item = 'money', count = {570, 1070}, sound = 'cash', chance = {610, 640}}, -- 8.0%
[17] = {type = 'item', item = 'money', count = {575, 1075}, sound = 'cash', chance = {640, 700}}, -- 8.0%
[18] = {type = 'item', item = 'money', count = {580, 1080}, sound = 'cash', chance = {700, 810}}, -- 9.0%
[19] = {type = 'item', item = 'money', count = {585, 1085}, sound = 'cash', chance = {810, 990}}, -- 9.0%
[20] = {type = 'item', item = 'money', count = {590, 1090}, sound = 'cash', chance = {990, 1000}}, -- 1.0%
}
Blackjack Config
Config = {}
Config.Language = 'en' -- pl / en
Config.Framework = 'ESX' -- ESX / QB
Config.BetsTime = 30 -- 30 seconds
-- vw_prop_casino_blckjack_01
-- vw_prop_casino_blckjack_01b
Config.Tables = {
-- {
-- spawnTable = true,
-- model = 'vw_prop_casino_blckjack_01',
-- coords = vector4(1002.4839, 56.5251, 68.4350, 277.2616),
-- highStakes = false,
-- },
{
coords = vector4(1004.090, 53.110, 68.45, 55.3000),
highStakes = false,
},
{
coords = vector4(1002.360, 60.520, 68.45, 142.5300),
highStakes = false,
},
}
Config.CustomTables = { -- you can set custom tables, table prop and ped will spawn
{
coords = vector4(967.33, 32.0191, 115.1742, -122.0),
highStakes = false,
color = 1, -- 0 Green, 1 Red, 2 Blue, 3 Purple
},
}
Config.bettingNumbers = {
10, 20, 30, 40, 50,
60, 70, 80, 90, 100,
150, 200, 250, 300,
350, 400, 450, 500,
1000, 1500, 2000, 2500,
3000, 3500, 4000, 4500,
5000, 6000, 7000, 8000,
9000, 10000, 15000, 20000,
25000, 30000, 35000, 40000,
45000, 50000, 55000, 60000,
65000, 70000, 75000, 80000,
85000, 90000, 95000, 100000,
150000, 200000, 250000,300000,
350000, 400000, 450000, 500000,
550000, 600000, 650000, 700000,
750000, 800000, 850000, 900000,
950000, 1000000, 1500000, 2000000,
2500000, 3000000, 3500000, 4000000,
4500000, 5000000, 5500000, 6000000,
6500000, 7000000, 7500000, 8000000,
8500000, 9000000, 9500000, 10000000,
}
Last updated