Config = Config or {} Locales = Locales or {} Config.Locales = 'TR' -- EN * FR * PT * TR -- Config.UseUI = true -- If you set it to false you will not be able to see the notification system we have made for you. Config.DisableWeapons = true -- If you set it to false, an inside player can shoot an outside player. Config.DisableDriveBy = true -- If you set it to false, a player in the car can shoot from inside the car. Config.DisableVdm = true -- If you set it to false, cars may crush players. Config.DisableDamage = true -- If you set it to false, someone shooting from outside can hit the player inside. Config.LimitSpeed = { -- If you set it to true, the speed of the vehicle is limited. enabled = false, limit = 50, type = "kmh" -- mph } Config.Areas = { [1] = { coords = vector3(325.2151, -210.8626, 57.5111), blipEnabled = true, radius = 50.0 }, [2] = { coords = vector3(303.97, -585.84, 43.27), blipEnabled = true, radius = 50.0 }, [3] = { coords = vector3(-1857.07, -1224.41, 13.02), blipEnabled = true, radius = 50.0 }, [3] = { coords = vector3(-3025.16, 83.97, 12.34), blipEnabled = true, radius = 90.0 }, }