Меню сайта
Главная страница Наши Сервера Каталог статей CSS Правила Нашего сервера Форум Фото CSS Связь с Админом
CS:S
Каталог файлов Скачать CS Source Патчи Программы для сервера Моды\ Sourcemod Скрипты\ EventScripts Сервера Защита Античиты Звуки Логотипы(Спреи) Карты Скины T и СT

Left 4 Dead(2)

Left 4 Dead Left 4 Dead 2 Сервера Left 4 Dead(2)
Новые файлы
1 Counter-Strike:...
25.09.2013
Скачан: 213
Просмотров: 690

2 Counter-Strike:...
20.06.2012
Скачан: 166
Просмотров: 938

3 патч v71
31.05.2012
Скачан: 160
Просмотров: 878

4 RankMe (Version...
25.04.2012
Скачан: 4
Просмотров: 1760

5 патч v70 linux ...
10.02.2012
Скачан: 161
Просмотров: 933

6 Client Counter ...
06.02.2012
Скачан: 152
Просмотров: 830

Статистика
Зарег. на сайте:
Всего: 326
Новых за месяц: 0
Новых за неделю: 0
Новых вчера: 0
Новых сегодня: 0
Из них:
Администраторов: 2
Модераторов: 0
Дизайнеров:
Файловиков: 2
Проверенных: 4
Обычных: 318
Забаненых: 0

Из них:
Парней: 313
Девушек: 13


Онлайн всего: 1
Гостей: 1
Пользователей: 0


Пользователи, посетившие
сайт за текущий день :

Популярные файлы
Sdkhook 2.1 для CSS v34[ Скачан 267 раз ]
Counter-Strike: Source v.19...[ Скачан 213 раз ]
High Ping Kicker - Lite Edi...[ Скачан 208 раз ]
Quake Sounds By SlaterOk v5...[ Скачан 203 раз ]
EST Replacement for CS:S (e...[ Скачан 171 раз ]
Взломанный Steam клиент Пос...[ Скачан 170 раз ]
Чистый сервер Left 4 Dead 2...[ Скачан 169 раз ]
Counter-Strike: Source v.72...[ Скачан 166 раз ]
[CS:S] Anti-Rejoin (2.0.0)[ Скачан 163 раз ]
патч v70 linux версия[ Скачан 161 раз ]

Новые файлы
Counter-Strike: Source v.19...[ Добавлен 25.09.2013 ]
Counter-Strike: Source v.72...[ Добавлен 20.06.2012 ]
патч v71[ Добавлен 31.05.2012 ]
RankMe (Version 2.8.0 - 21 ...[ Добавлен 25.04.2012 ]
патч v70 linux версия[ Добавлен 10.02.2012 ]
Client Counter Strike Sourc...[ Добавлен 06.02.2012 ]
[CSS] Weapon Restrict 3.0.8[ Добавлен 21.01.2012 ]
Скины для команд[ Добавлен 15.01.2012 ]
cs_airbus_beta[ Добавлен 15.01.2012 ]
zm_mini_hun_crazy[ Добавлен 15.01.2012 ]


Главная » Файлы » Моды\ Sourcemod

[CS:S] RankMe (Version 2.6.8 - 14 Nov 11)
  15.11.2011, 17:28
RankMe
--- Introduction:
This plugin has been made because the features that I needed wasn't availiable in the others that doesn't use MySQL databases.

--- Features:
= Rank your players by STEAM:ID or by NAME.
= Use SQLite or MySQL for the Database.
= Kills and Death Statistic.
= Accuracy Statistic.
= Weapon Statistic.
= Rank by Points System or by KDR (Kill:death ratio).
= Hitbox Statistic.
= Connected Time.
= Bomb and Hostage Statistic.
= VIP (as_ maps) statistic.
= Statistics changed on current map.
= Translation.
= Auto-Purge.
= SQLite database.
= Full customization with CVars.
= Set minimal kills for entering the rank.
= Set multiplier for losing points.
= Possible to not showing the points changes on chat.
= Top for each weapon.
= Natives.
= Mani Admin Plugin Import.
= Possible to use with web interface since it has an export system.
= The database is exported to cstrike folder as rank.sql (needed for SQLite).
= For web interface, may require a web server with PHP and MySQL.

--- Point System (Default, changeable with cvars):
= Every player start with 1000 points.
= For each kill is given 2 points plus 1 point for each 100 points difference between the killer and the killed.
= For each death is taken the same amount that is given to the killer.
= For HeadShot kill is given 1 point.
= Killing with Knife doubles the points given and taken.
= For Planting the C4, is given 2 points for each terrorist plus 2 points for the one who planted.
= For Exploding the C4, is given 2 points for each terrorist plus 2 points for the one who planted.
= For Defusing the C4, is given 2 points for each counter-terrorist plus 2 points for the one who defused.
= For Rescuing the Hostage, is given 2 points for each counter-terrorist plus 2 points for the one who rescued.
= For VIP Escaping, is given 2 points for each counter-terrorist plus 2 points for the one who escaped.
= For Killing the VIP, is given 2 points for each terrorist plus 2 points for the one who killed.

--- Commands:
= Normal Commands:
= sm_session
= sm_statsme
= sm_hitboxme
= sm_weaponme
= sm_rank
= sm_next (on chat) / sm_next (on console, needed the change because there is already a ConCommand may be already registered as next)
= sm_top
= sm_top x (x equals number) (also topx on chat)
= sm_topknife
= sm_topknife x (x equals number)
= sm_topnade
= sm_topnade x (x equals number)
= sm_topweapon
= sm_topweapon x (x equals weapon name. Eg: glock,usp)
= sm_topweapon x z (x equals weapon name. Eg: glock,usp. z equals number)
= sm_resetmyrank

= Admin Commands (root flag):
= resetrank "STEAM:ID" (don't forget the quotes)
= sm_rankpurge X (x equals number of days of inactivity)
= sm_resetrank_all
= sm_rankme_import_mani (import rank data from Mani Admin Plugin)
= sm_rankme_remove_duplicate (remove duplicated rows)

--- ConVars:
= rankme_version -> RankMe Version

You can found these CVars on cfg/sourcemod/rankme.cfg. (The file is auto-generated in the first run).

= rankme_enabled -> Is RankMe enabled? 1 = true 0 = false. Default 1.
= rankme_rank_by_name -> Rank players by name? 1 = true 0 = false. Default 0.
= rankme_rankbots -> Rank bots? 1 = true 0 = false. Default 0.
= rankme_show_bots_on_rank -> Show bots on rank/top/etc? 1 = true 0 = false. Default 0.
= rankme_changes_chat -> Show points changes on chat? 1 = true 0 = false. Default 1.
= rankme_ffa -> Free-For-All (FFA) mode? 1 = true 0 = false. Default 0.
= rankme_rank_mode -> Rank by what? 1 = by points 2 = by KDR. Default 1.
= rankme_mysql -> Using MySQL? 1 = true 0 = false (SQLite). Default 0.
= rankme_sql_table -> The name of the table that will be used. (Max: 100). Default "rankme".
= rankme_dump_db -> Dump the Database to SQL file? (required to be 1 if using the web interface and SQLite, case MySQL, it won't be dumped) 1 = true 0 = false. Default 0.
= rankme_autopurge -> Auto-Purge inactive players? X = Days 0 = Off. Default 0.
= rankme_points_bomb_defused_team -> How many points CTs got for defusing the C4? Default 2.
= rankme_points_bomb_defused_player -> How many points the CT who defused got additional? Default 2.
= rankme_points_bomb_planted_team -> How many points TRs got for planting the C4? Default 2.
= rankme_points_bomb_planted_player -> How many points the TR who planted got additional? Default 2.
= rankme_points_bomb_exploded_team -> How many points TRs got for exploding the C4? Default 2.
= rankme_points_bomb_exploded_player -> How many points the TR who planted got additional? Default 2.
= rankme_points_hostage_rescued_team -> How many points CTs got for rescuing the hostage? Default 2.
= rankme_points_hostage_rescued_player -> How many points the CT who rescued got additional? Default 2.
= rankme_points_hs -> How many additional points a player got for a HeadShot? Default 1.
= rankme_points_kill_ct -> How many points a CT got for killing? Default 2.
= rankme_points_kill_tr -> How many points a TR got for killing? Default 2.
= rankme_points_kill_bonus_ct -> How many points a CT got for killing additional by the diffrence of points? Default 1.
= rankme_points_kill_bonus_tr -> How many points a TR got for killing additional by the diffrence of points? Default 1.
= rankme_points_kill_bonus_dif_ct -> How many points of diffrence is needed for a CT to got the bonus? Default 100.
= rankme_points_kill_bonus_dif_tr -> How many points of diffrence is needed for a TR to got the bonus? Default 100.
= rankme_points_ct_round_win -> How many points an alive CT got for winning the round? Default 0.
= rankme_points_tr_round_win -> How many points an alive TR got for winning the round? Default 0.
= rankme_points_knife_multiplier -> Multiplier of points by knife. Default 2.
= rankme_points_start -> Starting points. Default 1000.
= rankme_minimal_kills -> Minimal kills for entering the rank. Default 0.
= rankme_minimumplayers -> Minimum players to start giving points. Default 2.
= rankme_show_rank_all -> When rank command is used, show for all the rank of the player? 1 = true 0 = false. Default 0.
= rankme_resetownrank -> Allow player to reset his own rank? 1 = true 0 = false. Default 0.
= rankme_vip_enabled -> Show AS_ maps statiscs (VIP mod) on statsme and session? 1=true 0=false. Default 0.
= rankme_points_vip_escaped_team -> How many points CTs got helping the VIP to escaping? Default 2.
= rankme_points_vip_escaped_player -> How many points the VIP got for escaping? Default 2.
= rankme_points_vip_killed_team -> How many points TRs got for killing the VIP? Default 2.
= rankme_points_vip_killed_player -> How many points the TR who killed the VIP got additional? Default 2.
= rankme_percent_points_lose -> Multiplier of losing points. (WARNING: MAKE SURE TO INPUT IT AS FLOAT) 1.0 equals lose same amount as won by the killer, 0.0 equals no lose. Default 1.
= rankme_points_lose_round_ceil -> If the points is f1oat, round it to next the highest or lowest? 1 = highest 0 = lowest. Default 1.
= rankme_points_lose_tk -> How many points a player lose for Team Killing? Default 0.
= rankme_points_lose_suicide -> How many points a player lose for Suiciding? Default 0.

--- Translations:
= English.
= Brazilian Portuguese.
= French. Big thanks to Messiah93 and Zirconium.
= German. Big thanks to Dr. Greg House and Lord_Rofl.
= Polish. Big thanks to SilvErr and sajmon83.
= Russian. Big thanks to ShufflexDD.
= Netherlands. Big thanks to Monkeys.
= Spanish. Big thanks to Franc1sco.
= Lithuanian. Big thanks to hleV.
= Korean. Big thanks to Blowst.
= Norwegian. Big thanks to hasjduden.

Категория: Моды\ Sourcemod | Добавил: zanoza73
Просмотров: 880 | Загрузок: 0 | Рейтинг: 0.0/0
Всего комментариев: 0
Добавлять комментарии могут только зарегистрированные пользователи.
[ Регистрация | Вход ]
Поиск
Мини-Профиль

Гость
Часы
CSS#1
TF2
Кошельки

R159087160456

Мини-чат
Наш опрос
как вам наш сайт???
javascript:; javascript:;
Всего ответов: 36

Версия Сайта: 1.14
|ЌĨŁŁŠ ВǾŤ|ŘỮŠ|
© 2011-2013 Servergame-css.ucoz.ru
Анализ веб сайтов