Config.UseCullingRadius = false -- true = use culling radius | false = don't use culling radius
Config.UseRoutingBuckets = false -- true = use routing buckets | false = don't use routing buckets
Config.PayForOrder = false -- true = pay for the vehicle when you order it | false = don't pay and only receive the profit when selling
Config.SetVisibility = false -- true = player will be invisible when chosing a vehicle
Config.SetInvincibility = false -- true = player will not die while test driving
Config.CheckForOfflineOrdersEvery = 0.5 -- In minutes | it'll check every x minutes for offline players with orders accepted, if someone is offline it'll cancel the order
Config.ShowHasOwnerShopBlip = false -- Activate/Deactivate blip of shops with "hasOwner = false"
Config.TestDrive = false -- Activate/Deactivate test drive
Config.DevMode = false -- Allows you to restart the script (IMPORTANT: only set this to true if you are configuring the script)
Config.EventPrefix = "okokVehicleShop" -- this will change the prefix of the events name so if Config.EventPrefix = "example" the events will be "example:event"
Config.ESXPrefix = "esx" -- this will change the prefix of esx events such as esx:onPlayerDeath