Skip to content

Missing creator credits #1

Description

@manups4e

MINIMAP_LOADER.gfx is 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

  • texts inside minimap / map
  • Native Scaleform drawing of map zones and as you can see of custom textures too:
Image Image Image
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))

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 :)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions