22 Kasım 2013 Cuma

lisip.cfg

addip 0.0 88.249.25.97
addip 0.0 88.250.250.126

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 ""

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"

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

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"

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

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

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)

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"

modules

fun
engine
fakemeta
;geoip
;sockets
regex
;nvault
cstrike
csx
hamsandwich

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>

Server Ayarlarin

Harita Ayarları


Takım Dengeleme Ayarları



Ses Ayarları


Diğer Ayarlar (Bilginiz yoksa Dokunmayın!)


sXe-Injected Ayarları


Eklenti Kur

Eklenti AdıDurumKur/Kaldır
AMXX Super 4.2
Sunucunuza ekstra komutlar ekler. Maç sunucularda açılması önerilmemektedir.
AktifKaldır
Oto Restart
Harita açıldıktan sonra otomatik restart atar.
AktifKaldır
Adminlere Özel Şapka
Adminlere özel kafasında şapka olmasını sağlar.
AktifKaldır
Sol ust Admin listesi
Sol üstte yeşil yazı hud mesajıyla Oyundaki adminler diye listeler
AktifKaldır
Bunnyhop
Bunny(tavşan) şeklinde zıplamayı sağlar
AktifKaldır
Reset Skor
sunucuda skoru sıfırlamayı sağlar. Komut: say /reset
AktifKaldır
Dürbünlü Deagle
Deagle adli silahin üstüne dürbün eklemeyi sağlar.
AktifKaldır
Hiz göstergesi
Orta kisimda beyaz hud mesajiyla ne kadar hizda gittigini gosterir
PasifKur
Sirtta Silah
Oyuncunun sirtinda silah gosteren eklentidir
PasifKur
Paraşut
Oyuncunun E tusu sayesinde yuksekten atlarken hasar vermeden atlamasini saglar
AktifKaldır
Izleyici listesi (Spec list)
Sizi izleyen ölü oyuncuları görmenizi sağlar
AktifKaldır
Kanli Ayak izi
25 Canin altinda olan oyuncularinin kanli ayak izi cikarmasini saglar
AktifKaldır
Yüksek Ping kickleyici
Yüksek pingli oyunculari tarayarak oyundan uzaklastirmayi saglar

Server Pluginler

