PREVIEW VIDEO
U can buy it on my Tebex
Introducing the Nametags script from Nobody.
Welcome to the next evolution of roleplay in FiveM! We are thrilled to present our latest script: Nametags. This innovative script takes player interaction and immersion to new heights, providing customizable name displays with various features designed to enhance your roleplay experience.
Nametags offers players the ability to see other players’ names and roles in a variety of ways, improving communication, identification, and overall gameplay dynamics. Whether you’re looking to quickly identify a player, see their current status, or learn more about their affiliations, this script has you covered.
Key Features:
- Customizable Name Display: Players can easily view each other’s name, role, and other important information in a clear and easy-to-read format.
- Interactive Commands: A simple, customizable command allows players to pull up information about another player, such as their name, job, faction, health, and more.**
- Status Indicators: Different modes are available for different player states:
- Staff Mode: Staff members are clearly marked to distinguish them from regular players.
- Dead Mode: Dead players have their name displayed in a way that signals their current status.
- Injured Mode: Players who are injured can have their names tagged with a visual indicator, making it easier to spot those in need of help.
- In-Vehicle Mode: Displays vehicle-related tags when players are inside their vehicles, including the car’s model and the player’s name.
- Faction & Job Integration: Show off your player’s affiliations! Whether they belong to a gang or have a job, these can be displayed next to their name for easy identification.
- Animated Effects: Each nametag can feature unique animations that add life to your roleplay experience. Whether you’re in a tense standoff or a casual interaction, the script dynamically changes based on your status and role.
- Enhanced Roleplay Interaction: This feature seamlessly integrates into any roleplay server. The added information about jobs, factions, and health status allows for deeper immersion and more creative storytelling.
With “Nametags”, the FiveM community can enjoy a new level of dynamic interaction and roleplay. No more confusion about who’s who—this script gives players the tools to quickly assess the situation and engage with others more effectively, whether you’re a staff member, a medic, a gang member, or a civilian.
Requirements:
- Only ESX Legacy or QBCore.
Configurable with:
- Custom functions
Config File:
Config = {}
Config.framework = "esx" -- Set it to esx or qbcore
Config.sql = "oxmysql" -- Set it to oxmysql or mysql
Config.locale = 'english' -- english, spanish, french, german, italian, catala, arab, portuguese, japanese
Config.Car = "true" -- Set it to true to show the car tag when a player is in the car
Config.Dead = "true" -- Set it to true to show the dead tag when a player is dead
Config.showJobs = "true" -- Set it to true to show the job tag
Config.showGangs = "true" -- Set it to true to show the gang tag
Config.Injuried = "true" -- Set it to true to show the injuried tag when a player is injuried
Config.Mask = "true" -- Set it to true to show the mask tag when a player is masked
Config.Staff = "true" -- Set it to true to show the staff tag when a player is staff and types /staffmode
Config.ShowID = "false" -- Set it to true to show the player id
Config.MakeAnimation = "true" -- Set it to true to enable the animation when you meet someone
Config.OwnNameCommand = "showmyname" -- Command to show your name
Config.HideNamesCommand = "shownames" -- Command to hide or show the names
Config.StaffModeCommand = "staffmode" -- Command to enable or disable the staff mode
Config.MeetCommand = "meet" -- Command to meet someone
Config.TalkColor = "true" -- Set it to true to enable the talking color
Config.LicenseOfStaff = { --place here the char license of the staff members if u use esx and the citizenid if u use qbcore
"char3:858f67d6fed2235536827e132666a1a05d0ecb0b",
"char2:684d53dcf7ff605b6733f0b095bcb9c8e8565c6f3",
"char1:v6caf99215583c718ebexa7b356c62aff64a6280",
"VPR27678"
}
--------------------- CUSTOMIZATION ---------------------
Config.NameScale = 0.35 -- Set the scale of the name
Config.JobScale = 0.28 -- Set the scale of the job
Config.GangScale = 0.28 -- Set the scale of the gang
Config.NameFont = 4 -- Set the font of the name
Config.JobFont = 7 -- Set the font of the job
Config.GangFont = 2 -- Set the font of the gang
Config.Jobhigh = 1.04 -- Set the height of the job
Config.Ganghigh = 1.08 -- Set the height of the gang
--------------------- CUSTOMIZATION ---------------------
Config.CustomFunctions = "true" -- Set it to true to enable the custom functions
Config.CustomRequestScript = function(requesterName, requesterId, targetId) -- if u dont know how to do this au can open a ticket in discord https://discord.gg/zSJkqnuzuZ
local dialogResponse = lib.alertDialog({
header = 'Solicitud de Conocer',
content = requesterName .. ' quiere conocerte. ¿Aceptas?',
centered = true,
cancel = true,
buttons = {
{label = 'Aceptar', value = true},
{label = 'Rechazar', value = false},
}
})
if dialogResponse == "confirm" then
TriggerServerEvent('HandleKnowResponse', requesterId, targetId, true)
else
TriggerServerEvent('HandleKnowResponse', requesterId, targetId, false)
end
end
Config.CustomNotify = function(msg)
lib.notify({
type = "info",
title = " ",
description = msg,
icon = "fas fa-user"
})
end
Features:
- Optimized (0.02ms idle, and 0.10ms on use, less than 1 MiB ram usage regardless of frameworks)
- Only support ESX Legacy & QBCore.
- Fully secure, without possibilities of farming or docking quickly!
- Fully translatable (7 translations included in package).
- Thousands of ways and possibilities to configure.
LINKS
Code is accessible | Yes (Config) |
Subscription-based | No |
Lines (approximately) | 2000 |
Requirements | ESX or QB |
Support | Yes |