Admin Tag

3.00 EUR 2.40 EUR

Admin Tag

Package Description

wasvendel_tag

Admin tag system for VORP and RSG frameworks. Tags appear in 3D above the character’s head with automatic distance-based scaling.

Key Features

  • 3D Display – Tags appear above the character’s head in 3D space
  • Automatic Scaling – The farther you are, the smaller the tag appears
  • Steam Name and Rank – Automatically displays the player’s Steam name and rank
  • Rank-Based Access – Only users with ranks defined in the config can enable their tag
  • Visible to Everyone – When an admin enables their tag, everyone can see it

Setting Tags for Ranks

In the config.lua file, define tags based on ranks:

Config.Tags = {
    ["admin"] = {
        image = "logo.png"  -- Fájlnév az ui/img/ mappából
    },
    ["superadmin"] = {
        image = "superadmin.png"
    },
    ["moderator"] = {
        image = "moderator.png"
    },
}

Images

  • Place tag images in the ui/img/ folder
  • Supported formats: PNG, JPG, JPEG
  • Recommended size: 150x150 pixels or larger (with transparent background)
  • File names must match the ones specified in the config

Functionality

  • Rank Check: The script automatically detects the player’s rank (VORP/RSG)
  • Tag Loading: If the rank is listed in Config.Tags, the tag is loaded
  • Activation: Admins use the /tag command to enable their tag
  • Display: The tag appears in 3D above the character’s head, visible to everyone
  • Scaling: The tag automatically scales down with distance

Locked files: The server and client files are locked via CFX Escrow, while the config.lua file remains fully open and editable.

Dependencies: :vorpcore: VORP or :rsg~2: RSG