Welcome to LegendCS – With grace, in your face !

 
Last Updated: 09-30-2024, 06:22 PM
Name: [Plugin] BestPlayer [MOTD]
Category: Plugins
by: Berserk
Downloads: 0
Views: 21
Version: V.1.2.2
MD5: 711182c032d5b46b5b0a0ce322ed7137
Your rating: N/A
Average rating: N/A
 
Description:
Nume: Best Player MOTD

Running: (Care este versiunea de amxmodx) 1.8.1 1.8.2 1.8.3 1.9.0 1.10.0
Descriere: La sfârșitul fiecărei hărți, cel mai bun jucător este afișat într-o fereastră MOTD, împreună cu statisticile sale. Informațiile prezentate în MOTD, precum și modul în care este determinat cel mai bun jucător, pot fi schimbate foarte ușor.



* Instalare:
1. Fisierul crx_bestplayer.amxx il puneti in addons/amxmodx/plugins
2. Fisierul crx_bestplayer.sma il puneti in addons/amxmodx/scripting
3. Fisierul BestPlayer.txt il puneti in addons/amxmodx/configs
4. Fisierul BestPlayerStats.txt il puneti in addons/amxmodx/configs

5. Intrati in fisierul addons/amxmodx/configs/plugins.ini si adaugati la urma:
Quote:
crx_bestplayer.amxx

*  Cvar-uri (se adauga in fisierul amxmodx\configs\amxx.cfg):
Quote:
bpm_formula "157" -- the formula for determining the best player (more info down below)bpm_min_players "6" -- the minimum number of players required in the end of the map for the MOTD to showbpm_motd_header "Best Player: $name$" -- the header for the best player MOTD windowbpm_motd_stats "Player Stats: $name$" -- the header for the personal stats MOTD windowbpm_obey_team "0" -- if enabled, the best player will be chosen from a specific team (0 = disabled; 1 = terrorists; 2 = CTs; 3 = winning team)bpm_save_type "0" -- how to save the number of "wins" (0 = name; 1 = IP address; 2 = SteamID)say /mystats -- shows your current stats


Placeholders
Placeholders in $dollar signs$ can be used in the MOTD files and the header cvars.
Placeholders in (brackets) can be used in the cvar "bpm_formula".
$map$ -- the name of the map
$name$ -- the name of the player
$wins$ -- the number of wins (0)
$kills$ -- the number of kills (1)
$kills_sb$ -- the number of kills according to the scoreboard (2)
$deaths$ -- the number of deaths (3)
$deaths_sb$ -- the number of deaths according to the scoreboard (4)
$headshots$ -- the number of headshots (5)
$hits$ -- the number of hits (6)
$damage$ -- the amount of damage (7)
$kdratio$ -- the ratio between the kills and deaths (8)
$kdratio_sb$ -- the ratio between the kills and deaths according to the scoreboard (9)
$hsratio$ -- the ratio between the headshots and kills (a)
$ctscore$ -- number of CT team wins
$tscore$ -- number of T team wins
$best_team$ -- the winning team (ct/t/draw)


PHP Code: 
Sursa : [RGK]*Kent pentru mortall.ro 

[-]
Leave a comment
To leave a comment you must log in.