proszę
plugins.ini
; AMX Mod X plugins
amxbans_core.amxx
amxbans_main.amxx
; Admin Base - Always one has to be activated
;admin.amxx ; admin base (required for any admin-related)
;admin_sql.amxx ; admin base - SQL version (comment admin.amxx)
; Basic
admincmd.amxx ; basic admin console commands
adminhelp.amxx ; help command for admin console commands
adminslots.amxx ; slot reservation
multilingual.amxx ; Multi-Lingual management
; Menus
menufront.amxx ; front-end for admin menus
cmdmenu.amxx ; command menu (speech, settings)
plmenu.amxx ; players menu (kick, ban, client cmds.)
;telemenu.amxx ; teleport menu (Fun Module required!)
mapsmenu.amxx ; maps menu (vote, changelevel)
pluginmenu.amxx ; Menus for commands/cvars organized by plugin
; Chat / Messages
adminchat.amxx ; console chat commands
antiflood.amxx ; prevent clients from chat-flooding the server
scrollmsg.amxx ; displays a scrolling message
imessage.amxx ; displays information messages
adminvote.amxx ; vote commands
; Map related
nextmap.amxx ; displays next map in mapcycle
mapchooser.amxx ; allows to vote for next map
timeleft.amxx ; displays time left on map
; Configuration
pausecfg.amxx ; allows to pause and unpause some plugins
statscfg.amxx ; allows to manage stats plugins via menu and commands
; Counter-Strike
restmenu.amxx ; restrict weapons menu
statsx.amxx ; stats on death or round end (CSX Module required!)
;miscstats.amxx ; bunch of events announcement for Counter-Strike
;stats_logging.amxx ; weapons stats logging (CSX Module required!)
; Enable to use AMX Mod plugins
;amxmod_compat.amxx ; AMX Mod backwards compatibility layer
; PLUGINY DODAWAJ TUTAJ
admin_spec_esp.amxx ; pomaga wykrywac WH
afkkisss.amxx ; wywala graczy AFK
ultimate_sounds_PL.amxx ; dzwieki typu pier**l sie
alt_end_round_sounds.amxx ; muzyka
raty.amxx ; raty i interp
abd.amxx ; zabieranie hp
parachute.amxx ; spadochron
cytaty.amxx ; cytaty
sillyc4.amxx ; przyklejane c4
bunnyhop.amxx ; skakanie
ip.amxx ; ip
ColoredSmoke.amxx ; kolorowe smoke
amx_ssban.amxx ; ssy
bf2rank.amxx ; rank
bf2rank_colorchat.amxx ;nie wiem
vip_amxx.amxx ;vip
spree.amxx ;nie pamietam
admin_chat_colors.amxx ; kolor chatu admina
G_block_name_change.amxx ; zakaz zmiany nicka
wymuszanie_interpu.amxx ;wymuszanie interpu
ad_manager.amxx ;reklama
headshot_deluxe.amxx ;staty hs
c4.amxx ;czas c4
bomba_explode_sound.amxx ;dziwek bomby
banner.amxx ;banner
menu_by_aCe.amxx ;menu
ptb.amxx ; auto balans druzyn
admin_freelook.amxx ; admin widzi all
backweapons.amxx ;bron na plecach
coloredflash.amxx ;kolorowe fleshe
menufront.amxx ;nicki rezerwacja
straznik_nickow.amxx ; nicki rezerwaca
rules_mifu.amxx ;zasady
przepros.amxx ;przeklinanie
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