๐ค BLN Player Name โ

๐ฝ Get it Now โ
Allow players to easily view other players' names and IDs in-game. Enhance interaction and identification on your server with this essential tool, designed to improve roleplay experiences and simplify communication.
โจ Features โ
- ๐ฅ Display Player Names - Instantly shows other players' in-game names
- ๐ข Display Player IDs - Helps with identification by displaying unique player IDs
- ๐ Customizable Display Range - Configure the distance within which player names and IDs are visible
- ๐ฎ Toggleable UI - Players can toggle name display on or off to suit their needs, keeping the UI clean when desired
- โก Optimized for Performance - Lightweight and efficient, ensuring minimal impact on server performance
This script is perfect for servers that value clear and effective communication between players, offering a seamless way to identify and interact with others in the world.
๐ ๏ธ Configuration โ
lua
Config = {
enabled = true, -- Enable Player Names
key = 0x8CC9CD42, -- Key to show player names (X key by default)
showId = true, -- Enable or Disable showing player id
showName = true, -- Enable or Disable showing player name
closestPlayersDistance = 5.0 -- Distance to show closest players' name
}Configuration Options โ
| Option | Type | Default | Description |
|---|---|---|---|
enabled | boolean | true | Enable or disable the entire system |
key | hex | 0x8CC9CD42 | Key to hold to show player names (X key) |
showId | boolean | true | Show player server IDs |
showName | boolean | true | Show player names |
closestPlayersDistance | float | 5.0 | Maximum distance to display names (in meters) |
๐ฎ Usage โ
- Hold the configured key (default: X key) to view nearby players' information
- Player names and IDs will appear above their characters
- Release the key to hide the information
Custom Player Name Integration โ
The script includes support for custom player name functions. Edit custom.lua to integrate with your framework:
lua
-- File: custom.lua
function CustomPlayerName(player)
-- Add your custom logic here
-- Example: Return character name from your framework
-- return Framework.GetCharacterName(player)
return false -- Return false to use default player name
end๐ค Support โ
Need help? Have questions? Join our Discord server for support and updates!
- ๐ฌ Discord: Join Our Community
- ๐ฎ Live support and community help
- ๐ Regular updates and improvements
Built with โค๏ธ by BLN Studio
