I have an idea for a great plugin, but I'm not a coder, so I just wanted to share it and let anyone realize it on his account. The author can change or add something without any problems from my side.
The whole purpose of this plugin is to prevent situations, when someone, who You want to have eye on disconnects and returns later with a different name. If this idea would become to a real plugin You could just store some STEAM_IDs with the NickNames of Your wish and always know, who is who ;]. Absent players from
realnames.cfg will have their own NickNames and listed players' will have Nicks ended with a
* sign, so You will know, if he/she exists on the list or not.
Features:
- a config file to store Player's NickNames (i.e. (sourcemod/configs/
realnames.cfg) associated to
STEAM_IDs
- ConVar:
sm_realnames_mode 1 /Default = 2/ 0 = Plugin disabled; 1 = admins only; 2 = all players
- ConVar:
sm_realnames_type 3 /Default = 3/ 1 = show real names on the chat area only; 2 = show real names at the scoreboard only; 3 = show real names everywhere
- automated config creation in cstrike/cfg/sourcemod/ folder
Optionally:
- ConVar:
sm_realnames_menu 1 /Default = 1/ 0 = don't show real names in Admin Menu; 1 = show real names in Admin Menu (
Admin Menu >> PlayerCommands)
If that would be possible to show real names in Admin Menu (and Console) by default, without that above optional ConVar.
realnames.cfg example:
Code:
"deathsound"
{
"STEAM_0:0:12345678" "Nickname"
}
__________________