[Release] Tag for Admin V1.2 & V2.0| Over-The-Head

So this is requested here.
Tittle self explanatory…

Download V 2.0 :money_mouth_face:

Here

Download V 1.0 :money_mouth_face:

Read it, you’ll feel good about yourself after that. :upside_down_face:

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

  1. Drag the resource “tag_Ace” to your server resource folder.

  2. Add this line to your server.cfg file: “start tag_Ace”

  3. 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

  1. Start your server!

Installing SteamID or License Version Premissions

  1. Drag the resource “tag_steamid” to your server resource folder.

  2. Add this line to your server.cfg file: “start tag_steamid”

  3. Add your Admins steamid or license to “config.lua”:

admins = {
    'steam:110000105c4d991',
    'license:d37422e2e3892d1e811f0bc1049128b482ebf985',
}
  1. Start your server!

Installing ESX Version Premissions

  1. Drag the resource “tag_esx” to your server resource folder.

  2. Add this line to your server.cfg file: “start tag_esx”

  3. Start your server!

ScreenShots

Self Tag


Tag


Detailed Suport:

My Discord

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

16 Likes

Great!
(20 chars left)

Plz make admin car over admins dcript kthx

How do I find The License pls help!

@IceHax did not get it…

1 Like

It was a joke about people wanting stupid admin cars everywhere :^)

1 Like

license and steamid64 are 2 different things,
the easiest way is to log into a server and go to serverip:port/players.json and grab it from there

1 Like

Now I feel stupid for not understanding the joke :joy:

is there anyway to change the color of Admin and make it Red ?

For sure, find this line “SetTextColour(220, 220, 0, 255)” in the client, and change to “SetTextColour(255, 0, 0, 255)”

SetTextColour(RED, GREEN, BLUE, ALPHA)

thx
20 chardsdsdsdsds

1 Like

what is the thing for black

https://www.w3schools.com/colors/colors_rgb.asp

So black, is the absence of color, so it will be: SetTextColour(0, 0, 0, 255)

thx
20 sdsdsdsdsddsdsdd

how do you give yourself the self tag because when i do/tag i don’t see mine

“config.lua”

SeeSelfTag = false -- Do you want ADMINS to see their tags in their heads? True = Yes See | False = No dont see

Change to

SeeSelfTag = true

yea i know just did it thx

k now the problem is it just shows it all the time and i can’t get rid of it

2 Likes

What version you using? Change the debug mode to true and see the console.

1 Like

i set it to true and it still shows up and im using the steam verison