With playerdetails the players on your Server are informed about the player who join, because playerdetails shows a popup, when a player join, where is written much Information about this Player.
SEE PICTURE
Update Notification Function included.
First edit the playerdetails.py
[syntax="python"]##################################### Start of Options ##################################################
##################################### Important!!! ######################################################
##################################### Rank Options ######################################################
clanadmins = ["STEAM_ID_LAN", "STEAM_0:0:26428466"] # Here the Steamid's that are Clanadmins
clanmembers = [""] # Here the Steamid's that are Clanmembers
costumrank_1 = ["STEAM_0:0:26428466"] # Here the Steamid's for customrank 1
costumrank_2 = [""] # Here the Steamid's for customrank 2
rank_1 = "Clanleader" # Here the Name of the first customrank
rank_2 = "second Clanleader" # Here the Name of the second customrank
##################################### Update Options #####################################################
updateaddon = 1 # should there come a message, when there is a version 1 = on, 0 = off
##################################### Send Options ######################################################
owntext = "!myinfo" # Command to see one's details
player_send = "all" # "all" send the popup to all players, "joiner" only to the Joiner
popup_timeout = 7 # When should the Popup close in seconds
##################################### End of Options ####################################################[/syntax]
[b]IMPORTANT:
RESTART THE SERVER[/b]
Installation
[b]Copy the Folder addons in you gamedirectory
Edit the playerdetails.py
write es_load playerdetails in your autoexec.cfg
Give me a +wOOt :P[/b]
Version Notes For 2.5
Updated on: 2009-09-24 06:29:52 EST by uedi (View Zip Contents)
2.5
+ added Headshots
+ fixed counter
+ better scripted
+ more than 1 Tag
+ Command to see one's info
and more...
INFO:
The new Version makes a new Database!!
2.0
+ added Kills
+ added Deaths
+ save it in a dictionery (faster)
+ send option
+ closing popup accidentally
1.0
+ Playerstatus created