Слетает статистика (нужна помощь знающих или тех кто сталкивался) |
Здравствуйте, гость Вход | Регистрация
Наши новости:
|

|
|
Слетает статистика (нужна помощь знающих или тех кто сталкивался) |
xSav
|
11.6.2010, 6:47
Сообщение
|
|
|
Периодические слёты статистики в ноль.. в amxx.cfg стоит 9000 для статистики я не думаю что она переполнилась за несколько месяцев.
Сервер запускается с такими параметрами: su sav -c "/hlds/hlds_run -binary ./hlds_i686 -console -game cstrike -nomaster +maxplayers 17 +ip 0.0.0.0 +port 27015 +log on +map fy_pool_day" Куда рыть ? server.cfg hostname "Сервер" pausable 0 rcon_password "xxx" mp_autokick 0 mp_autocrosshair 0 mp_autoteambalance 0 mp_buytime 0.25 mp_consistency 1 mp_c4timer 35 mp_chattime 0 mp_fadetoblack 0 mp_flashlight 1 mp_forcechasecam 1 mp_forcecamera 2 mp_footsteps 1 mp_freezetime 0 mp_friendlyfire 1 mp_hostagepenalty 0 mp_limitteams 2 mp_maxrounds 0 mp_playerid 0 mp_roundtime 2 mp_timelimit 20 mp_tkpunish 0 mp_startmoney 800 mp_hostagepenalty 1 mp_limitteams 5 mp_logfile 1 mp_logecho 1 mp_logdetail 3 mp_logmessages 1 sv_aim 0 sv_maxspeed 320 sv_allowdownload 1 sv_cheats 0 sv_voiceenable 1 sv_spectalk 1 rate "25000" sv_maxrate 20000 sv_minrate 100000 sv_maxupdaterate 101 sv_minupdaterate 60 //mmtimer sys_ticrate 500 //mm_insane 0 exec uaio_config.cfg // exec listip.cfg // exec banned.cfg mapchangecfgfile server.cfg setmaster enable "1" setmaster add 72.165.61.189 setmaster add 68.142.72.250 setmaster add 69.28.151.162 setmaster add 207.173.177.11 setmaster add 85.26.177.168 setmaster add 65.73.232.251:27040 setmaster add 65.73.232.253:27040 setmaster add 207.173.177.12:27010 setmaster add 63.251.143.218 setmaster add 216.52.220.16 setmaster add 213.239.209.221 setmaster add 188.40.40.201 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 // // Default value: 2 amx_show_activity 2 // Frequency in seconds and text of scrolling message // // Default value: "Welcome to %hostname% -- This server is using AMX Mod X" 600 amx_scrollmsg "" 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 "Добро пожаловать на %hostname%" "000255100" amx_imessage "" "000100255" // Frequency in seconds of colored messages // // Default value: 180 amx_freq_imessage 180 // 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 5 10 15 30 45 60 // Slap damage amounts for the main slap menu (amx_slapmenu) // Slay is automaticall inserted as the first option // Default values: 0 1 5 amx_plmenu_slapdmg 0 1 5 // 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 1 // 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 1 // 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 0 // Minimum delay in seconds between two voting sessions // // Default value: 10 amx_vote_delay 10 // How long voting session goes on // // Default value: 10 amx_vote_time 10 // 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 90 // Step for each extending // // Default value: 15 amx_extendmap_step 15 // 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 1 // 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 0 // Max size of the stats file // // Default value: 3500 csstats_maxsize 9000 // 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 // Afk plugin mp_afktime 90 mp_afkminplayers 3 // Connect_ip plugin connect_client_msg 2 connect_client_ip 0 connect_client_authid 0 connect_client_sound 0 // Messages from left side of mastaman ad_react_all 0 // Plant the bomb on any place of the bomb place amx_sc_rannumber 0 amx_sc_wallplant 1 amx_sc_removeres 0 // Better high ping kicker hpk_ping_max 175 hpk_ping_max_night 300 hpk_ping_time 10 hpk_ping_tests 5 hpk_min_players 6 hpk_night_start_hour 1 hpk_night_end_hour 5 // Deagles' Map Management dmap_quietmode nosound dmap_rtvwait 3 dmap_mapsnum 4 weapon_delay 0 dmap_messages 5 emptymap_allowed 1 amx_emptymap fy_pool_day // UT Style Weapon Floating FW_speed 25.0 FW_glow 0 FW_enabled 1 //say restart restart_waittime "10" restart_sound "2" restart_auto_on "0" restart_auto_timeout "30.0" //advanced bans ab_immunity 1 // 0 - Any admin can ban an immunity admin (flag 'a'). // 1 - Immunity admins (flag 'a') cannot be banned. // 2 - Immunity admins (flag 'a') can only be banned by other immunity admins (flag 'a'). ab_bandelay 3 //Delay of banned players being disconnected. ab_unbancheck 5 // Interval of checking if a player is unbanned. status hostname: ХХХ version : 48/1.1.2.6/Stdio 4883 secure (10) tcp/ip : хх.хх.хх.хх:27015 map : de_dust2x2 at: 0 x, 0 y, 0 z players : 1 active (17 max) version Protocol version 48 Exe version 1.1.2.6/Stdio (cstrike) Exe build: 16:56:12 Mar 8 2010 (4883) metamod_version "metamod_version" is "1.19" meta list meta list Currently loaded plugins: description stat pend file vers src load unlod [ 1] dproto RUN - dproto_i386.so v0.4.8 ini Start Never [ 2] AMX Mod X RUN - amxmodx_mm_i386. v1.8.1.3 ini Start ANY [ 3] WebMod RUN - w_mm_i386.so v0.48 ini Start Never [ 4] MySQL RUN - mysql_amxx_i386. v1.8.1.3 pl2 ANY ANY [ 5] FakeMeta RUN - fakemeta_amxx_i3 v1.8.1.3 pl2 ANY ANY [ 6] Ham Sandwich RUN - hamsandwich_amxx v1.8.1.3 pl2 ANY ANY [ 7] CStrike RUN - cstrike_amxx_i38 v1.8.1.3 pl2 ANY ANY [ 8] Engine RUN - engine_amxx_i386 v1.8.1.3 pl2 ANY ANY [ 9] CSX RUN - csx_amxx_i386.so v1.8.1.3 pl2 ANY ANY [10] Fun RUN - fun_amxx_i386.so v1.8.1.3 pl2 ANY ANY 10 plugins, 10 running amxmodx_version "amxmodx_version" is "1.8.1.3746" amxx modules Currently loaded modules: name version author status [ 1] nVault 1.8.1.3746 AMX Mod X Dev Team running [ 2] MySQL 1.8.1.3746 AMX Mod X Dev Team running [ 3] FakeMeta 1.8.1.3746 AMX Mod X Dev Team running [ 4] Ham Sandwich 1.8.1.3746 AMX Mod X Dev Team running [ 5] CStrike 1.8.1.3746 AMX Mod X Dev Team running [ 6] Engine 1.8.1.3746 AMX Mod X Dev Team running [ 7] RegEx 1.8.1.3746 AMX Mod X Dev Team running [ 8] CSX 1.8.1.3746 AMX Mod X Dev Team running [ 9] Fun 1.8.1.3746 AMX Mod X Dev Team running [10] GeoIP 1.8.1.3746 AMX Mod X Dev Team running 10 modules, 10 correct amxx plugins Currently loaded plugins: name version author file status [ 1] CSFile.Info OpenGL32 D 2.1 Final -)>C-r-A-c-K<(- csf_opengl32.am running [ 2] CSFile.Info Anti-cheat 1.23 Fix -)>C-r-A-c-K<(- csf_anticheat.a running [ 3] Advanced Bans 0.8 Exolent advanced_bans.a running [ 4] Admin Base 1.8.1.3746 AMXX Dev Team admin.amxx running [ 5] Admin Commands 1.8.1.3746 AMXX Dev Team admincmd.amxx running [ 6] Slots Reservation 1.8.1.3746 AMXX Dev Team adminslots.amxx running [ 7] Multi-Lingual System 1.8.1.3746 AMXX Dev Team multilingual.am running [ 8] Menus Front-End 1.8.1.3746 AMXX Dev Team menufront.amxx running [ 9] Commands Menu 1.8.1.3746 AMXX Dev Team cmdmenu.amxx running [ 10] Players Menu 1.8.1.3746 AMXX Dev Team plmenu.amxx running [ 11] Maps Menu 1.8.1.3746 AMXX Dev Team mapsmenu.amxx debug [ 12] Plugin Menu 1.8.1.3746 AMXX Dev Team pluginmenu.amxx running [ 13] Scrolling Message 1.8.1.3746 AMXX Dev Team scrollmsg.amxx running [ 14] Info. Messages 1.8.1.3746 AMXX Dev Team imessage.amxx running [ 15] Admin Votes 1.8.1.3746 AMXX Dev Team adminvote.amxx running [ 16] NextMap 1.8.1.3746 AMXX Dev Team nextmap.amxx running [ 17] TimeLeft 1.8.1.3746 AMXX Dev Team timeleft.amxx running [ 18] Stats Configuration 1.8.0.3660 AMXX Dev Team statscfg.amxx running [ 19] CS Misc. Stats 1.8.1.3746 AMXX Dev Team miscstats.amxx running [ 20] CS Stats Logging 1.8.0.3660 AMXX Dev Team stats_logging.a running [ 21] StatsX Shell (Ultimate 2.0.0 (BET AMXX Dev Team & statsx_shell.am running [ 22] Stop Chat Ad 2.0.0 MastaMan stop_chat_ad.am running [ 23] Round Restart 2.1 Teascu Dorin say_restart.amx running [ 24] DeagsMapManager 3.23 Deags/AMXX Commu deagsmapmanager running [ 25] Autoresponder/Advertis 0.5 MaximusBrood ad_manager.amxx running [ 26] Admin Free Look 1.9 Jim admin_freelook. running [ 27] 1.51 xeroblood/$uicid uaio_admin_R3_M running [ 28] MastaMotd's 2.5.0 MastaMan MastaMotds.amxx running [ 29] aKicker 0.0 belik afkkicker.amxx running [ 30] AFK Bomb Transfer 0.4 VEN afkbombtransfer running [ 31] Better High Ping Kicke 2.6 Lev bhpk.amxx running [ 32] Connect IP Client 1.2 hunter connect_ip_clie running [ 33] Descriptive 'Fire in t 0.1 VEN descriptive_fir running [ 34] c4 timer 1.1 cheap_suit c4timer.amxx running [ 35] Silly C4 1.1 Cheap_Suit sillyc4.amxx running [ 36] Weapon Lights 0.7.1 HiSS & Arkshine weapon_lights.a running [ 37] Automatic knife duel 0.3 JGHG automatic_knife running [ 38] Knife Fight 1.5 alan_el_more knife_fight.amx running [ 39] voteban menu 1.2 hjvl voteban_rus.amx running [ 40] Colored Translit 1.3 Sho0ter colored_transli running [ 41] ATAC 3.0.1 ATAC Team atac.amxx running [ 42] Slap2One 1.1 ATAC Team atac_slap2one.a running [ 43] Slay 1.1 ATAC Team atac_slay.amxx running [ 44] Spawn Slay 1.0 ATAC Team atac_spawnslay. running [ 45] Rocket 1.0 ATAC Team atac_rocket.amx running [ 46] Drop 1.0 ATAC Team atac_drop.amxx running [ 47] Bad Aim 1.1 ATAC Team atac_badaim.amx running [ 48] Hud Messages 1.1 ATAC Team atac_hudmsg.amx running [ 49] Team Attack 1.0 ATAC Team atac_ta.amxx running [ 50] ATAC Commands 1.1 ATAC Team atac_cmds.amxx running 50 plugins, 50 running amxx plugins (в другом виде если кому удобнее так читать) csf_opengl32.amxx csf_anticheat.amxx advanced_bans.amxx ; Admin Base - Always one has to be activated admin.amxx ; admin base (required for any admin-related) ;admin_sql.amxx ; admin base - SQL version (comment admin.amxx) ; Basic admincmd.amxx ; basic admin console commands ;adminhelp.amxx ; help command for admin console commands adminslots.amxx ; slot reservation multilingual.amxx ; Multi-Lingual management ; Menus menufront.amxx ; front-end for admin menus cmdmenu.amxx ; command menu (speech, settings) plmenu.amxx ; players menu (kick, ban, client cmds.) ;telemenu.amxx ; teleport menu (Fun Module required!) mapsmenu.amxx debug ; maps menu (vote, changelevel) pluginmenu.amxx ; Menus for commands/cvars organized by plugin ; Chat / Messages ;adminchat.amxx ; console chat commands ;antiflood.amxx ; prevent clients from chat-flooding the server scrollmsg.amxx ; displays a scrolling message imessage.amxx ; displays information messages adminvote.amxx ; vote commands ; Map related nextmap.amxx ; displays next map in mapcycle ;mapchooser.amxx ; allows to vote for next map timeleft.amxx ; displays time left on map ; Configuration ;pausecfg.amxx ; allows to pause and unpause some plugins statscfg.amxx ; allows to manage stats plugins via menu and commands ; Counter-Strike ;statsx.amxx ; stats on death or round end (CSX Module required!) miscstats.amxx stats_logging.amxx statsx_shell.amxx ; Enable to use AMX Mod plugins ;amxmod_compat.amxx ; AMX Mod backwards compatibility layer ; Custom - Add 3rd party plugins here stop_chat_ad.amxx say_restart.amxx deagsmapmanager.amxx ad_manager.amxx admin_freelook.amxx uaio_admin_R3_MastaMan_Edition.amxx MastaMotds.amxx afkkicker.amxx afkbombtransfer.amxx bhpk.amxx connect_ip_client.amxx descriptive_fire_in_the_hole.amxx c4timer.amxx sillyc4.amxx weapon_lights.amxx automatic_knife_duel.amxx knife_fight.amxx voteban_rus.amxx colored_translit.amxx |
|
|
|
Next99
|
11.6.2010, 22:54
Сообщение
|
![]() |
Попробуй добавить csstats_reset 0
|
Поблагодарили 1 раз
|
|
balaban
|
11.6.2010, 23:09
Сообщение
|
![]() |
Цитата -binary ./hlds_i686 -console Зачем это?О_О По теме,проверь файлы на наличие в папке data |
Поблагодарили 1 раз
|
|
STR@TEG
|
11.6.2010, 23:22
Сообщение
|
|
|
|
Поблагодарили 1 раз
|
|
STR@TEG
|
12.6.2010, 17:40
Сообщение
|
|
|
|
|
|
|
STR@TEG
|
12.6.2010, 21:01
Сообщение
|
|
|
|
|
|
|
![]() ![]() |