From e3c1cc57dd98f65c83168765b276a6cd33d1763c Mon Sep 17 00:00:00 2001 From: Lucasmillen1 <145896347+Lucasmillen1@users.noreply.github.com> Date: Thu, 28 Dec 2023 21:07:36 -0500 Subject: [PATCH] Update config.lua Turns on /sellcrypto --- config.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config.lua b/config.lua index 4cef9ed..0ea9907 100644 --- a/config.lua +++ b/config.lua @@ -5,6 +5,8 @@ Config.CryptoMinerProp = { `v_corp_servercln` } +Config.SellCryptoEnabled = true -- Set to false to disable the 'sellcrypto' command. + -- 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%