Сильно влияет на загрузку сервера, если например поставить на 8 серверов данный плагин? И еще проблема поставил этот плагин, пинг при полном сервере все равно подлетает и при этом скачет у всех, как можно его стабилизировать!? Я прописал только win32 addons\ALX_LowPing\dlls\ALX_LowPing.dll, а alx_lowping.amxx не прописывал, я так понял он только для контроля hpk и подстройки клиентских рейтов(которые по карявому выставляются) я правильно сделал!?
Вот настройки:
// Vars:
// Create config file for your server. Attention: If you set it to 1, this config can't be readed.
alx_lowping_autoconfig 0
// Logs
// Lowping Log File.
// 0 - Disabled.
// 1 - All log messages writing to ine file lowping.log.
// 2 - Creating Log Files On days. Example: 02.08.2009.log.
alx_lowping_logs 0
// Lowping Logs Level. Attention: It is not meaningful if logs disabled.
// 0 - Normal logs.
// 1 - Development logs.
alx_lowping_loglevel 0
// FPS
// Automatical server FPS value.(Min:100 Max:1100). Not recommended set this value to maximum.
alx_lowping_autofps 512
// Minimum sleep time set to meta system.(Min:10 Max:1). Attention: autofps depends on the given value.
alx_lowping_sleepsm 2
// Manual control server FPS. AUTOFPS automatical disabled by plugin. (Min:0 Max:1200)
alx_lowping_sysrate 1200
// CPU
// Enable CPU control. (Default:0)
alx_lowping_cpu 1
// CPU spike maximum. Time, which CPU level needs for changing cpu loading.
alx_lowping_cpu_mspike 2
// CPU spike level. Level which CPU utilization needs to exceed.
alx_lowping_cpu_level 70
// CPU server meta min Ctimer. Amount timer will increment.
alx_lowping_cpu_timer 2
// System
// Strenghthening plugin effect. This special function and server commands for best work.
alx_lowping_strengthening 0
// Lowping models processing. Cleans lags at loading and use models.
// 0 - Disabled
// 1 - Create Base if it not found.
// 2 - Create Base when map change or server restart.
alx_lowping_proc_mdl 1
// Lowping Sprites processing. Cleans lags at loading and use sprites.
// Attention: Not works wuthout Models Processing.
alx_lowping_proc_spr 1
// Premonitor Stablity. Stabilization CPU of premonitor for OS.
// 0 - Windows XP/Server 2003/2000/ME
// 1 - Windows Vista/Server 2008
alx_lowping_premonitor_win 0
// Bots Support. Set it 1 if your server have bots.
alx_lowping_bots_support 0
// Messages and Information
// Your server Name. Attention: the server name should be without blanks.
//alx_lowping_hostname MyServerName
// Enter your server website. If you dont have website you can write message.
//alx_lowping_website www.myserversite.com
// Show message in player console when he connecting to your server.
// 0 - Disable
// 1 - Line message (Server using ALX Low-Ping and run with %clients and %fps...)
// 2 - Big Message:
// ********************************
// * Welcome! *
// * Server have %fps and%clients *
// * Server map: %map% *
// * .............. *
// ********************************
alx_lowping_join_msg 0
// Show message in player console when he connecting to your server.
// 0 - Disable
// 1 - Line message (Welcome to %hostname%! Server web site: www.myserversite.com)
// 2 - Table big Message:
// ***************************************
// * Welcome to %hostname%! *
// *Server web site: www.myserversite.com*
// * *************************************
alx_lowping_info 0
Отредактировал: Turok005, - 5.10.2009, 19:54