[ESX] Oii-AdminTag


Simple remade admin tag system with steam names, currently only supported for ESX but planning to add QB support or just gonna make it a standalone pretty soon.


A lot of config options and really easy to use.




GET IT HERE NOW FOR FREE

|-------------------------------------|----------------------------------|
| Code is accessible | No(Open source yes
| Subscription-based | No
| Lines (approximately) | 300~
| Requirements | ESX
| Support | Yes

3 Likes

Difference?

Steam name, notifications, more code ported to server side, easier to config, more customization :grin: . This is a remake of relisoft tags, that’s why we didn’t put the price so high, we are two students team trying to make some extra cash on the side.

2 Likes

Looking good! Could we just make it a special icon instead of text?

3 Likes

You mean like an emoji?

needs and update

Updated.

Im using groups system

Config.GroupLabels = {
skripter = “SKRIPTER”,
owner = “Owner”,
headadmin = “HEADSTAFF”,
admin = “ADMIN”,
moderator = “MODERATOR”,

}
Config.ColorForGroups = {
– rgba(230,150,0,255)
skripter = { r = 0, g = 0, b = 0, a = 1 },
owner = { r = 178, g = 0, b = 0, a = 1 },
headadmin = { r = 108, g = 0, b = 138, a = 1 },
admin = { r = 16, g = 0, b = 255, a = 1 },
moderator = { r = 0, g = 255, b = 17, a = 1 },
}

but when i use /tag i get notification that tag is on but i cant see my tag or others…See own label its on true

Updated.