addip 0.0 88.250.250.126
HalilibrahimServer
22 Kasım 2013 Cuma
amxx.cfg
amx_setlang tr
amx_hideslots 0
amx_show_activity 2
amx_password_field "_pw"
amx_default_access "z"
amx_mode 1
amx_plmenu_bantimes 0 5 10 15 30 45 60
amx_plmenu_slapdmg 0 1 5
amx_flood_time 0.75
amx_time_display "ab 1200" "ab 600" "ab 300" "ab 180" "ab 60" "bcde 11"
amx_time_voice 1
amx_vote_delay 10
amx_vote_time 10
amx_vote_answers 1
amx_votekick_ratio 0.40
amx_voteban_ratio 0.40
amx_votemap_ratio 0.40
amx_vote_ratio 0.02
amx_extendmap_max 90
amx_extendmap_step 15
amx_client_languages 1
amx_debug 1
amx_mldebug ""
amx_hideslots 0
amx_show_activity 2
amx_password_field "_pw"
amx_default_access "z"
amx_mode 1
amx_plmenu_bantimes 0 5 10 15 30 45 60
amx_plmenu_slapdmg 0 1 5
amx_flood_time 0.75
amx_time_display "ab 1200" "ab 600" "ab 300" "ab 180" "ab 60" "bcde 11"
amx_time_voice 1
amx_vote_delay 10
amx_vote_time 10
amx_vote_answers 1
amx_votekick_ratio 0.40
amx_voteban_ratio 0.40
amx_votemap_ratio 0.40
amx_vote_ratio 0.02
amx_extendmap_max 90
amx_extendmap_step 15
amx_client_languages 1
amx_debug 1
amx_mldebug ""
Config.ini
; Menu configuration file
; File location: $moddir/addons/amxmodx/configs/configs.ini
; To use with Commands Menu plugin
; NOTE: By default in all settings the access level is set to "u".
; However you can change that, to limit the access to some settings.
; Commands Menu:
; < description > < command > < flags > < access level >
; "a" - execute from server console
; "b" - execute from admin console
; "c" - execute on all clients
; "d" - back to menu when executed
;"PUBLIC Settings" "servercfgfile server.cfg;exec server.cfg" "a" "u"
;"Clanbase" "exec clanbase.cfg;servercfgfile \'\'" "a" "u"
;"Clanbase Charges Only" "exec clanbase_co.cfg;servercfgfile \'\'" "a" "u"
;"Official CAL Match" "exec cal.cfg;servercfgfile \'\'" "a" "u"
;"ProvingGrounds Server Config" "exec leagues/pg.cfg;servercfgfile \'\'" "a" "u"
;"OGL CS Server Config" "exec ogl.cfg;servercfgfile \'\'" "a" "u"
;"OGL CS FF Server Config" "exec ogl_ff.cfg;servercfgfile \'\'" "a" "u"
;"OGL CS Advanced Server Config" "exec ogl_adv.cfg;servercfgfile \'\'" "a" "u"
; File location: $moddir/addons/amxmodx/configs/configs.ini
; To use with Commands Menu plugin
; NOTE: By default in all settings the access level is set to "u".
; However you can change that, to limit the access to some settings.
; Commands Menu:
; < description > < command > < flags > < access level >
; "a" - execute from server console
; "b" - execute from admin console
; "c" - execute on all clients
; "d" - back to menu when executed
;"PUBLIC Settings" "servercfgfile server.cfg;exec server.cfg" "a" "u"
;"Clanbase" "exec clanbase.cfg;servercfgfile \'\'" "a" "u"
;"Clanbase Charges Only" "exec clanbase_co.cfg;servercfgfile \'\'" "a" "u"
;"Official CAL Match" "exec cal.cfg;servercfgfile \'\'" "a" "u"
;"ProvingGrounds Server Config" "exec leagues/pg.cfg;servercfgfile \'\'" "a" "u"
;"OGL CS Server Config" "exec ogl.cfg;servercfgfile \'\'" "a" "u"
;"OGL CS FF Server Config" "exec ogl_ff.cfg;servercfgfile \'\'" "a" "u"
;"OGL CS Advanced Server Config" "exec ogl_adv.cfg;servercfgfile \'\'" "a" "u"
Core.ini
; Configuration file for AMX Mod X
amxx_logs addons/amxmodx/logs
amxx_configsdir addons/amxmodx/configs
amxx_datadir addons/amxmodx/data
amxx_modules addons/amxmodx/configs/modules.ini
amxx_plugins addons/amxmodx/configs/plugins.ini
amxx_pluginsdir addons/amxmodx/plugins
amxx_modulesdir addons/amxmodx/modules
amxx_vault addons/amxmodx/data/vault.ini
; It is important that "csstats" comes before "csstats_score"
csstats addons/amxmodx/data/csstats.dat
csstats_score addons/amxmodx/data/csstats.amxx
; Logging mode
; 0 - no logging
; 1 - one logfile / day
; 2 - one logfile / map
; 3 - HL Logs
amxx_logging 1
; Binary logging level
; add these up to get what you want
; these only work with bin logging binaries
; 1 - default
; 2 - log internal string sets/gets
; 4 - log internal formats
; 8 - log all native params
; 16 - log internal function calls (only in debug mode)
; 32 - log line number accesses (only in debug mode)
bin_logging 49
; Maximum binary log size, in megs
max_binlog_size 20
; Plugin optimization flags - add these up to get what you want
; lowering these may stop crashes on very old CPUs
; set 65536 to disable optimizer, NOT 0!
;-------------
; 1 - float arithmetic
; 2 - float comparisons
; 4 - float rounding
optimizer 7
amxx_logs addons/amxmodx/logs
amxx_configsdir addons/amxmodx/configs
amxx_datadir addons/amxmodx/data
amxx_modules addons/amxmodx/configs/modules.ini
amxx_plugins addons/amxmodx/configs/plugins.ini
amxx_pluginsdir addons/amxmodx/plugins
amxx_modulesdir addons/amxmodx/modules
amxx_vault addons/amxmodx/data/vault.ini
; It is important that "csstats" comes before "csstats_score"
csstats addons/amxmodx/data/csstats.dat
csstats_score addons/amxmodx/data/csstats.amxx
; Logging mode
; 0 - no logging
; 1 - one logfile / day
; 2 - one logfile / map
; 3 - HL Logs
amxx_logging 1
; Binary logging level
; add these up to get what you want
; these only work with bin logging binaries
; 1 - default
; 2 - log internal string sets/gets
; 4 - log internal formats
; 8 - log all native params
; 16 - log internal function calls (only in debug mode)
; 32 - log line number accesses (only in debug mode)
bin_logging 49
; Maximum binary log size, in megs
max_binlog_size 20
; Plugin optimization flags - add these up to get what you want
; lowering these may stop crashes on very old CPUs
; set 65536 to disable optimizer, NOT 0!
;-------------
; 1 - float arithmetic
; 2 - float comparisons
; 4 - float rounding
optimizer 7
Custommenuitems.cfg
// Here you can add menu items from any plugin to Menus Front-End plugin, aka "amxmodmenu".
// You can also add menu items to the normal non-admin client menu "amx_menu".
//
// Adding to "amxmodmenu":
// Usage: "amx_addmenuitem <menu text> <menu command> <access flags> <plugin name>"
//
// Adding to "amx_menu":
// Usage: "amx_addclientmenuitem <menu text> <menu command> <access flags> <plugin name>"
//
// <menu text>: This is the text displayed in the menu itself for this item.
// <menu command>: This is the client command used to access the menu.
// <access flags>: Specify what access flags admins must have to use this menu item. (Check users.ini for access flags.)
// <plugin name>: This must be the _exact_ (though case insensitive) name of the plugin which holds the menu command. (Use "amxx plugins" in server console, plugin names are listed in Name column.)
//
// Example: (be sure to use quotes around parameters with spaces!)
//
// amx_addmenuitem "Weapon Arena" "weaponarena_menu" "hu" "Weapon Arena"
// amx_addclientmenuitem "Warcraft 3" "war3menu" "" "Warcraft 3 XP"
// You can also add menu items to the normal non-admin client menu "amx_menu".
//
// Adding to "amxmodmenu":
// Usage: "amx_addmenuitem <menu text> <menu command> <access flags> <plugin name>"
//
// Adding to "amx_menu":
// Usage: "amx_addclientmenuitem <menu text> <menu command> <access flags> <plugin name>"
//
// <menu text>: This is the text displayed in the menu itself for this item.
// <menu command>: This is the client command used to access the menu.
// <access flags>: Specify what access flags admins must have to use this menu item. (Check users.ini for access flags.)
// <plugin name>: This must be the _exact_ (though case insensitive) name of the plugin which holds the menu command. (Use "amxx plugins" in server console, plugin names are listed in Name column.)
//
// Example: (be sure to use quotes around parameters with spaces!)
//
// amx_addmenuitem "Weapon Arena" "weaponarena_menu" "hu" "Weapon Arena"
// amx_addclientmenuitem "Warcraft 3" "war3menu" "" "Warcraft 3 XP"
ltm_cvars.cfg
//lasermine ON/OFF (1 / 0)
amx_ltm "1"
//lasermine access level (0 is all, 1 is admin only)
amx_ltm_acs "0"
//lasermine mode (0 is killing laser, 1 is tripmine)
amx_ltm_mode "0"
//max have ammo and max deploy count.
amx_ltm_ammo "3"
//laser hit damage.
amx_ltm_dmg "99999999"
//buying lasermine cost.
amx_ltm_cost "0"
//kill enemy +money
amx_ltm_fragmoney "300"
//lasermines health. over 1000 is very hard mine :)
amx_ltm_health "99999"
//max team deploy count.
amx_ltm_teammax "64"
//lasermine explode radius. ( it's float value)
amx_ltm_radius "320.0"
//lasermine explode damage. ( on center )
amx_ltm_rdmg "9999999"
//lasermine friendly fire.
amx_ltm_ff "0"
//lasermine can buying and deploying team.( ALL, T, CT )
amx_ltm_cbt "ALL"
//can say cmd buying. 0 is off, 1 is on . (/buy lasermine or /lm)
amx_ltm_buymode "1"
//lasermine round start deploying delay.
amx_ltm_delay "15"
//lasermine visible mode of laserline (0 is invisible, 1 is visible)
amx_ltm_line "1"
//glowing lasermine. (color is laser line color 0 is off, 1 is on )
amx_ltm_glow "1"
//laser line brightness.
amx_ltm_bright "255"
//laser line color mode. ( 0 is team color, 1 is green )
amx_ltm_color "0"
//laser hit damage mode. (0 is frame dmg, 1 is once dmg, 2 is seconds dmg)
amx_ltm_ldmgmode "0"
//seconds dmg. (dmg mode 2 only, damage / seconds default 1 sec)
amx_ltm_ldmgseconds "1"
//round start have ammo.
amx_ltm_startammo "3"
//command mode. (0 is +USE key, 1 is bind, 2 is each)
amx_ltm_cmdmode "1"
//Lasermine Configuration File
echo Executing Lasermine Configuration File
amx_ltm "1"
//lasermine access level (0 is all, 1 is admin only)
amx_ltm_acs "0"
//lasermine mode (0 is killing laser, 1 is tripmine)
amx_ltm_mode "0"
//max have ammo and max deploy count.
amx_ltm_ammo "3"
//laser hit damage.
amx_ltm_dmg "99999999"
//buying lasermine cost.
amx_ltm_cost "0"
//kill enemy +money
amx_ltm_fragmoney "300"
//lasermines health. over 1000 is very hard mine :)
amx_ltm_health "99999"
//max team deploy count.
amx_ltm_teammax "64"
//lasermine explode radius. ( it's float value)
amx_ltm_radius "320.0"
//lasermine explode damage. ( on center )
amx_ltm_rdmg "9999999"
//lasermine friendly fire.
amx_ltm_ff "0"
//lasermine can buying and deploying team.( ALL, T, CT )
amx_ltm_cbt "ALL"
//can say cmd buying. 0 is off, 1 is on . (/buy lasermine or /lm)
amx_ltm_buymode "1"
//lasermine round start deploying delay.
amx_ltm_delay "15"
//lasermine visible mode of laserline (0 is invisible, 1 is visible)
amx_ltm_line "1"
//glowing lasermine. (color is laser line color 0 is off, 1 is on )
amx_ltm_glow "1"
//laser line brightness.
amx_ltm_bright "255"
//laser line color mode. ( 0 is team color, 1 is green )
amx_ltm_color "0"
//laser hit damage mode. (0 is frame dmg, 1 is once dmg, 2 is seconds dmg)
amx_ltm_ldmgmode "0"
//seconds dmg. (dmg mode 2 only, damage / seconds default 1 sec)
amx_ltm_ldmgseconds "1"
//round start have ammo.
amx_ltm_startammo "3"
//command mode. (0 is +USE key, 1 is bind, 2 is each)
amx_ltm_cmdmode "1"
//Lasermine Configuration File
echo Executing Lasermine Configuration File
Statsx.cfg
////////////////////////////////////////////////////////////////////////////////////
// the Name: the File of configuration StatsX Shell (Ultimate StatsX)
// the Version: 2.0.0
// the Code: AMX Dev Team
// Completion: MastaMan
//
// Last audit: 28.12.2009
////////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////////
// CONDUCTING STATISTICS
////////////////////////////////////////////////////////////////////////////////////
// 0 - by name
// 1 - on authid
// 2 - on ip
//
// Value by default: 1
csstats_rank 0
////////////////////////////////////////////////////////////////////////////////////
// MAXIMAL QUANTITY OF RECORDS IN BASE
////////////////////////////////////////////////////////////////////////////////////
// the NOTE: the Maximal admissible value 9000
// Value by default: 3500
csstats_maxsize 8000
////////////////////////////////////////////////////////////////////////////////////
// PRESENTATION HUD OF STATISTICS OF HITS AND THE LOSS IN THE END OF THE ROUND
////////////////////////////////////////////////////////////////////////////////////
// the NOTE: the Minimal admissible value 1.0 ???
// Time in seconds for presentation
//
// Value by default: 12.0
amx_statsx_duration 12.0
// Time in seconds for the termination of presentation
// before the termination freezetime
// Use only negative values
//
// Value by default:-2.0
amx_statsx_freeze-2.0
////////////////////////////////////////////////////////////////////////////////////
// the MODE OF OPERATION
////////////////////////////////////////////////////////////////////////////////////
// 0 - Usual (15 best players)
// 1 - New (30-?? the best players)
// (to players new commands, in greater detail will be available read
// section of the information)
//
// Value by default: 1
amx_statsx_shell_mode 1
////////////////////////////////////////////////////////////////////////////////////
// PHYSICAL APPEARANCE of the LIST of the BEST PLAYERS
////////////////////////////////////////////////////////////////////////////////////
// 0 - the Classical pattern (black-orange)
// 1 - Pattern MastaMOTD's 2.5.0
// 2 - Pattern Joomla 1.5
// 3 - Pattern PsychoStats 3.2
// 4 - Pattern Google
// 5 - Pattern CS-LIPNIKI
// 6 - the Pattern c-s.net.ua
// 7 - the Pattern hl-ds.org.ua
// 8 - the Pattern statsx_gui from UFPS Team
// 9 - the Pattern alliedmods.net
// 10 - Pattern Steam
// 11 - the Pattern cs-volia.net
// 12 - the Pattern cs.la.net.ua
// 13 - Pattern HELL
// 14 - the Accidental choice (1-13) at each opening statistics
// 15 - the Accidental choice (1-13) at each change of a card
//
// Value by default: 1
amx_statsx_design 15
////////////////////////////////////////////////////////////////////////////////////
// THE LIST OF THE BEST PLAYERS ON THE PUT LOSS (/dmg)
////////////////////////////////////////////////////////////////////////////////////
// 0 - To switch off
// 1 - To include
//
// Value by default: 1
amx_statsx_top_dmg_enabled 0
////////////////////////////////////////////////////////////////////////////////////
// THE LIST OF THE BEST PLAYERS ON MURDERS IN THE HEAD (/hs)
////////////////////////////////////////////////////////////////////////////////////
// 0 - To switch off
// 1 - To include
//
// Value by default: 1
amx_statsx_top_hs_enabled 0
////////////////////////////////////////////////////////////////////////////////////
// THE LIST OF THE WORST PLAYERS (/bot)
////////////////////////////////////////////////////////////////////////////////////
// 0 - To switch off
// 1 - To include
//
// Value by default: 1
amx_statsx_top_bot_enabled 0
////////////////////////////////////////////////////////////////////////////////////
// VIEWING OF ANY POSITION OF THE RATING OF PLAYERS (/topX)
////////////////////////////////////////////////////////////////////////////////////
// 0 - To switch off
// 1 - To include
//
// Value by default: 1
amx_statsx_top_topx_enabled 1
////////////////////////////////////////////////////////////////////////////////////
// VIEWING OF ATTENDANCE OF THE SERVER FOR A DAY (/day)
////////////////////////////////////////////////////////////////////////////////////
// the NOTE: the Given function is experimental!
// 0 - To switch off
// 1 - Efficiency
// 2 - Comparison
//
// Value by default: 1
amx_statsx_day_stat 0
////////////////////////////////////////////////////////////////////////////////////
// THE MESSAGE AT CONNECTION OF THE PLAYER TO THE SERVER
////////////////////////////////////////////////////////////////////////////////////
// the NOTE: the Given function is experimental!
// 0 - To switch off
// 1 - To include
//
// Value by default: 1
amx_statsx_conn_msg_enabled 0
// Effects
// 0 - Smooth transition
// 1 - Blinking Smooth transition
// 2 - the Typewriter
//
// Value by default: 2
amx_statsx_conn_msg_effect 0
// Colors
// 0 - Green
// 1 - Red
// 2 - Dark blue
// 3 - Yellow
// 4 - Turquoise
// 5 - Purple
// 6 - Orange
// 7 - Violet
// 8 - Grey
// 9 - Accidental color
// 10 - Accidental color from 1-8
//
// Value by default:
amx_statsx_conn_msg_color 0
// Time of presentation of the message (seconds)
amx_statsx_conn_msg_show 8
// To show a line with the information on last visiting
// 0 - To switch off
// 1 - To include
//
// Value by default: 1
amx_statsx_conn_msg_visit 1
// the NOTE: For work of function of presentation of the information on the last
// visiting, the System of Gathering of Statistics of Played Time should be included
////////////////////////////////////////////////////////////////////////////////////
// SYSTEM OF GATHERING OF STATISTICS OF PLAYED TIME
////////////////////////////////////////////////////////////////////////////////////
// the NOTE: the Given function is experimental!
// To include system of gathering and display of statistics
// played time (/pt)
// 0 - To switch off
// 1 - To include
//
// Value by default: 1
amx_statsx_pt_enabled 0
// To provide to the player a monetary bonus for played time
// 0 - To switch off
// 1 - To include
//
// Value by default: 1
amx_statsx_pt_bonus 0
// the NOTE: the Monetary bonus is totaled each round
// the Sum of money in the played 1 hour
// 0 - To switch off
//
// Value by default: 250
amx_statsx_pt_bonus_1h 250
// the Sum of money in the played 2 hours at a time
// 0 - To switch off
//
// Value by default: 500
amx_statsx_pt_bonus_2h 500
// the Sum of money in the played 3 hours at a time
// 0 - To switch off
//
// Value by default: 1000
amx_statsx_pt_bonus_3h 1000
// the Sum of money in the played 4 hours at a time
// 0 - To switch off
//
// Value by default: 2000
amx_statsx_pt_bonus_4h 2000
// the Sum of money for 5 hours played at a time and is more
// 0 - To switch off
//
// Value by default: 5000
amx_statsx_pt_bonus_5h 5000
// To show a chat-message about reception of a bonus
// 0 - To switch off
// 1 - To include
//
// Value by default: 1
amx_statsx_pt_bonus_anonce 1
////////////////////////////////////////////////////////////////////////////////////
// SYSTEM OF AWARDS OF THE BEST PLAYERS
////////////////////////////////////////////////////////////////////////////////////
// the NOTE: the Given function is ?????????????????!
// the NOTE: Awards protrude only to players who have got on 30-?? the best
// To include system of awards (/award)
// 0 - To switch off
// 1 - To include
//
// Value by default: 1
amx_statsx_award_enabled 0
// the Maximal sum of money for the award
// 0 - will disconnect granting money to players
// the NOTE: Recommended values 500 - 5000
//
// Value by default: 1000
amx_statsx_award_cash 1000
// Chance of granting of the award
// 0 - to provide awards each round
// Values specify from 0.0 up to 1.0
// 0.1 - high chance
// 1.0 - the minimal chance
//
// Value by default: 0.1
amx_statsx_award_chance 0.1
// To show a chat-message about reception of the award
// 0 - To switch off
// 1 - To include
//
// Value by default: 1
amx_statsx_award_anonce 1
////////////////////////////////////////////////////////////////////////////////////
// PRESENTATION HUD OF STATISTICS OF 30 BEST PLAYERS
////////////////////////////////////////////////////////////////////////////////////
// To resolve presentation
// 0 - To switch off
// 1 - To include
//
// Value by default: 1
amx_statsx_marquee_enabled 0
// Effects
// 0 - Smooth transition
// 1 - Blinking Smooth transition
// 2 - the Typewriter
//
// Value by default: 0
amx_statsx_marquee_effect 0
// Colors
// 0 - 1 seat - green color, 2 seat - yellow, 3 seat - red
// 1 - Red
// 2 - Green
// 3 - Dark blue
// 4 - Yellow
// 5 - Turquoise
// 6 - Purple
// 7 - Orange
// 8 - Violet
// 9 - Grey
// 10 - Accidental color
// 11 - Accidental color from 1-9
//
// Value by default: 0
amx_statsx_marquee_color 0
// the Position
// 0 - At the left below
// 1 - At the left above
// 2 - On the right below
// 3 - On the right above
//
// Value by default: 0
amx_statsx_marquee_position 0
// the Name: the File of configuration StatsX Shell (Ultimate StatsX)
// the Version: 2.0.0
// the Code: AMX Dev Team
// Completion: MastaMan
//
// Last audit: 28.12.2009
////////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////////
// CONDUCTING STATISTICS
////////////////////////////////////////////////////////////////////////////////////
// 0 - by name
// 1 - on authid
// 2 - on ip
//
// Value by default: 1
csstats_rank 0
////////////////////////////////////////////////////////////////////////////////////
// MAXIMAL QUANTITY OF RECORDS IN BASE
////////////////////////////////////////////////////////////////////////////////////
// the NOTE: the Maximal admissible value 9000
// Value by default: 3500
csstats_maxsize 8000
////////////////////////////////////////////////////////////////////////////////////
// PRESENTATION HUD OF STATISTICS OF HITS AND THE LOSS IN THE END OF THE ROUND
////////////////////////////////////////////////////////////////////////////////////
// the NOTE: the Minimal admissible value 1.0 ???
// Time in seconds for presentation
//
// Value by default: 12.0
amx_statsx_duration 12.0
// Time in seconds for the termination of presentation
// before the termination freezetime
// Use only negative values
//
// Value by default:-2.0
amx_statsx_freeze-2.0
////////////////////////////////////////////////////////////////////////////////////
// the MODE OF OPERATION
////////////////////////////////////////////////////////////////////////////////////
// 0 - Usual (15 best players)
// 1 - New (30-?? the best players)
// (to players new commands, in greater detail will be available read
// section of the information)
//
// Value by default: 1
amx_statsx_shell_mode 1
////////////////////////////////////////////////////////////////////////////////////
// PHYSICAL APPEARANCE of the LIST of the BEST PLAYERS
////////////////////////////////////////////////////////////////////////////////////
// 0 - the Classical pattern (black-orange)
// 1 - Pattern MastaMOTD's 2.5.0
// 2 - Pattern Joomla 1.5
// 3 - Pattern PsychoStats 3.2
// 4 - Pattern Google
// 5 - Pattern CS-LIPNIKI
// 6 - the Pattern c-s.net.ua
// 7 - the Pattern hl-ds.org.ua
// 8 - the Pattern statsx_gui from UFPS Team
// 9 - the Pattern alliedmods.net
// 10 - Pattern Steam
// 11 - the Pattern cs-volia.net
// 12 - the Pattern cs.la.net.ua
// 13 - Pattern HELL
// 14 - the Accidental choice (1-13) at each opening statistics
// 15 - the Accidental choice (1-13) at each change of a card
//
// Value by default: 1
amx_statsx_design 15
////////////////////////////////////////////////////////////////////////////////////
// THE LIST OF THE BEST PLAYERS ON THE PUT LOSS (/dmg)
////////////////////////////////////////////////////////////////////////////////////
// 0 - To switch off
// 1 - To include
//
// Value by default: 1
amx_statsx_top_dmg_enabled 0
////////////////////////////////////////////////////////////////////////////////////
// THE LIST OF THE BEST PLAYERS ON MURDERS IN THE HEAD (/hs)
////////////////////////////////////////////////////////////////////////////////////
// 0 - To switch off
// 1 - To include
//
// Value by default: 1
amx_statsx_top_hs_enabled 0
////////////////////////////////////////////////////////////////////////////////////
// THE LIST OF THE WORST PLAYERS (/bot)
////////////////////////////////////////////////////////////////////////////////////
// 0 - To switch off
// 1 - To include
//
// Value by default: 1
amx_statsx_top_bot_enabled 0
////////////////////////////////////////////////////////////////////////////////////
// VIEWING OF ANY POSITION OF THE RATING OF PLAYERS (/topX)
////////////////////////////////////////////////////////////////////////////////////
// 0 - To switch off
// 1 - To include
//
// Value by default: 1
amx_statsx_top_topx_enabled 1
////////////////////////////////////////////////////////////////////////////////////
// VIEWING OF ATTENDANCE OF THE SERVER FOR A DAY (/day)
////////////////////////////////////////////////////////////////////////////////////
// the NOTE: the Given function is experimental!
// 0 - To switch off
// 1 - Efficiency
// 2 - Comparison
//
// Value by default: 1
amx_statsx_day_stat 0
////////////////////////////////////////////////////////////////////////////////////
// THE MESSAGE AT CONNECTION OF THE PLAYER TO THE SERVER
////////////////////////////////////////////////////////////////////////////////////
// the NOTE: the Given function is experimental!
// 0 - To switch off
// 1 - To include
//
// Value by default: 1
amx_statsx_conn_msg_enabled 0
// Effects
// 0 - Smooth transition
// 1 - Blinking Smooth transition
// 2 - the Typewriter
//
// Value by default: 2
amx_statsx_conn_msg_effect 0
// Colors
// 0 - Green
// 1 - Red
// 2 - Dark blue
// 3 - Yellow
// 4 - Turquoise
// 5 - Purple
// 6 - Orange
// 7 - Violet
// 8 - Grey
// 9 - Accidental color
// 10 - Accidental color from 1-8
//
// Value by default:
amx_statsx_conn_msg_color 0
// Time of presentation of the message (seconds)
amx_statsx_conn_msg_show 8
// To show a line with the information on last visiting
// 0 - To switch off
// 1 - To include
//
// Value by default: 1
amx_statsx_conn_msg_visit 1
// the NOTE: For work of function of presentation of the information on the last
// visiting, the System of Gathering of Statistics of Played Time should be included
////////////////////////////////////////////////////////////////////////////////////
// SYSTEM OF GATHERING OF STATISTICS OF PLAYED TIME
////////////////////////////////////////////////////////////////////////////////////
// the NOTE: the Given function is experimental!
// To include system of gathering and display of statistics
// played time (/pt)
// 0 - To switch off
// 1 - To include
//
// Value by default: 1
amx_statsx_pt_enabled 0
// To provide to the player a monetary bonus for played time
// 0 - To switch off
// 1 - To include
//
// Value by default: 1
amx_statsx_pt_bonus 0
// the NOTE: the Monetary bonus is totaled each round
// the Sum of money in the played 1 hour
// 0 - To switch off
//
// Value by default: 250
amx_statsx_pt_bonus_1h 250
// the Sum of money in the played 2 hours at a time
// 0 - To switch off
//
// Value by default: 500
amx_statsx_pt_bonus_2h 500
// the Sum of money in the played 3 hours at a time
// 0 - To switch off
//
// Value by default: 1000
amx_statsx_pt_bonus_3h 1000
// the Sum of money in the played 4 hours at a time
// 0 - To switch off
//
// Value by default: 2000
amx_statsx_pt_bonus_4h 2000
// the Sum of money for 5 hours played at a time and is more
// 0 - To switch off
//
// Value by default: 5000
amx_statsx_pt_bonus_5h 5000
// To show a chat-message about reception of a bonus
// 0 - To switch off
// 1 - To include
//
// Value by default: 1
amx_statsx_pt_bonus_anonce 1
////////////////////////////////////////////////////////////////////////////////////
// SYSTEM OF AWARDS OF THE BEST PLAYERS
////////////////////////////////////////////////////////////////////////////////////
// the NOTE: the Given function is ?????????????????!
// the NOTE: Awards protrude only to players who have got on 30-?? the best
// To include system of awards (/award)
// 0 - To switch off
// 1 - To include
//
// Value by default: 1
amx_statsx_award_enabled 0
// the Maximal sum of money for the award
// 0 - will disconnect granting money to players
// the NOTE: Recommended values 500 - 5000
//
// Value by default: 1000
amx_statsx_award_cash 1000
// Chance of granting of the award
// 0 - to provide awards each round
// Values specify from 0.0 up to 1.0
// 0.1 - high chance
// 1.0 - the minimal chance
//
// Value by default: 0.1
amx_statsx_award_chance 0.1
// To show a chat-message about reception of the award
// 0 - To switch off
// 1 - To include
//
// Value by default: 1
amx_statsx_award_anonce 1
////////////////////////////////////////////////////////////////////////////////////
// PRESENTATION HUD OF STATISTICS OF 30 BEST PLAYERS
////////////////////////////////////////////////////////////////////////////////////
// To resolve presentation
// 0 - To switch off
// 1 - To include
//
// Value by default: 1
amx_statsx_marquee_enabled 0
// Effects
// 0 - Smooth transition
// 1 - Blinking Smooth transition
// 2 - the Typewriter
//
// Value by default: 0
amx_statsx_marquee_effect 0
// Colors
// 0 - 1 seat - green color, 2 seat - yellow, 3 seat - red
// 1 - Red
// 2 - Green
// 3 - Dark blue
// 4 - Yellow
// 5 - Turquoise
// 6 - Purple
// 7 - Orange
// 8 - Violet
// 9 - Grey
// 10 - Accidental color
// 11 - Accidental color from 1-9
//
// Value by default: 0
amx_statsx_marquee_color 0
// the Position
// 0 - At the left below
// 1 - At the left above
// 2 - On the right below
// 3 - On the right above
//
// Value by default: 0
amx_statsx_marquee_position 0
Kaydol:
Yorumlar (Atom)