Skip to content

BuddyNotFound/buddy-zones

main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
April 27, 2023 01:43
July 31, 2023 21:26
August 4, 2023 23:43
April 26, 2023 04:46

BUDDY ZONES [QB/STANDALONE] - FREE

Buy Me a Coffee at ko-fi.com

8053c801f7b9eea8e17943e16c4671d81aa9f7f7_2_690x302

A Standalone resources for drawing zones on the map easily: This resources creates blips using AddBlipForArea and adds commands for showing and hiding the zones from the map. you can add as many zones as you want from the config file:

Config = {}

-- Main Config
Config.Debug = true 
Config.Notify = "QB" -- QB / Standalone / Custom
Config.EnableCommand = true
Config.Command = "zones" -- Toggle zones command (/[command] show/hide)
Config.CommandArgShow = "show" -- Argument needed to show the zones (/[command] [arg])
Config.CommandArgHide = "hide" -- Argument needed to hide the zones (/[command] [arg])


-- Lang
Config.AlreadyOnError = "Zones are already displayed!"
Config.AlreadyOffError = "Zones are already hidden!"

-- Zones
Config.Zones = {
    {
        Name = "GSF", -- vector2(-73.5, -1566.26)
        Pos = { 
            x = -80.5,
            y = -1568.26,
            z = 56.23,
        },
        Width = 350.0,
        Height = 150.0,
        Display = 4,
        Colour = 25,
        Alpha = 50,
        Rotation = 50,
    },
    { -- vector2(303.09, -2012.24)
        Name = "Vagos",
        Pos = {
            x = 360.09,
            y = -2060.24,
            z = 34.2,
        },
        Width = 175.0,
        Height = 168.0,
        Display = 4,
        Colour = 46,
        Alpha = 50,
        Rotation = 48,
    },
}

Zones will be displayed on the main map if enabled:

image|485x273

Zones will also be seen on the minimap if enabled: image|303x224 image|353x236

Download : Github Other scripts / Support : Tebex

About

Standalone Fivem Scripts

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages