Ranks by Craziest (OrangeBox!)

rJIa3

Участник
Сообщения
169
Реакции
180
Ranks by Craziest (OrangeBox!) Version 1.4c

Описание:
Этот плагин статистики с большим количеством особенностей.

Особенности:
-> achievements (достижения)
Позволяет админам посылать сообщения когда количества убийств у игрока (будут модернизироваться)

-> hitmessage (нанесенные повреждения)
Посылает детализированные сообщения игроку в чате, когда он причиняет урон игрокам.

-> mostdestructive (разрушительный игрок)
Показывает сообщение в конце каждого раунда с лучшим игроком.

->
welcome (Приветствие)
Показывает сообщение игроку в котором приветствует и указывает его положение на сервере статистикой.

Основной файл конфигурации в котором можно настроить главные параметры, бонусные очки, параметры команд находится eventscripts/crazyranking/config/config.cfg

Команды:
-> rank
Позволяет игроку просматривать свою позицию на сервере так же другим игрокам.

-> statsme
Позволяет игроку подробную информацию о себе.
mainstatsme_thumb.jpg

-> weaponme
Позволяет видеть игроку детализированную информацию о своем оружии.

-> topx
Открывает список лучших игроков сервера так же даёт возможность пролистывать список.

-> Дополнительно: togglehurt
Позволяет игроку сообщения показаны ему.

Лично от себя обалденный плагин статистики для тех кто не хочет замарачиваться с веб сервером, по моему мнению во много превосходит SoD Player Stats. Плагин сам по себе русифицированный но вроде не до конца. Если кто займётся хорошим переводом то в студию....

Данные статистики хранятся в sqlite3 базе данных

Требование:



Установка:

  1. Извлеките содержимое архива в папку addons вашего сервера
  2. Добавьте строку "es_load crazyranking" в файл autoexec.cfg
  3. Перезагрузите сервер.
Оригинал
 

Вложения

  • СrazyКanking_version14c.zip
    28.6 КБ · Просмотры: 113

DePuTaTiG

Участник
Сообщения
217
Реакции
11
Кто-нибудь преведите пожалуйста плагин.:beer:

1) ОффтопГде она находится и какие файлы надо копировать, чтобы импортировать статистику на другой сервер?
2) при вводе команд пишет, что модуль статистики не подключен. В чем дело?
 
Последнее редактирование:

kv.acid

Участник
Сообщения
2,025
Реакции
755
DePuTaTiG, Оффтоп
 

DePuTaTiG

Участник
Сообщения
217
Реакции
11
допереводил плагин (файл languages.ini).
Для того, чтобы перевести плагин полностью (менюшки), необходимо подправить файл crazyranking.py, но проблема заключается в том, что при переводе в годировку UTF 8 без BOM плагин откзывается работать.

Как решить проблему?
 

DePuTaTiG

Участник
Сообщения
217
Реакции
11
Решил проблему с переводом, скоро выложу готовый.
 

DePuTaTiG

Участник
Сообщения
217
Реакции
11
Народ, помогите с плагином.
Первое, и самое печальное то, что после выключения и включения сервера не сохраняется статистика.

Второе и не менее важное то, что не работают команды:
weaponme
next
hitboxme

Вот мой конфиг:
PHP:
// **********************************************************
// ** Crazy Ranks Plugin ********* Developed by: .craziesT **
// **********************************************************
 
// Main Configuration File
 
// Edit the settings below to fit the script to your needs,
// if you would like to request a new feature please post in
// in the scripts forum thread or for any support also head to the
// forums. You can also reach me at my steam account: craziest994
 
// Load the plugin with: es_load crazyranking
 
// You can translate the plugin to to other languages by editing the
// languages.ini file. If you find ti confusing, you may request a
// translation on the forums.
 
// Special thanks to L'In20Cible for the french translation. :)
// Special thanks to TheCheeTaH for the danish translation. :)
// Special thanks to Glazz for the portuguese translation. :)
// Special thanks to chameleon82 for the russian translation. :)
 
// *****************************
// Main Settings
// *****************************