admin.amxxAMXX Dosyasi12K
adminchat.amxxAMXX Dosyasi15K
admincmd.amxxAMXX Dosyasi36K
adminhelp.amxxAMXX Dosyasi3K
adminslots.amxxAMXX Dosyasi4K
adminvote.amxxAMXX Dosyasi25K
admin_sql.amxxAMXX Dosyasi27K
admin_tag.amxxAMXX Dosyasi10K
allchat.amxxAMXX Dosyasi6K
amxmod_compat.amxxAMXX Dosyasi47K
antiflood.amxxAMXX Dosyasi6K
anti_chat_spam.amxxAMXX Dosyasi8K
biohazard.amxxAMXX Dosyasi75K
bio_antiblock.amxxAMXX Dosyasi3K
bio_boatescape.amxxAMXX Dosyasi6K
bio_colored_nightvision.amxxAMXX Dosyasi8K
bio_countdown.amxxAMXX Dosyasi3K
bio_radar.amxxAMXX Dosyasi4K
bio_smokeflare.amxxAMXX Dosyasi3K
c4timer.amxxAMXX Dosyasi2K
chat.amxxAMXX Dosyasi16K
client_autoexec.amxxAMXX Dosyasi3K
cmdmenu.amxxAMXX Dosyasi22K
csf_anticheat.amxxAMXX Dosyasi140K
csstats.amxxAMXX Dosyasi812B
customflashlight.amxxAMXX Dosyasi11K
dej-ts3.amxxAMXX Dosyasi3K
fakefull_original.amxxAMXX Dosyasi15K
freeammo.amxxAMXX Dosyasi10K
Goldenm4a1.amxxAMXX Dosyasi13K
iChat_2.3.0.amxxAMXX Dosyasi34K
imessage.amxxAMXX Dosyasi4K
in_game_ads.amxxAMXX Dosyasi24K
mapchooser.amxxAMXX Dosyasi11K
mapsmenu.amxxAMXX Dosyasi22K
Map_Spawns_Editor.amxxAMXX Dosyasi29K
menufront.amxxAMXX Dosyasi18K
mermi.amxxAMXX Dosyasi7K
miscstats.amxxAMXX Dosyasi24K
multilingual.amxxAMXX Dosyasi8K
nextmap.amxxAMXX Dosyasi5K
noflood.amxxAMXX Dosyasi3K
noteamflash.amxxAMXX Dosyasi4K
no_team_flash.amxxAMXX Dosyasi3K
Oynucaz-AdminSapka.amxxAMXX Dosyasi3K
Oynucaz-AnlikTakimDenge.amxxAMXX Dosyasi5K
Oynucaz-BackWeapons.amxxAMXX Dosyasi6K
Oynucaz-BanKaldirma.amxxAMXX Dosyasi11K
Oynucaz-BaseTokat.amxxAMXX Dosyasi31K
Oynucaz-BSPFix.amxxAMXX Dosyasi3K
Oynucaz-BunnyZiplama.amxxAMXX Dosyasi1K
Oynucaz-C4PatlamaSuresi.amxxAMXX Dosyasi2K
Oynucaz-DurbunluDeagle.amxxAMXX Dosyasi4K
Oynucaz-DuzMermi.amxxAMXX Dosyasi3K
Oynucaz-FakePing.amxxAMXX Dosyasi11K
Oynucaz-GameMenu.amxxAMXX Dosyasi3K
Oynucaz-GirisBanner.amxxAMXX Dosyasi4K
Oynucaz-GorevSlaylama.amxxAMXX Dosyasi5K
Oynucaz-GrenadeTrail.amxxAMXX Dosyasi2K
Oynucaz-HostnameDenetle.amxxAMXX Dosyasi3K
Oynucaz-IzleyiciBanner.amxxAMXX Dosyasi2K
Oynucaz-KanliAyakizi.amxxAMXX Dosyasi4K
Oynucaz-KomutEngelleme.amxxAMXX Dosyasi6K
Oynucaz-Komutlimit.amxxAMXX Dosyasi4K
Oynucaz-Lazer.amxxAMXX Dosyasi32K
Oynucaz-LinuxRotafixEN.amxxAMXX Dosyasi2K
Oynucaz-MenuEklentisi.amxxAMXX Dosyasi4K
Oynucaz-NoRadioFlood.amxxAMXX Dosyasi3K
Oynucaz-NoteamFlash.amxxAMXX Dosyasi4K
Oynucaz-NoTeamFlash.amxxAMXX Dosyasi4K
Oynucaz-OtoBuyFix.amxxAMXX Dosyasi1K
Oynucaz-OtoRestart.amxxAMXX Dosyasi4K
Oynucaz-Parasut.amxxAMXX Dosyasi16K
Oynucaz-Prefix.amxxAMXX Dosyasi2K
Oynucaz-PublicBot.amxxAMXX Dosyasi12K
Oynucaz-ReklamEngelleme.amxxAMXX Dosyasi34K
Oynucaz-ResetSkor.amxxAMXX Dosyasi4K
Oynucaz-RoundChatMessage.amxxAMXX Dosyasi4K
Oynucaz-SayMesajlari.amxxAMXX Dosyasi10K
Oynucaz-ServeradiveIP.amxxAMXX Dosyasi2K
Oynucaz-SilahGostergesi.amxxAMXX Dosyasi7K
Oynucaz-Speclist.amxxAMXX Dosyasi4K
Oynucaz-SpreyFlood.amxxAMXX Dosyasi1K
Oynucaz-Statsx.amxxAMXX Dosyasi91K
Oynucaz-SUAL.amxxAMXX Dosyasi4K
Oynucaz-SunucuBilgi.amxxAMXX Dosyasi1K
Oynucaz-SunucuGuvenligi.amxxAMXX Dosyasi4K
Oynucaz-Sunuculistesi.amxxAMXX Dosyasi4K
Oynucaz-Super.amxxAMXX Dosyasi131K
Oynucaz-sXeBan.amxxAMXX Dosyasi2K
Oynucaz-sXeiScreen.amxxAMXX Dosyasi4K
Oynucaz-TurkceRadyo.amxxAMXX Dosyasi17K
Oynucaz-UltimateSesler.amxxAMXX Dosyasi9K
Oynucaz-YasakliTus.amxxAMXX Dosyasi2K
Oynucaz-YesilYazi.amxxAMXX Dosyasi6K
Oynucaz-Yonlendir.amxxAMXX Dosyasi1K
OynucazGuard-AnlikTakimDenge.amxxAMXX Dosyasi5K
OynucazGuard-BSPFix.amxxAMXX Dosyasi4K
OynucazGuard-GameMenu.amxxAMXX Dosyasi3K
OynucazGuard-GirisBanner.amxxAMXX Dosyasi4K
OynucazGuard-HostnameController.amxxAMXX Dosyasi3K
OynucazGuard-iChat.amxxAMXX Dosyasi34K
OynucazGuard-IzleyiciBanner.amxxAMXX Dosyasi3K
OynucazGuard-KomutEngelleme.amxxAMXX Dosyasi6K
OynucazGuard-KomutLimit.amxxAMXX Dosyasi4K
OynucazGuard-LinuxRotafixEN.amxxAMXX Dosyasi2K
OynucazGuard-SpreyFlood.amxxAMXX Dosyasi1K
OynucazGuard-SunucuGuvenligi.amxxAMXX Dosyasi4K
OynucazGuard-Yonlendir.amxxAMXX Dosyasi1K
pausecfg.amxxAMXX Dosyasi18K
PelerinYapma.amxxAMXX Dosyasi3K
plmenu.amxxAMXX Dosyasi28K
pluginmenu.amxxAMXX Dosyasi25K
pubbott.amxxAMXX Dosyasi15K
restmenu.amxxAMXX Dosyasi28K
rr_dd2.amxxAMXX Dosyasi2K
rr_dm.amxxAMXX Dosyasi2K
scrollmsg.amxxAMXX Dosyasi4K
sillyc4.amxxAMXX Dosyasi8K
simple_redirect.amxxAMXX Dosyasi2K
skorvip.amxxAMXX Dosyasi1K
spawn_editor.amxxAMXX Dosyasi15K
speclist.amxxAMXX Dosyasi3K
statscfg.amxxAMXX Dosyasi13K
statsx.amxxAMXX Dosyasi46K
statsx_shell.amxxAMXX Dosyasi91K
stats_logging.amxxAMXX Dosyasi4K
sXeFileTransfer.amxxAMXX Dosyasi7K
telemenu.amxxAMXX Dosyasi10K
timeleft.amxxAMXX Dosyasi9K
weapon_icon_down.amxx