addip 0.0 88.250.250.126
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
Super.cfg
// AMX Super @ amx_super.cfg ~ Yapilandirma Dosyasi
// Genel Ayarlar [1=Aktif Eder|0=Pasif Birakir]
amx_deadchat 1 // olu oyuncularin yazilarinin gorulmesini saglar
amx_revivemsg 0 // amx_revive komutu kullanildiginda hud mesajiyla gosterilmesini saglar
amx_loadsong 0 // sunucuya giriste sarki yuklemesini saglar.
amx_flashsound 0 // amx_flash komutu kullanildiginda ses effecti saglar
bullet_damage 2 // rakibinizi vurdugunuzda num uzerinde bir hud mesajiyla kac vurdugunuzu gosterir
allow_catchfire 1 // amx_fire komutu kullanildiginda yakalanan kisinin yanmasini saglar
amx_admin_check 1 // say’a /admin yazildiginda oyundaki adminleri gostermeyi saglar
weapon_say 1 // amx_weapon yaptiginizda saydan gostermesini saglar
// Ses Fix
amx_soundfix 0 // yanki sesinde olan sorunu duzeltmeyi saglar
amx_soundfix_pallow 0 // oyuncularin yanki sesini duzeltmeleri icin /fixsound yazmalarini gereklidir
// Bomba Transferi
afk_bombtransfer_spawn 7 // Bomba transferi yapilmasi icin spawn da kac saniye AFK kalinmasi suresini belirler
afk_bombtransfer_time 15 // Bomba transferi icin kac saniye AFK kalinmasi gerektigini belirler
// C4 Sayaci
amx_showc4timer 0 // <0|1|3> - Kapali | Sadece Terorist | Sadece Counter-Terrorist | Hepsi (C4 sayacini aktif eder)
amx_showc4flash 0 // <0|1> - Yanip Sonen sprite aktif(1)/pasif(0) durumlara getirir
amx_showc4sprite 0 // <0|1> - 2 Sprite secimi aktif(1)/pasif(0) durumlara getirir
amx_showc4msg 0 // <0|1> - Zamanlayici hakkinda bir hud mesaji gosterir aktif(1)/pasif(0) durumlara getirir
// Stats Marquee
stats_marquee 0 // Istatistik ortalama ayarlarini aktif(1)/pasif(0) duruma getirmek
amx_marqplayeramount 40 // En ust seviyedeki oyuncularin sayisini belirleme
amx_marqvertlocation 2 // Marquee nin nerede gozukecegini belirler (1 = ust, 2 = alt)
amx_marqfulltime 600.0 // Her zamanin ve saniyelerin arasinda istatistik marquee dongusu sayisi
amx_marqtimebetween 6.0 //Saniye sayisinda her oyuncunun gercek bir sekilde gelecek oyuncudan once gosterilmesi
// Giris - Cikis Mesajlari
amx_join_leave 0 // Giris mesajini aktif(1)/pasif(0) birakir
amx_leavemessage_enable 0 // Cikis mesajini aktif(1)/pasif(0) birakir
// %name% = Giren Oyuncunun nicki, %rankpos% = Giren Oyuncunun Istatistik(Top15) Durumu, \n = Yeni Satira Gecmek
amx_enter_message "%name% Hosgeldiniz\n Rankiniz: %rankpos%\n Oynucaz.Com"
amx_leave_message "%name% Yine Bekleriz\n Oynucaz.Com"
// Spawn Korumasi
sv_sp 0 // Spawn Korumasi ozelligini aktif(1)/pasif(0) durumlara getirir
sv_sptime 2 // Mesaj zamanini belirler [Varsayilan Deger: 5 | 1-10 Saniye araliginda belirleyebilirsiniz]
sv_spmessage 0 // Mesaji kontrol etmeyi saglar. aktif(1)/pasif(0) duruma getirir
sv_spshellthick 25 // Glow renk koyulugunu belirler [Varsayilan Deger: 25 | 0-100 aralariginda belirleyebilirsiinz]
sv_spglow 0 // Glow u aktif(1)/pasif(0) durumlara getirir
//Badaim
amx_autobantimed 1 // Otomatik ban olsun yada olmasin eğer onlar birini zamanlanmis bir kotu hedefi altinda iken oldururse kurulur/ayarlanir (aktif(1)/pasif(0))
amx_autobanall 1 // Her iki tip kotu hedef kapsaminda oldurme (aktif(1)/pasif(0))
amx_ba_follow_immunity 1 // Hedef takibi olsun yada olmasin adminler icin dokunulmazlik kurallari kurulur/ayarlanir. (aktif(1)|pasif(0))
// AFK Yoneticisi
amx_afkcheck_allow 0 // AFK yoneticisi aktif(1)/pasif(0) durumlara getirir
amx_max_afktime 999999 // Maximum AFK kalma suresi (saniye)
amx_immune_access a // AFK Yoneticisininin dokunmamasi icin gereken yetkiyi ayarlar (Varsayilan Deger: a(ADMIN_IMMUNITY))
amx_immune_time 5 // Sunucuya baglanan kullanicilarin dokunulmazlik suresi (Daha once kicklenmek icin nekadar sure kontrol edildigini gosterir)
// Admin Dinleme Yetkisi
listen_immune_access d // Yoneticilerin tum sohbeti gormesi icin gerekli olan yetkidir (Varsayilan Deger: d - ADMIN_BAN)
// Genel Ayarlar [1=Aktif Eder|0=Pasif Birakir]
amx_deadchat 1 // olu oyuncularin yazilarinin gorulmesini saglar
amx_revivemsg 0 // amx_revive komutu kullanildiginda hud mesajiyla gosterilmesini saglar
amx_loadsong 0 // sunucuya giriste sarki yuklemesini saglar.
amx_flashsound 0 // amx_flash komutu kullanildiginda ses effecti saglar
bullet_damage 2 // rakibinizi vurdugunuzda num uzerinde bir hud mesajiyla kac vurdugunuzu gosterir
allow_catchfire 1 // amx_fire komutu kullanildiginda yakalanan kisinin yanmasini saglar
amx_admin_check 1 // say’a /admin yazildiginda oyundaki adminleri gostermeyi saglar
weapon_say 1 // amx_weapon yaptiginizda saydan gostermesini saglar
// Ses Fix
amx_soundfix 0 // yanki sesinde olan sorunu duzeltmeyi saglar
amx_soundfix_pallow 0 // oyuncularin yanki sesini duzeltmeleri icin /fixsound yazmalarini gereklidir
// Bomba Transferi
afk_bombtransfer_spawn 7 // Bomba transferi yapilmasi icin spawn da kac saniye AFK kalinmasi suresini belirler
afk_bombtransfer_time 15 // Bomba transferi icin kac saniye AFK kalinmasi gerektigini belirler
// C4 Sayaci
amx_showc4timer 0 // <0|1|3> - Kapali | Sadece Terorist | Sadece Counter-Terrorist | Hepsi (C4 sayacini aktif eder)
amx_showc4flash 0 // <0|1> - Yanip Sonen sprite aktif(1)/pasif(0) durumlara getirir
amx_showc4sprite 0 // <0|1> - 2 Sprite secimi aktif(1)/pasif(0) durumlara getirir
amx_showc4msg 0 // <0|1> - Zamanlayici hakkinda bir hud mesaji gosterir aktif(1)/pasif(0) durumlara getirir
// Stats Marquee
stats_marquee 0 // Istatistik ortalama ayarlarini aktif(1)/pasif(0) duruma getirmek
amx_marqplayeramount 40 // En ust seviyedeki oyuncularin sayisini belirleme
amx_marqvertlocation 2 // Marquee nin nerede gozukecegini belirler (1 = ust, 2 = alt)
amx_marqfulltime 600.0 // Her zamanin ve saniyelerin arasinda istatistik marquee dongusu sayisi
amx_marqtimebetween 6.0 //Saniye sayisinda her oyuncunun gercek bir sekilde gelecek oyuncudan once gosterilmesi
// Giris - Cikis Mesajlari
amx_join_leave 0 // Giris mesajini aktif(1)/pasif(0) birakir
amx_leavemessage_enable 0 // Cikis mesajini aktif(1)/pasif(0) birakir
// %name% = Giren Oyuncunun nicki, %rankpos% = Giren Oyuncunun Istatistik(Top15) Durumu, \n = Yeni Satira Gecmek
amx_enter_message "%name% Hosgeldiniz\n Rankiniz: %rankpos%\n Oynucaz.Com"
amx_leave_message "%name% Yine Bekleriz\n Oynucaz.Com"
// Spawn Korumasi
sv_sp 0 // Spawn Korumasi ozelligini aktif(1)/pasif(0) durumlara getirir
sv_sptime 2 // Mesaj zamanini belirler [Varsayilan Deger: 5 | 1-10 Saniye araliginda belirleyebilirsiniz]
sv_spmessage 0 // Mesaji kontrol etmeyi saglar. aktif(1)/pasif(0) duruma getirir
sv_spshellthick 25 // Glow renk koyulugunu belirler [Varsayilan Deger: 25 | 0-100 aralariginda belirleyebilirsiinz]
sv_spglow 0 // Glow u aktif(1)/pasif(0) durumlara getirir
//Badaim
amx_autobantimed 1 // Otomatik ban olsun yada olmasin eğer onlar birini zamanlanmis bir kotu hedefi altinda iken oldururse kurulur/ayarlanir (aktif(1)/pasif(0))
amx_autobanall 1 // Her iki tip kotu hedef kapsaminda oldurme (aktif(1)/pasif(0))
amx_ba_follow_immunity 1 // Hedef takibi olsun yada olmasin adminler icin dokunulmazlik kurallari kurulur/ayarlanir. (aktif(1)|pasif(0))
// AFK Yoneticisi
amx_afkcheck_allow 0 // AFK yoneticisi aktif(1)/pasif(0) durumlara getirir
amx_max_afktime 999999 // Maximum AFK kalma suresi (saniye)
amx_immune_access a // AFK Yoneticisininin dokunmamasi icin gereken yetkiyi ayarlar (Varsayilan Deger: a(ADMIN_IMMUNITY))
amx_immune_time 5 // Sunucuya baglanan kullanicilarin dokunulmazlik suresi (Daha once kicklenmek icin nekadar sure kontrol edildigini gosterir)
// Admin Dinleme Yetkisi
listen_immune_access d // Yoneticilerin tum sohbeti gormesi icin gerekli olan yetkidir (Varsayilan Deger: d - ADMIN_BAN)
Sql.cfg
amx_sql_host "127.0.0.1"
amx_sql_user "root"
amx_sql_pass ""
amx_sql_db "amx"
amx_sql_table "admins"
amx_sql_type "mysql"
amx_sql_user "root"
amx_sql_pass ""
amx_sql_db "amx"
amx_sql_table "admins"
amx_sql_type "mysql"
Giriş Resmi
<html>
<head>
<title>Motd server</title>
<style type="text/css">
<!--
body {
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
background-color: #000000;
}
-->
</style>
</head>
<body>
<img src="Link " width="100%" height="100%"
border="0" align="center">
</body>
</html>
<head>
<title>Motd server</title>
<style type="text/css">
<!--
body {
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
background-color: #000000;
}
-->
</style>
</head>
<body>
<img src="Link " width="100%" height="100%"
border="0" align="center">
</body>
</html>
Eklenti Kur
| Eklenti Adı | Durum | Kur/Kaldır | |
|---|---|---|---|
| AMXX Super 4.2 Sunucunuza ekstra komutlar ekler. Maç sunucularda açılması önerilmemektedir. | Aktif | Kaldır | |
| Oto Restart Harita açıldıktan sonra otomatik restart atar. | Aktif | Kaldır | |
| Adminlere Özel Şapka Adminlere özel kafasında şapka olmasını sağlar. | Aktif | Kaldır | |
| Sol ust Admin listesi Sol üstte yeşil yazı hud mesajıyla Oyundaki adminler diye listeler | Aktif | Kaldır | |
| Bunnyhop Bunny(tavşan) şeklinde zıplamayı sağlar | Aktif | Kaldır | |
| Reset Skor sunucuda skoru sıfırlamayı sağlar. Komut: say /reset | Aktif | Kaldır | |
| Dürbünlü Deagle Deagle adli silahin üstüne dürbün eklemeyi sağlar. | Aktif | Kaldır | |
| Hiz göstergesi Orta kisimda beyaz hud mesajiyla ne kadar hizda gittigini gosterir | Pasif | Kur | |
| Sirtta Silah Oyuncunun sirtinda silah gosteren eklentidir | Pasif | Kur | |
| Paraşut Oyuncunun E tusu sayesinde yuksekten atlarken hasar vermeden atlamasini saglar | Aktif | Kaldır | |
| Izleyici listesi (Spec list) Sizi izleyen ölü oyuncuları görmenizi sağlar | Aktif | Kaldır | |
| Kanli Ayak izi 25 Canin altinda olan oyuncularinin kanli ayak izi cikarmasini saglar | Aktif | Kaldır | |
| Yüksek Ping kickleyici Yüksek pingli oyunculari tarayarak oyundan uzaklastirmayi saglar | |||
Server Pluginler
| admin.amxx | AMXX Dosyasi | 12K | |
| adminchat.amxx | AMXX Dosyasi | 15K | |
| admincmd.amxx | AMXX Dosyasi | 36K | |
| adminhelp.amxx | AMXX Dosyasi | 3K | |
| adminslots.amxx | AMXX Dosyasi | 4K | |
| adminvote.amxx | AMXX Dosyasi | 25K | |
| admin_sql.amxx | AMXX Dosyasi | 27K | |
| admin_tag.amxx | AMXX Dosyasi | 10K | |
| allchat.amxx | AMXX Dosyasi | 6K | |
| amxmod_compat.amxx | AMXX Dosyasi | 47K | |
| antiflood.amxx | AMXX Dosyasi | 6K | |
| anti_chat_spam.amxx | AMXX Dosyasi | 8K | |
| biohazard.amxx | AMXX Dosyasi | 75K | |
| bio_antiblock.amxx | AMXX Dosyasi | 3K | |
| bio_boatescape.amxx | AMXX Dosyasi | 6K | |
| bio_colored_nightvision.amxx | AMXX Dosyasi | 8K | |
| bio_countdown.amxx | AMXX Dosyasi | 3K | |
| bio_radar.amxx | AMXX Dosyasi | 4K | |
| bio_smokeflare.amxx | AMXX Dosyasi | 3K | |
| c4timer.amxx | AMXX Dosyasi | 2K | |
| chat.amxx | AMXX Dosyasi | 16K | |
| client_autoexec.amxx | AMXX Dosyasi | 3K | |
| cmdmenu.amxx | AMXX Dosyasi | 22K | |
| csf_anticheat.amxx | AMXX Dosyasi | 140K | |
| csstats.amxx | AMXX Dosyasi | 812B | |
| customflashlight.amxx | AMXX Dosyasi | 11K | |
| dej-ts3.amxx | AMXX Dosyasi | 3K | |
| fakefull_original.amxx | AMXX Dosyasi | 15K | |
| freeammo.amxx | AMXX Dosyasi | 10K | |
| Goldenm4a1.amxx | AMXX Dosyasi | 13K | |
| iChat_2.3.0.amxx | AMXX Dosyasi | 34K | |
| imessage.amxx | AMXX Dosyasi | 4K | |
| in_game_ads.amxx | AMXX Dosyasi | 24K | |
| mapchooser.amxx | AMXX Dosyasi | 11K | |
| mapsmenu.amxx | AMXX Dosyasi | 22K | |
| Map_Spawns_Editor.amxx | AMXX Dosyasi | 29K | |
| menufront.amxx | AMXX Dosyasi | 18K | |
| mermi.amxx | AMXX Dosyasi | 7K | |
| miscstats.amxx | AMXX Dosyasi | 24K | |
| multilingual.amxx | AMXX Dosyasi | 8K | |
| nextmap.amxx | AMXX Dosyasi | 5K | |
| noflood.amxx | AMXX Dosyasi | 3K | |
| noteamflash.amxx | AMXX Dosyasi | 4K | |
| no_team_flash.amxx | AMXX Dosyasi | 3K | |
| Oynucaz-AdminSapka.amxx | AMXX Dosyasi | 3K | |
| Oynucaz-AnlikTakimDenge.amxx | AMXX Dosyasi | 5K | |
| Oynucaz-BackWeapons.amxx | AMXX Dosyasi | 6K | |
| Oynucaz-BanKaldirma.amxx | AMXX Dosyasi | 11K | |
| Oynucaz-BaseTokat.amxx | AMXX Dosyasi | 31K | |
| Oynucaz-BSPFix.amxx | AMXX Dosyasi | 3K | |
| Oynucaz-BunnyZiplama.amxx | AMXX Dosyasi | 1K | |
| Oynucaz-C4PatlamaSuresi.amxx | AMXX Dosyasi | 2K | |
| Oynucaz-DurbunluDeagle.amxx | AMXX Dosyasi | 4K | |
| Oynucaz-DuzMermi.amxx | AMXX Dosyasi | 3K | |
| Oynucaz-FakePing.amxx | AMXX Dosyasi | 11K | |
| Oynucaz-GameMenu.amxx | AMXX Dosyasi | 3K | |
| Oynucaz-GirisBanner.amxx | AMXX Dosyasi | 4K | |
| Oynucaz-GorevSlaylama.amxx | AMXX Dosyasi | 5K | |
| Oynucaz-GrenadeTrail.amxx | AMXX Dosyasi | 2K | |
| Oynucaz-HostnameDenetle.amxx | AMXX Dosyasi | 3K | |
| Oynucaz-IzleyiciBanner.amxx | AMXX Dosyasi | 2K | |
| Oynucaz-KanliAyakizi.amxx | AMXX Dosyasi | 4K | |
| Oynucaz-KomutEngelleme.amxx | AMXX Dosyasi | 6K | |
| Oynucaz-Komutlimit.amxx | AMXX Dosyasi | 4K | |
| Oynucaz-Lazer.amxx | AMXX Dosyasi | 32K | |
| Oynucaz-LinuxRotafixEN.amxx | AMXX Dosyasi | 2K | |
| Oynucaz-MenuEklentisi.amxx | AMXX Dosyasi | 4K | |
| Oynucaz-NoRadioFlood.amxx | AMXX Dosyasi | 3K | |
| Oynucaz-NoteamFlash.amxx | AMXX Dosyasi | 4K | |
| Oynucaz-NoTeamFlash.amxx | AMXX Dosyasi | 4K | |
| Oynucaz-OtoBuyFix.amxx | AMXX Dosyasi | 1K | |
| Oynucaz-OtoRestart.amxx | AMXX Dosyasi | 4K | |
| Oynucaz-Parasut.amxx | AMXX Dosyasi | 16K | |
| Oynucaz-Prefix.amxx | AMXX Dosyasi | 2K | |
| Oynucaz-PublicBot.amxx | AMXX Dosyasi | 12K | |
| Oynucaz-ReklamEngelleme.amxx | AMXX Dosyasi | 34K | |
| Oynucaz-ResetSkor.amxx | AMXX Dosyasi | 4K | |
| Oynucaz-RoundChatMessage.amxx | AMXX Dosyasi | 4K | |
| Oynucaz-SayMesajlari.amxx | AMXX Dosyasi | 10K | |
| Oynucaz-ServeradiveIP.amxx | AMXX Dosyasi | 2K | |
| Oynucaz-SilahGostergesi.amxx | AMXX Dosyasi | 7K | |
| Oynucaz-Speclist.amxx | AMXX Dosyasi | 4K | |
| Oynucaz-SpreyFlood.amxx | AMXX Dosyasi | 1K | |
| Oynucaz-Statsx.amxx | AMXX Dosyasi | 91K | |
| Oynucaz-SUAL.amxx | AMXX Dosyasi | 4K | |
| Oynucaz-SunucuBilgi.amxx | AMXX Dosyasi | 1K | |
| Oynucaz-SunucuGuvenligi.amxx | AMXX Dosyasi | 4K | |
| Oynucaz-Sunuculistesi.amxx | AMXX Dosyasi | 4K | |
| Oynucaz-Super.amxx | AMXX Dosyasi | 131K | |
| Oynucaz-sXeBan.amxx | AMXX Dosyasi | 2K | |
| Oynucaz-sXeiScreen.amxx | AMXX Dosyasi | 4K | |
| Oynucaz-TurkceRadyo.amxx | AMXX Dosyasi | 17K | |
| Oynucaz-UltimateSesler.amxx | AMXX Dosyasi | 9K | |
| Oynucaz-YasakliTus.amxx | AMXX Dosyasi | 2K | |
| Oynucaz-YesilYazi.amxx | AMXX Dosyasi | 6K | |
| Oynucaz-Yonlendir.amxx | AMXX Dosyasi | 1K | |
| OynucazGuard-AnlikTakimDenge.amxx | AMXX Dosyasi | 5K | |
| OynucazGuard-BSPFix.amxx | AMXX Dosyasi | 4K | |
| OynucazGuard-GameMenu.amxx | AMXX Dosyasi | 3K | |
| OynucazGuard-GirisBanner.amxx | AMXX Dosyasi | 4K | |
| OynucazGuard-HostnameController.amxx | AMXX Dosyasi | 3K | |
| OynucazGuard-iChat.amxx | AMXX Dosyasi | 34K | |
| OynucazGuard-IzleyiciBanner.amxx | AMXX Dosyasi | 3K | |
| OynucazGuard-KomutEngelleme.amxx | AMXX Dosyasi | 6K | |
| OynucazGuard-KomutLimit.amxx | AMXX Dosyasi | 4K | |
| OynucazGuard-LinuxRotafixEN.amxx | AMXX Dosyasi | 2K | |
| OynucazGuard-SpreyFlood.amxx | AMXX Dosyasi | 1K | |
| OynucazGuard-SunucuGuvenligi.amxx | AMXX Dosyasi | 4K | |
| OynucazGuard-Yonlendir.amxx | AMXX Dosyasi | 1K | |
| pausecfg.amxx | AMXX Dosyasi | 18K | |
| PelerinYapma.amxx | AMXX Dosyasi | 3K | |
| plmenu.amxx | AMXX Dosyasi | 28K | |
| pluginmenu.amxx | AMXX Dosyasi | 25K | |
| pubbott.amxx | AMXX Dosyasi | 15K | |
| restmenu.amxx | AMXX Dosyasi | 28K | |
| rr_dd2.amxx | AMXX Dosyasi | 2K | |
| rr_dm.amxx | AMXX Dosyasi | 2K | |
| scrollmsg.amxx | AMXX Dosyasi | 4K | |
| sillyc4.amxx | AMXX Dosyasi | 8K | |
| simple_redirect.amxx | AMXX Dosyasi | 2K | |
| skorvip.amxx | AMXX Dosyasi | 1K | |
| spawn_editor.amxx | AMXX Dosyasi | 15K | |
| speclist.amxx | AMXX Dosyasi | 3K | |
| statscfg.amxx | AMXX Dosyasi | 13K | |
| statsx.amxx | AMXX Dosyasi | 46K | |
| statsx_shell.amxx | AMXX Dosyasi | 91K | |
| stats_logging.amxx | AMXX Dosyasi | 4K | |
| sXeFileTransfer.amxx | AMXX Dosyasi | 7K | |
| telemenu.amxx | AMXX Dosyasi | 10K | |
| timeleft.amxx | AMXX Dosyasi | 9K | |
| weapon_icon_down.amxx |
Kaydol:
Yorumlar (Atom)