// Rank player by points or by kills (1 = by points, 0 = by kills) <points is recommended>
   crazyranks_points_system 1

// The multiplier for the points gain by formula: (victim_points/attacker_points) * multiplier
   crazyranks_points_multiplier 10

// The amount of points a player gets when he first connects
   crazyranks_player_starting_points 1000

// Do bots count for ranks?
   crazyranks_do_bots_count 0

// Show bots on the top list? The setting above must be set to 1 for this to function
   crazyranks_show_bots_on_topmenu 0

// How should players be stored in the database (by steam, ip or name)
   crazyranks_ranking_method "steam"
 
// *****************************
// Command Settings
// ******************************

// Command that shows the player & others his positions and general information
   crazyranks_command_rank "rank"

// Command that shows the player detailed stats about himself
   crazyranks_command_statsme "statsme"

// Command that shows the player the players that are infront of him and how many points they have
   crazyranks_command_next "next"

// Command that shows the player detailed statistics about his hits
   crazyranks_command_hitbox "hitboxme"

// Command that shows the player detailed statistics about his weapon usage and hits
   crazyranks_command_weapons "weaponme"
 
// *****************************
// Bonus Points Settings
// *****************************

// The amount of extra points a player gets if he kills someone with a headshot
   crazyranks_headshot_bonus 5

// The amount of extra points a player gets for planting the bomb
   crazyranks_bomb_plant_bonus 10

// The amount of extra points a player gets for the bomb exploding
   crazyranks_bomb_explode_bonus 10

// The amount of extra points a player gets for defusing the bomb
   crazyranks_bomb_defuse_bonus 15

// The amount of extra points a player gets for rescueing a hostage
   crazyranks_hostage_rescue_bonus 15

// The amount of extra points the winning team gets
   crazyranks_end_round_winner_bonus 15
 
// *****************************
// Messaging Settings
// *****************************

// Tell the player of his gain of points (e.g. on kill, bomb plant, hostage rescue...)
   crazyranks_message_player_events 1

// Show the player a detailed message of his hit on an enemy in the chatbox
   crazyranks_message_hurt_events 0

// Show a message in the chatbox when a player connects with his points
   crazyranks_message_on_player_connect 1
 
// *****************************
// Weapon Multipliers Settings
// *****************************

   crazyranks_weapon_knife_multiplier 4

   crazyranks_weapon_hegrenade_multiplier 2

   crazyranks_weapon_flashbang_multiplier 5

   crazyranks_weapon_smokegrenade_multiplier 5

   crazyranks_weapon_glock_multiplier 1.3

   crazyranks_weapon_usp_multiplier 1.3

   crazyranks_weapon_p228_multiplier 1.4

   crazyranks_weapon_deagle_multiplier 1.3

   crazyranks_weapon_fiveseven_multiplier 1.4

   crazyranks_weapon_elite_multiplier 1.4

   crazyranks_weapon_m3_multiplier 1.1

   crazyranks_weapon_xm1014_multiplier 1.1

   crazyranks_weapon_tmp_multiplier 1.3

   crazyranks_weapon_mac10_multiplier 1.3

   crazyranks_weapon_ump45_multiplier 1.2

   crazyranks_weapon_mp5navy_multiplier 1.1

   crazyranks_weapon_p90_multiplier 1.1

   crazyranks_weapon_famas_multiplier 1.1

   crazyranks_weapon_galil_multiplier 1.1

   crazyranks_weapon_ak47_multiplier 1

   crazyranks_weapon_m4a1_multiplier 1

   crazyranks_weapon_aug_multiplier 1

   crazyranks_weapon_sg552_multiplier 1

   crazyranks_weapon_scout_multiplier 1.1

   crazyranks_weapon_m249_multiplier 1

   crazyranks_weapon_awp_multiplier 1.3

   crazyranks_weapon_sg550_multiplier 1.2

   crazyranks_weapon_g3sg1_multiplier 1.2
Жду ваших предложений по решению проблемы!
 
Последнее редактирование:
Сверху Снизу