Simple Fivem Show Player ID Command Script
EE-IDs is a script for FiveM that allows you to display player IDs above their characters. When the /ids
command is executed, it shows the player IDs for a duration of 5 seconds within a 100-unit range, and then automatically hides them.
- Toggle the visibility of player IDs with the
/ids
command. - Player IDs are displayed above characters within a customizable distance.
- Only show Player who is new to your server.
- Download the
unky_showid
script. - Rename the folder to
unky_showid
(if not already named). - Place the unky_showid` folder in your FiveM server's resource directory.
- excute this sql
ALTER TABLE players ADD COLUMN online_time INT NOT NULL DEFAULT 0
- Add
ensure unky_showid
to yourserver.cfg
file.
- automatic show up when u get in game
- automatic disapper when u r not a noob to the server
You can customize the maximum distance for displaying player IDs by modifying the value in the Config.Distance