So this is requested here.
Tittle self explanatory…
Download V 2.0 
Download V 1.0 
Read it, you’ll feel good about yourself after that.
How it works?
It simply shows a tag on top of all server administrators’ heads, it also comes with a / tag command to enable and disable the tag.
Configuration
This script comes with a “config.lua” that you have to change or not, depending on your tastes!
ignorePlayerNameDistance = true -- No distance limit or with limit? ! True = No limits | False = Limit it!
playerNamesDist = 15 -- If ignorePlayerNameDistance = true , what is the max distance? | Big values = big distance
displayTAGHeight = 1.1 -- Height of the TAG above admin head (starts at center body mas) ! Upper values = high height
SeeSelfTag = false -- Do you want ADMINS to see their tags in their heads? True = Yes See | False = No dont see
ModoDebug = false -- Activate debug mode, for nerds hehe
Admin Premissions
So this script comes with 3 premissions versions! That are ace premissions, esx premissions and steamid or license premissions.
Installing Ace Version Premissions
-
Drag the resource “tag_Ace” to your server resource folder.
-
Add this line to your server.cfg file: “start tag_Ace”
-
Add your Admins steamid or license to you server “server.cfg”:
add_ace group.admin cheleber allow # allow tag for admins
add_ace group.moderator cheleber allow # allow tag for moderators
add_ace group.moderator cheleber.tag deny # disallowt tag moderators
add_principal identifier.steam:110000112345678 group.admin # Add this identifier to the admin group
Or see this topic to now more about ace premissions: Basic Aces & Principals overview/guide
- Start your server!
Installing SteamID or License Version Premissions
-
Drag the resource “tag_steamid” to your server resource folder.
-
Add this line to your server.cfg file: “start tag_steamid”
-
Add your Admins steamid or license to “config.lua”:
admins = {
'steam:110000105c4d991',
'license:d37422e2e3892d1e811f0bc1049128b482ebf985',
}
- Start your server!
Installing ESX Version Premissions
-
Drag the resource “tag_esx” to your server resource folder.
-
Add this line to your server.cfg file: “start tag_esx”
-
Start your server!
ScreenShots
Detailed Suport:
Thanks to:
@ryu2kk and @Freaklez for helping in the test.
I took some ideas from ID Over-head made my @vizzra
To my brain that did not burn in the realization of this script