Tags Menu
The Tags Menu Script for FiveM is the one-stop solution for Headtag/Gangtag System in game, this script works seamlessly with any framework and uses Discord Role IDS!

Custom Notifications











Downloads
[PAID] Official Store Link
Last updated

The Tags Menu Script for FiveM is the one-stop solution for Headtag/Gangtag System in game, this script works seamlessly with any framework and uses Discord Role IDS!

Custom Notifications











Downloads
[PAID] Official Store Link
Last updated
-- Color Codes: https://docs.fivem.net/docs/game-references/text-formatting/
-- Custom Color Codes: ~RGB~ = Rainbow Color Changing
Config = {
ShowOwnTag = true, -- Should the tag also be shown for own user?
RequiresLineOfSight = true, -- Requires the player be in their line of sight for tags to be shown
FormatDisplayName = "[{SERVER_ID}]",
UseGiveAllHeadtags = true, -- Give all headtags to users with a specific Discord Role ID
GiveAllHeadtagsDiscordRoleID = 1355488380510802132, -- Give all headtags to this Discord Role ID
headtags = {
{0, "~RGB~Some HeadTag Name ~w~"},
},
UseGiveAllGangtags = true, -- Give all gangtags to users with a specific Discord Role ID
GiveAllGangtagsDiscordRoleID = 0, -- Give all gangtags to this Discord Role ID
gangtags = {
{0, "~p~Some Gang-Tag Name ~w~"},
},
}