-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathconfig.lua
More file actions
26 lines (19 loc) · 1.03 KB
/
config.lua
File metadata and controls
26 lines (19 loc) · 1.03 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
Config = {}
Config.CrashProp = {
`prop_arcade_01`
}
Config.CasinoName = 'Emerald Online Casino'
Config.CasinoColor = '#50c878' -- This is a hex color code, by default it is purple
Config.Target = 'qb' -- 'qb' or 'ox' depending on the target you use
Config.AccessItem = 'phone' -- Change this to an item you want your players to have to access the 3rd eye (target) menu.
Config.MinimumWithdrawal = 1
Config.MinimumDeposit = 5
-- If one of these have been changed, you must change both to not confuse players.
Config.CryptoWithdrawalFeeShown = '10' -- This is a percentage shown the the ox_lib menu - e.g 10 = 10%
Config.CryptoWithdrawalFee = '0.90' -- This is a percentage of the fee when withdrawing the crypto - e.g 0.90 = 10%
Config.Crypto = 'qb' -- 'qb' or 'renewed-phone' depending on the crypto resource you use
Config.RenewedCryptoType = "gne" -- "gne" or "shung" or "xcoin" or "lme" - only change if using renewed phone
Config.CrashChanceFrom = 1
Config.CrashChanceTo = 10
Config.CrashBetMinimum = 1
Config.CrashBetMaximum = 1000