Page cover

βš™οΈConfiguration

This is the configuration that you can give to this script to modify it to your liking

Permissions

Add this permission in server.cfg

add_ace group.admin "biyei_safezones.admin" allow

Config File

Config = { }

Config.Debug = false


Config.Lang = 'es' -- 'en' for english, 'es' for spanish, 'fr' for french, 'pt' for portuguese, 'pr' for polish


Config.NotifyType = 'ox' -- 'ox' for ox_lib, 'default' for esx, qb or qbx, set false to use your custom notify public/client/interface.lua
Config.AlertUI = true

Config.Commands = {
    CreateZone = 'createzone',
    DeleteZone = 'deletezone',
    EditZone = 'editzone',
}

Config.WhitelistedJobs = {
    'police',
    -- 'ambulance',
}

Config.WeaponWhitelist = {
    -- 'weapon_pistol'
}

How to add zones?

Last updated