Расчет PsychoStats (DMG\HS) [РЕШЕНО], Нет отображения\расчета информации о нанесенном уроне, хэдшотах |
Здравствуйте, гость Вход | Регистрация
Наши новости:
|
|
|
Расчет PsychoStats (DMG\HS) [РЕШЕНО], Нет отображения\расчета информации о нанесенном уроне, хэдшотах |
SivAnOl
|
26.12.2016, 17:52
Сообщение
|
![]() |
Добрый день.
Прошу помочь разобраться с проблемой: Стоит Psychostats версии 3.2.2b, сервер на последнем ReHLDS+GameDLL (версии 194, чтоб работал ReSemiclip), AMXX 1.8.3Dev (последний GIT). В кратце, сервер (вроде бы) работает стабильно, в логах ошибок не наблюдал, да и статистика в целом обновляется тоже, но без подсчета того, что указал (dmg\hs). Вот сама стата (ни в коем случае не реклама, просто пример). Что не добавил для отчета - прошу напишите, сразу отвечу, помогите пожалуйста, в google толковой инфо о 3.2.2b версии нет, и почти все ссылаются на то, что сервер настроен не верно или стата, с чем у меня вроде как всё ОК. Всем заранее спасибо! server.cfg //top sv_password "" rcon_password *** hostname *** //main mp_autokick 0 mp_autoteambalance 1 mp_buytime 0.5 mp_c4timer 35 mp_consistency 1 mp_decals 200 mp_fadetoblack 0 mp_flashlight 1 mp_footsteps 1 mp_forcecamera 2 mp_forcechasecam 2 mp_freezetime 0 mp_friendlyfire 0 mp_hostagepenalty 0 mp_limitteams 0 mp_maxrounds 0 mp_playerid 1 mp_roundtime 2.0 mp_startmoney 999 mp_timelimit 20 mp_tkpunish 0 mp_winlimit 0 sv_aim 0 sv_cheats 0 sv_airaccelerate 10 sv_airmove 1 sv_bounce 1 sv_clienttrace 1.0 sv_clipmode 0 sv_friction 4 sv_gravity 800 sv_maxspeed 320 sv_maxunlag 0.5 sv_downloadurl *** sv_allowupload 1 sv_allowdownload 1 sv_proxies 0 sv_maxrate 20000 sv_minrate 90000 sv_minupdaterate 15 sv_maxupdaterate 90 sv_timeout 30 sv_alltalk 1 sv_region 3 sv_contact *** allow_spectators 1 edgefriction 2 host_framerate 0 decalfrequency 60 pausable 0 sv_rcon_banpenalty 1440 sv_rcon_maxfailures 1 sv_rcon_minfailures 3 sv_rcon_minfailuretime 30 // Logs log on sv_logbans 1 sv_logecho 1 sv_logfile 1 sv_log_onefile 0 mp_logdetail 3 mp_logmessages 1 amxx.cfg // AMX Mod X Configuration File echo Executing AMX Mod X Configuration File // Default access for all non admin players (see users.ini for access details) // // Default value: "z" amx_default_access "z" // Name of setinfo which should store a password on a client (you should change this) // Note: Always prefix the field with an underscore (aka: "_") // (Example: setinfo _pw "password") // // Default value: "_pw" amx_password_field "_pw" // Mode of logging to a server // 0 - disable logging, players won't be checked (and access won't be set) // 1 - normal mode which obey flags set in accounts // 2 - kick all players not on list // // Default value: 1 amx_mode 1 // Show admins activity // 0 - disabled // 1 - show without admin name // 2 - show with name // 3 - show name only to admins, hide name from normal users // 4 - show name only to admins, show nothing to normal users // 5 - hide name only to admins, show nothing to normal users // // Default value: 2 amx_show_activity 3 // Frequency in seconds and text of scrolling message // // Default value: "Welcome to %hostname% -- This server is using AMX Mod X" 600 amx_scrollmsg "Приветствуем на FreeMania™ GunGame, сервере для людей!" 600 // Center typed colored messages (last parameter is a color in RRRGGGBBB format) // // Default values: "Welcome to %hostname%" "000255100" // "This server is using AMX ModX\nVisit http://www.amxmodx.org" "000100255" amx_imessage "Приветствуем на\nFreeMania™ GunGame" "000255100" amx_imessage "GunGame сервер для людей.\nПриятной Вам игры!" "000100255" // Frequency in seconds of colored messages // // Default value: 180 amx_freq_imessage 300 // Ban times for the main ban menu (amx_banmenu) // Use 0 for permanent ban // Default values: 0 5 10 15 30 45 60 amx_plmenu_bantimes 0 1 5 15 30 60 180 // Max temporary ban time (admins with ADMIN_BAN_TEMP access can't ban more than this time) // time in minutes, 60 is 1 hour, 120 is 2 hours, 1440 is 1 day, and 10080 is 1 week // Default value: 4320 aka 3 days amx_tempban_maxtime 10080 // Slap damage amounts for the main slap menu (amx_slapmenu) // Slay is automaticall inserted as the last option // Default values: 0 1 5 amx_plmenu_slapdmg 0 1 3 5 10 30 50 75 90 99 // Set in seconds how fast players can chat (chat-flood protection) // // Default value: 0.75 amx_flood_time 0.75 // Amount of slots to reserve. // // Default value: 0 amx_reservation 0 // If you set this to 1, you can hide slots on your server. // If server "full" of public slots and slots hidden, you must manually connect with connect console command // // Default value: 0 amx_hideslots 0 // Displaying of time remaining // a - display white text on bottom // b - use voice // c - don't add "remaining" (only in voice) // d - don't add "hours/minutes/seconds" (only in voice) // e - show/speak if current time is less than this set in parameter // // Default value: "ab 1200" "ab 600" "ab 300" "ab 180" "ab 60" "bcde 11" amx_time_display "ab 1200" "ab 600" "ab 300" "ab 180" "ab 60" "bcde 11" // Announce "say thetime" and "say timeleft" with voice, set to 0 to disable. // // Default value: 1 amx_time_voice 1 // Minimum delay in seconds between two voting sessions // // Default value: 10 amx_vote_delay 15 // How long voting session goes on // // Default value: 10 amx_vote_time 15 // Display who votes for what option, set to 0 to disable, 1 to enable. // // Default value: 1 amx_vote_answers 1 // Some ratios for voting success // Default value: 0.40 amx_votekick_ratio 0.40 // Default value: 0.40 amx_voteban_ratio 0.40 // Default value: 0.40 amx_votemap_ratio 0.40 // Default value: 0.02 amx_vote_ratio 0.02 // Max. time to which map can be extended // // Default value: 90 amx_extendmap_max 60 // Step for each extending // // Default value: 15 amx_extendmap_step 30 // Server language in ISO 639-1 format // Please see data/lang/languages.txt file for a list of supported languages // // Default value: en amx_language "ru" // If you set this to 0, clients cannot chose their language, instead they use // whatever language the server is configured to use. // // Default value: 1 amx_client_languages 0 // If you set this to 0, clients will not see a message about amx_langmenu when they join the server // // Default value: 1 amx_language_display_msg 0 // If you set this to 0, clients will not see a message about amx_help when they join the server // // Default value: 1 amx_help_display_msg 0 // Amount of commands per amx_help page // // Default value: 10 amx_help_amount_per_page 15 // Plugin Debug mode // 0 - No debugging (garbage line numbers) // 1 - Plugins with "debug" option in plugins.ini are put into debug mode // 2 - All plugins are put in debug mode // Note - debug mode will affect JIT performance // // Default value: 1 amx_debug 1 // Plugin MultiLingual Debug // To debug a language put its 2 letter code between quotes ("en", "de", etc) // "" means disabled // // Default value: "" amx_mldebug "" // // Beginning of Counter-Strike package specific configurations. // // Rank mode // 0 - by nick // 1 - by authid // 2 - by ip // // Default value: 1 csstats_rank 1 // Max size of the stats file // // Default value: 3500 csstats_maxsize 50000 // Whether or not to rank bots with csstats - set to 1 to rank bots, 0 otherwise. // // Default value: 0 csstats_rankbots 0 // Duration of HUD-statistics // // Default value: 12.0 amx_statsx_duration 12.0 // HUD-statistics display limit relative round freeze end // Negative time will clear the HUD-statstics before the round freeze time has ended // // Default value: -2.0 amx_statsx_freeze -2.0 amx_plugins amx_plugins Currently loaded plugins: name version author file status [ 1] AIM detector 0.7.4e kanagava aim_detector.am running [ 2] AFK Manager v1.6 Leon McVeran afk.amxx running [ 3] High Ping Kicker 16.2 OLO/Shadow hpk.amxx running [ 4] Admin Base 1.8.3-dev+ AMXX Dev Team admin.amxx running [ 5] Admin Commands 1.8.3-dev+ AMXX Dev Team admincmd.amxx running [ 6] Menus Front-End 1.8.3-dev+ AMXX Dev Team menufront.amxx running [ 7] Commands Menu 1.8.3-dev+ AMXX Dev Team cmdmenu.amxx running [ 8] Players Menu 1.8.3-dev+ AMXX Dev Team plmenu.amxx running [ 9] Maps Menu 1.8.3-dev+ AMXX Dev Team mapsmenu.amxx running [ 10] Plugin Menu 1.8.3-dev+ AMXX Dev Team pluginmenu.amxx running [ 11] Admin Chat 1.8.3-dev+ AMXX Dev Team adminchat.amxx running [ 12] Scrolling Message 1.8.3-dev+ AMXX Dev Team scrollmsg.amxx running [ 13] Admin Votes 1.8.3-dev+ AMXX Dev Team adminvote.amxx running [ 14] Galileo 1.1.290 Brad Jones galileo.amxx running [ 15] Pause Plugins 1.8.3-dev+ AMXX Dev Team pausecfg.amxx running [ 16] Stats Configuration 1.8.3-dev+ AMXX Dev Team statscfg.amxx running [ 17] StatsX 1.8.3-dev+ AMXX Dev Team statsx.amxx running [ 18] CS Misc. Stats 1.8.3-dev+ AMXX Dev Team miscstats.amxx running [ 19] CS Stats Logging 1.8.3-dev+ AMXX Dev Team stats_logging.a running [ 20] GunGame AMXX 2.13c Avalanche gungame.amxx running [ 21] Parachute 1.0 maeStro parachute.amxx running meta list meta list Currently loaded plugins: description stat pend file vers src load unlod [ 1] ReLocalizeBug F RUN - relocalizebugfix v2.7 ini Chlvl ANY [ 2] Reunion RUN - reunion_mm_i386. v0.1.67 ini Start Never [ 3] AMX Mod X RUN - amxmodx_mm_i386. v1.8.3-d ini Start ANY [ 4] WHBlocker RUN - whblocker_mm_i38 v1.5.626 ini Chlvl ANY [ 5] SRDetector RUN - srdetector_mm_i3 v1.2 ini Chlvl ANY [ 6] ReSemiclip RUN - resemiclip_mm_i3 v2.3.7 ini Chlvl ANY [ 7] Revoice RUN - revoice_mm_i386. v0.1.25 ini Start Never [ 8] Ham Sandwich RUN - hamsandwich_amxx v1.8.3-d pl3 ANY ANY [ 9] CStrike RUN - cstrike_amxx_i38 v1.8.3-d pl3 ANY ANY [10] Engine RUN - engine_amxx_i386 v1.8.3-d pl3 ANY ANY [11] FakeMeta RUN - fakemeta_amxx_i3 v1.8.3-d pl3 ANY ANY [12] CSX RUN - csx_amxx_i386.so v1.8.3-d pl3 ANY ANY 12 plugins, 12 running amxx version amxx version AMX Mod X 1.8.3-dev+5074 (http://www.amxmodx.org) Authors: David "BAILOPAN" Anderson, Pavol "PM OnoTo" Marko Felix "SniperBeamer" Geyer, Jonny "Got His Gun" Bergstrom Lukasz "SidLuke" Wlasinski, Christian "Basic-Master" Hammacher Borja "faluco" Ferrer, Scott "DS" Ehlert Compiled: Nov 25 2016 02:28:14 Built from: https://github.com/alliedmodders/amxmodx/commit/e3ae451 Build ID: 5074:e3ae451 Core mode: JIT+ASM32 meta version meta version Metamod v1.21p37 2013/05/30 (5:13) by Will Day http://www.metamod.org/ Patch: Metamod-P (mm-p) v37 by Jussi Kivilinna http://metamod-p.sourceforge.net/ compiled: May 30 2013, 11:41:16 EET (optimized)
Отредактировал: SivAnOl, - 27.12.2016, 1:06
Причина: Выдано устное предупреждение! |
|
|
|
sunrise
|
26.12.2016, 19:27
Сообщение
|
|
|
Нужно вкл. плагин stats_logging.amxx
![]() pick rylai pls
|
|
|
|
SivAnOl
|
26.12.2016, 19:28
Сообщение
|
![]() |
|
|
|
|
sunrise
|
26.12.2016, 19:32
Сообщение
|
|
|
При дисконнекте игрока в логах сервера должны записаться строчки "triggered weaponstats". Есть такие ?
![]() pick rylai pls
|
|
|
|
sunrise
|
26.12.2016, 19:40
Сообщение
|
|
|
АМХХ не ругается в логах на ошибки с client_disconnected ? amx_last работает ?
Попробуй в исходнике stats_logging заменить client_disconnected на client_disconnect. или попробуй обновить сигнатуры для rehlds
Отредактировал: sunrise, - 26.12.2016, 19:43
![]() pick rylai pls
|
|
|
|
SivAnOl
|
26.12.2016, 19:42
Сообщение
|
![]() |
АМХХ не ругается в логах на ошибки с client_disconnected ? amx_who работает ? Попробуй в исходнике stats_logging заменить client_disconnected на client_disconnect. или попробуй обновить сигнатуры для rehlds Ответ на amx_who amx_who Сейчас на сервере: # nick authid userid и с права 1 SsS STEAM_1:0:104910925 286 Не Не z 2 Rixen STEAM_1:0:1799043345 267 Не Не z 3 UkRoP^_^ STEAM_0:0:24419054 265 Да Да abcdefghijklmnopqrstu 4 IVAN STEAM_1:0:1958313388 238 Не Не z 5 Kompot STEAM_1:0:1787053264 295 Не Не z 6 Strikes STEAM_1:0:73703894 268 Не Не z 9 (1)Strikes STEAM_1:0:1595805612 277 Не Не z 12 [WiN]O_o MaMa_A STEAM_1:0:452290694 293 Не Не z Всего 8 L 12/26/2016 - 20:41:42: [admincmd.amxx] Cmd: "!hostname!<0><><>" ask for players list Ошибок в логах такого плана я не увидел. ReHLDS вчера только обновлен.
Отредактировал: SivAnOl, - 26.12.2016, 19:45
|
|
|
|
![]() ![]() |