/Breezy_Safezones

Safezones for Fivem.

Primary LanguageLuaGNU General Public License v3.0GPL-3.0

image

What is it?

This is a basic resource that allows you to set multiple safe zones for desired areas. When a player enters a safezone they will restricted from to shooting, fighting or punching. The player will also be notified that they are in a safezone.

Configuration

The following can be found in the config.lua file.

    Config = {
    Alert = "~g~You are in a safezone.",
    Warning = "~r~You are in a ~g~safezone. ~r~You can not shoot.",
    Radius = 50,
    Locations = {
        -- Set the locations you wish to be a safezone.
        -- Format: {XCoord, YCoord, ZCoord, Radius}
        {1850.04, 3687.3, 32.47}, -- Sandy PD
    }
    }

Download

https://github.com/BreezyTheDev/Breezy_Safezones

Preview

https://youtu.be/XdEhVeF2TIw

Errors or Suggestions?

Please message me on discord if you come across any errors when using this resource or if you would like to make a suggestion. Discord: Breezy#0001