Minimap Overlays included in this script is very old and outdated.. using nui to generate the overlay might be an incredible way to handle the map zones.. but in latest ScaleformUI updates i added native support for map zones directly into the scaleform, including
local overlays = exports.ScaleformUI_Lua:GetMinimapOverlays()
local list = {
vector3(-100.78, -1129.4, 25.8),
vector3(36.1, -1120.28, 19.2),
vector3(91.26, -1004.77, 29.35),
vector3(-24.42, -963.52, 29.35),
}
local areaoverlay = overlays:AddAreaOverlay(list, false, SColor.FromArgb(180, 255, 0, 0))
MINIMAP_LOADER.gfxis a Minimap Overlays component taken from ScaleformUI but the credits for it are missing.https://github.com/manups4e/ScaleformUI
Minimap Overlays included in this script is very old and outdated.. using nui to generate the overlay might be an incredible way to handle the map zones.. but in latest ScaleformUI updates i added native support for map zones directly into the scaleform, including
you can find more about minimap overlays here: https://github.com/manups4e/ScaleformUI/tree/master/ScaleformUI_Lua/src/scaleforms/Minimap
I'm the creator of ScaleformUI and its components :3 a little credit would be nice
ScaleformUI is under https://creativecommons.org/licenses/by-nc-sa/4.0/
You have 30 days to comply :)