Installation
Last updated
Was this helpful?
Last updated
Was this helpful?
Download the resource from your and drop it into your resources folder
Edit your config.lua
-- __ _________ __ _____ _ _
-- \ \ / /_ _\ \ / / | __ \ | | | |
-- \ \ /\ / / | | \ V / | | | | _____ _____| | ___ _ __ _ __ ___ ___ _ __ | |_
-- \ \/ \/ / | | > < | | | |/ _ \ \ / / _ \ |/ _ \| '_ \| '_ ` _ \ / _ \ '_ \| __|
-- \ /\ / _| |_ / . \ | |__| | __/\ V / __/ | (_) | |_) | | | | | | __/ | | | |_
-- \/ \/ |_____/_/ \_\ |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__|
-- | |
-- |_|
Config = {}
-- NOTIFICATIONS
Config.Notifications = "OX" -- Choose your notifications type "MYTHIC" / "ESX" / "OX" / "OKOK" / false (disabled) more can be added on requsest on my discord server
-- LOCALES
Config.Title = "Safezones"
Config.Entered = "You have entered the safezone"
Config.Left = "You have left the safezone"
-- SAFEZONES VARIABLES
Config.Border = true -- Set this to true if you want a Safezone Border
Config.ZoneBlip = true -- Set this to true if you want a zone marker on the Map
Config.TranspatentPlayers = false -- Set this to true if you want Players/Vehicles to become transparent in the safezone (Will have issues with anticheat)
Config.AntiZoneCamp = false -- Set this to true will add 10 meters extra to the zone when you exit. (this will not effect entering the zone only exiting)
-- SAFEZONES
Config.Zone = {
["pdm"] = {x=-47.8039, y=-1112.5415, z=26.4365, height=25.0, radius=35.0, color={r=255, g=0, b=0, a=128}, blipColor=1}, -- Premium Deluxe Motorsport (Red)
["ems"] = {x=320.3028, y=-594.6119, z=43.2918, height=25.0, radius=45.0, color={r=0, g=255, b=0, a=128}, blipColor=2}, -- Pillbox Hill Medical Center (Green)
["policestation"] = {x=444.6856, y=-984.8925, z=30.6803, height=25.0, radius=45.0, color={r=0, g=0, b=255, a=128}, blipColor=3}, -- Mission Row Police Station (Blue)
-- ["example"] = {x=00,y=00,z=00, height=25.0, radius = 25.0},
-- ["example"] = {x=00,y=00,z=00, height=25.0, radius = 25.0},
-- ["example"] = {x=00,y=00,z=00, height=25.0, radius = 25.0},
}
Add ensure wix_kits
to your server.cfg
Enjoy your Tags and don't forget to write a rating on my Discord server