Velvet |
2-gi Squad |
|
|
Dołączył: 21 Wrz 2005 |
Posty: 265 |
Przeczytał: 0 tematów
Pomógł: 3 razy Ostrzeżeń: 0/3
|
|
|
|
|
|
|
|
Cytat: | tak edytowałem wszystkie configi i nie znalazłem tego który odpowiada za to jak jest wyswietlana informacja kto zadał najwiecej obrarzeń itp. moze wiesz gdzie dokładnie to jest! |
addons\statsme\scripts\endround.cfg
Kod: | // ---------------------------------------------------------------------------
// StatsMe 2.8.0 Config Pack [5 December, 2003]
// ---------------------------------------------------------------------------
// This file is part of StatsMe (See README for more information).
// Copyright 2002 - 2003 UnitedAdmins (www.unitedadmins.com)
// Project originally created by OLO (http://olo.counter-strike.pl)
// ---------------------------------------------------------------------------
// Please read the manual and the forums carefully before altering this file!
// The Manual is located at http://docs.unitedadmins.com/statsme/
// The Forum can be found at http://forums.unitedadmins.com/
// ---------------------------------------------------------------------------
// EndRound announce
sm_mode set h
alias set_rd "sm_sayformat 100 200 0 0.05 0.55 2 0.02 12 0.01 0.1 1" //Round end - best & score
sm_menu "EndRound Stats\\y\\R{sm_mode&h?ON:OFF}" "sm_mode {sm_mode&h?remove:set} h"
//Best & Score
sm_reg "SM_RoundEnd h" "set_rd;sm_tell * \'Wymiatacz rundy: {rd.mdisr.name?$:#}\\n{rd.mdisr.rd.hits} trafien / {rd.mdisr.rd.damage} dmg -- {rd.mdisr.gm.eff}% eff. / {rd.mdisr.rd.acc}% acc.\\nNajlepszy wynik: {rd.mkill.name?$:#}\\n{rd.mkill.rd.kills} kill(s) / {rd.mkill.rd.hs} hs -- {rd.mkill.gm.eff}% eff. / {rd.mkill.rd.acc}% acc.\\n\\n\\n{t1gm.name?$:#} {t1gm.score} / eff.: {t1gm.eff}% / acc.: {t1rd.acc}%\\n{t2gm.name} {t2gm.score} / eff.: {t2gm.eff}% / acc.: {t2rd.acc}%\\nZabitych: {rd.kills} Trafien: {rd.hits} Strzalow: {rd.shots}\'" bcde |
oraz
addons\statsme\scripts\avlist.cfg
Kod: | // ---------------------------------------------------------------------------
// StatsMe 2.8.0 Config Pack [5 December, 2003]
// ---------------------------------------------------------------------------
// This file is part of StatsMe (See README for more information).
// Copyright 2002 - 2003 UnitedAdmins (www.unitedadmins.com)
// Project originally created by OLO (http://olo.counter-strike.pl)
// ---------------------------------------------------------------------------
// Please read the manual and the forums carefully before altering this file!
// The Manual is located at http://docs.unitedadmins.com/statsme/
// The Forum can be found at http://forums.unitedadmins.com/
// ---------------------------------------------------------------------------
// Attackers & Victims list
sm_mode set mn
alias set_al "sm_sayformat 220 80 0 0.55 0.35 0 6 12 1 2 3" //Attackers list
alias set_vl "sm_sayformat 0 80 220 0.55 0.60 0 6 12 1 2 4" //Victims list
sm_menu "Attackers List\y\R{sm_mode&m?ON:OFF}" "sm_mode {sm_mode&m?remove:set} m"
sm_menu "Victims List\y\R{sm_mode&n?ON:OFF}" "sm_mode {sm_mode&n?remove:set} n"
// Victims and Attackers list format
sm_victims "{p.v.name} -- {p.a.hits} trafien / {p.a.damage} dmg{p.a.name? / $}"
sm_attackers "{p.k.name} -- {p.k.a.hits} trafien / {p.k.a.damage} dmg{p.k.a.name? / $}"
// Victims and Attackers
sm_reg "SM_DeathMsg n" "set_vl;sm_tell #{v.uid} \'Ofiary:\\n{v.victims?$:#}\'" ade
sm_reg "SM_DeathMsg m" "set_al;sm_tell #{v.uid} \'Atakujacy:\\n{v.attackers?$:#}\'" ade
sm_reg "SM_RoundEnd n" "set_vl;sm_tell #{p.uid} \'Ofiary:\\n{p.victims?$:#}\'" bdeg
sm_reg "SM_RoundEnd m" "set_al;sm_tell #{p.uid} \'Atakujacy:\\n{p.attackers?$:#}\'" bdeg |
Już to przetłumaczyłem. Ale jeśli chcesz to oczywiście możesz wprowadzić własne poprawki [/code] |
|