Price
UnknownA script by NobodyScripts
Price
UnknownU 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:
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.
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
LINKS
| Code is accessible | Yes (Config) |
| Subscription-based | No |
| Lines (approximately) | 2000 |
| Requirements | ESX or QB |
| Support | Yes |
See what others are saying about this script.
Share your experience and help others.