Guardian Gangtag & Headtag-Menu

Custom Headtags, IDs with its own Draw Function

Preview

Config = {}

Config.UI = {
    BannerImage = "https://i.ibb.co/PvC1cMHd/Banner-Update.png",
    ShowBannerText = true,
    BannerText = "Headtag Menu",
    SubtitleText = "Select a tag to display above your head",
}

-- Headtags Downbelow to add a new one just put {name = "Cool Member", permission = "guardianTags.coolmember", color = "~p~" },
Config.Tags = {
    {name = "Donator", permission = "guardianTags.donator", color = "~g~" },
    {name = "Member", permission = "guardianTags.member", color = "~b~" }
}

Config.HeadtagHUDEnabled = false    -- Set false to disable headtag HUD

Config.HUDPosition = {
    x = 0.16,
    y = 0.96,
}

Config.AllTags = 'GuardianTags.All'  -- ACE permission for all headtags
Config.HideOwnTag = true  -- Set to true to hide own tag, false to show own tag

-- Permissions can be based on identifiers or ace permissions.
Config.UseAcePermissions = true

-- Example permissions table if not using ACE
Config.PlayerPermissions = {
    ["steam:1300XXXXXXX"] = { "headtag.owner", "headtag.vip" },
}
circle-check

Last updated