
MOJE plugins.ini
; AMX Mod X plugins
; Admin Base - Always one has to be activated
mini_bans.amxx
admin.amxx ; admin base (required for any admin-related)
logi_adminow.amxx
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)
; 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
; Custom - Add 3rd party plugins here
spadochron.amxx
parachute.amxx
ultimate_ss.amxx
hp_celownik.amxx
amx_record.amxx
flop10.amxx
sillyc4.amxx
bomba_explode.amxx
ad_manager.amxx
rangi.amxx
serwery.amxx
descriptive_fire_in_the_hole.amxx
breakable_doors.amxx
task_scheduler.amxx
cdr.amxx
admin_gag.amxx
akd_pl.amxx
bullet_damage.amxx
grenade_sack-0.4.1.amxx
grenade_trail.amxx
amx_gore2.amxx
eim.amxx
unbanmenu.amxx
admin_check.amxx
dib3.amxx
advanced_slowmo.amxx
weaponphys.amxx
shootweapons.amxx
multijump.amxx
GHW_Weapon_Replacement.amxx
NonSpriteGlowFix.amxx
noshield.amxx
antisilentplant.amxx
informator.amxx
Ping.amxx
lotto.amxx
snow_or_rain.amxx
amx_heconc.amxx
time_changer.amxx
ultimate_sound.amxx
night_day.amxx
rr.amxx
BombSite_Radar.amxx
galileo.amxx
ptb.amxx
prometheus.amxx
admin_spec_esp.amxx
surf_respawn.amxx
abd.amxx
MOJE amxx.cfg
// AMX Mod X Configuration File
echo Executing AMX Mod X Configuration File
// Default access for all non admin players (see users.ini for access details)
//
// Default value: "z"
amx_default_access "z"
// Name of setinfo which should store a password on a client (you should change this)
// Note: Always prefix the field with an underscore (aka: "_")
// (Example: setinfo _pw "password")
//
// Default value: "_pw"
amx_password_field "_pw"
// Mode of logging to a server
// 0 - disable logging, players won't be checked (and access won't be set)
// 1 - normal mode which obey flags set in accounts
// 2 - kick all players not on list
//
// Default value: 1
amx_mode 1
// Show admins activity
// 0 - disabled
// 1 - show without admin name
// 2 - show with name
//
// Default value: 2
amx_show_activity 2
// Frequency in seconds and text of scrolling message
//
// Default value: "Welcome to %hostname% -- This server is using AMX Mod X" 600
amx_scrollmsg "Welcome to %hostname% -- This server is using AMX Mod X" 600
// Center typed colored messages (last parameter is a color in RRRGGGBBB format)
//
// Default values: "Welcome to %hostname%" "000255100"
// "This server is using AMX ModX\nVisit http://www.amxmodx.org" "000100255"
amx_imessage "Welcome to %hostname%" "000255100"
amx_imessage "This server is using AMX Mod X\nVisit http://www.amxmodx.org" "000100255"
// Frequency in seconds of colored messages
//
// Default value: 180
amx_freq_imessage 180
// Ban times for the main ban menu (amx_banmenu)
// Use 0 for permanent ban
// Default values: 0 5 10 15 30 45 60
amx_plmenu_bantimes 0 1 5 10 15 30 45 60 120 180 240 300 800
// Slap damage amounts for the main slap menu (amx_slapmenu)
// Slay is automaticall inserted as the first option
// Default values: 0 1 5
amx_plmenu_slapdmg 0 1 5
// Set in seconds how fast players can chat (chat-flood protection)
//
// Default value: 0.75
amx_flood_time 0.75
// Amount of slots to reserve.
//
// Default value: 0
amx_reservation 0
// If you set this to 1, you can hide slots on your server.
// If server "full" of public slots and slots hidden, you must manually connect with connect console command
//
// Default value: 0
amx_hideslots 0
// Displaying of time remaining
// a - display white text on bottom
// b - use voice
// c - don't add "remaining" (only in voice)
// d - don't add "hours/minutes/seconds" (only in voice)
// e - show/speak if current time is less than this set in parameter
//
// Default value: "ab 1200" "ab 600" "ab 300" "ab 180" "ab 60" "bcde 11"
amx_time_display "ab 1200" "ab 600" "ab 300" "ab 180" "ab 60" "bcde 11"
// Announce "say thetime" and "say timeleft" with voice, set to 0 to disable.
//
// Default value: 1
amx_time_voice 1
// Minimum delay in seconds between two voting sessions
//
// Default value: 10
amx_vote_delay 10
// How long voting session goes on
//
// Default value: 10
amx_vote_time 10
// Display who votes for what option, set to 0 to disable, 1 to enable.
//
// Default value: 1
amx_vote_answers 1
// Some ratios for voting success
// Default value: 0.40
amx_votekick_ratio 0.40
// Default value: 0.40
amx_voteban_ratio 0.40
// Default value: 0.40
amx_votemap_ratio 0.40
// Default value: 0.02
amx_vote_ratio 0.02
// Max. time to which map can be extended
//
// Default value: 90
amx_extendmap_max 90
// Step for each extending
//
// Default value: 15
amx_extendmap_step 15
// If you set this to 0, clients cannot chose their language, instead they use
// whatever language the server is configured to use.
//
// Default value: 1
amx_client_languages 1
// Plugin Debug mode
// 0 - No debugging (garbage line numbers)
// 1 - Plugins with "debug" option in plugins.ini are put into debug mode
// 2 - All plugins are put in debug mode
// Note - debug mode will affect JIT performance
//
// Default value: 1
amx_debug 1
// Plugin MultiLingual Debug
// To debug a language put its 2 letter code between quotes ("en", "de", etc)
// "" means disabled
//
// Default value: ""
amx_mldebug ""
//
// Beginning of Counter-Strike package specific configurations.
//
// Rank mode
// 0 - by nick
// 1 - by authid
// 2 - by ip
//
// Default value: 1
csstats_rank 0
// Max size of the stats file
//
// Default value: 3500
csstats_maxsize 3500
// Whether or not to rank bots with csstats - set to 1 to rank bots, 0 otherwise.
//
// Default value: 0
csstats_rankbots 0
// Duration of HUD-statistics
//
// Default value: 12.0
amx_statsx_duration 12.0
// HUD-statistics display limit relative round freeze end
// Negative time will clear the HUD-statstics before the round freeze time has ended
//
// Default value: -2.0
amx_statsx_freeze -2.0
- grenade-sack-0.4.1.amxx -
mp_max_fb 3
mp_max_he 1
mp_max_sg 2
- slowmo.amxx -
adv_slowmo e
- multijump.amxx -
amx_maxjumps 3
amx_mjadminonly 0
- breakable_doors.amxx -
mp_breakabledoors 1
- grenade_trail.amxx -
grenade_tr 2
grenade_he "255000000"
grenade_fb "000000255"
grenade_sg "000255000"
- ultimate_ss.amxx -
amx_ss_max 5
amx_ss_interval 2.0
amx_ss_design 3
amx_ss_site Szaleni Komornicy :: Strona Główna
- mini_bans.amxx -
amx_minibans_reason "Wstaw ssy na www.saintclans.cba.pl"
amx_minibans_reason "aktywny"
amx_minibans_reason "Wyzywasz"
amx_minibans_reason "Spar"
amx_minibans_reason "Ogarnij mikro"
amx_minibans_reason "Wypad!"
amx_minibans_bantimes 0 1 5 15 30 45 60 120 180 240 300 1020 10000
- informator.amxx -
srv_hud_rgb "0 255 0"
srv_hud_x "0.15"
srv_hud_y "0.01"
srv_hud_effects "0"
- weaponphys.amxx
weapon_physics_enabled "1"
weapon_physics_shoot_weapons "1"
weapon_physics_weapons_clatter "1"
- task_scheduler.amxx -
amx_task 12:00 "say Mamy poludnie" t
amx_task 15:00 "say @ Jest 15:00" t
amx_task 18:00 "say @ Mamy 18:00." t
amx_task 20:00 "say @ Jest godzina 20" t
amx_task 22:00 "say @ Dobranoc dzieciom. Godzina 22:00" t
- lotto.amxx -
amx_lotto_koszt 350
- logi_adminow.amxx -
amx_logs_save "0"
- snow_or_rain.amxx -
amx_sr 1
amx_sr_type "snow"
- bullet_damage.amxx -
amx_bullet_damage 1
- amx_heconc.amxx -
he_push 41
- galileo.amxx -
amx_extendmap_max 60
amx_extendmap_step 10
gal_cmd_votemap 0
gal_cmd_listmaps 2
gal_banrecent 3
gal_banrecentstyle 1
gal_rtv_commands 3
gal_rtv_wait 7
gal_rtv_ratio 0.51
gal_nom_playerallowance 1
gal_nom_mapfile mapcycle.txt
gal_nom_prefixes 0
gal_nom_qtyused 2
gal_runoff_enabled 1
gal_runoff_duration 10
gal_vote_weight 1
gal_vote_weightflags y
gal_endonround 1
gal_vote_showstatus 2
gal_vote_showstatustype 2
gal_srv_start 3
gal_endofmapvote 1
gal_listmaps_paginate 15
gal_vote_mapchoices 6
gal_vote_duration 18
gal_vote_mapfile mapcycle.txt
gal_vote_expirationcountdown 1
gal_vote_uniqueprefixes 0
gal_vote_announcechoice 1
gal_emptyserver_wait 0
gal_emptyserver_mapfile emptycycle.txt
gal_sounds_mute 0
Jak coś jeszcze potrzebne to pisać.
Dodano 25 lipiec 2011 - 15:20:
Zapomniałem o logach:
Enabling debug mode
Auto-restarting the server on crash
Console initialized.
scandir failed:/home/userdata/S9077U/cstrike16350_9077/cstrike16350/SAVE
scandir failed:/home/userdata/S9077U/cstrike16350_9077/cstrike16350/./valve/SAVE
scandir failed:/home/userdata/S9077U/cstrike16350_9077/cstrike16350/./platform/SAVE
Protocol version 48
Exe version 1.1.2.6/Stdio (cstrike)
Exe build: 10:55:14 Jul 9 2010 (5006)
STEAM Auth Server
Server IP address 91-204-161-71-_7039
Metamod version 1.19p32 Copyright © 2001-2006 Will Day
Patch: Metamod-P (mm-p) v32 Copyright © 2004-2007 Jussi Kivilinna
Metamod comes with ABSOLUTELY NO WARRANTY; for details type `meta gpl'.
This is free software, and you are welcome to redistribute it
under certain conditions; type `meta gpl' for details.
[DPROTO]: Version 0.9.86 Linux
[DPROTO]: Loading config './dproto.cfg'
[DPROTO]: LoggingMode = 2
[DPROTO]: Config sucessfully loaded.
[DPROTO]: Done.
AMX Mod X version 1.8.1.3746 Copyright © 2004-2006 AMX Mod X Development Team
AMX Mod X comes with ABSOLUTELY NO WARRANTY; for details type `amxx gpl'.
This is free software and you are welcome to redistribute it under
certain conditions; type 'amxx gpl' for details.
scandir failed:/home/userdata/S9077U/cstrike16350_9077/cstrike16350/SAVE
scandir failed:/home/userdata/S9077U/cstrike16350_9077/cstrike16350/./valve/SAVE
scandir failed:/home/userdata/S9077U/cstrike16350_9077/cstrike16350/./platform/SAVE
L 07/25/2011 - 16:14:28: -------- Mapchange to aim_map --------
L 07/25/2011 - 16:14:28: [AMXX] Plugin file open error (plugin "bullet_damage.amxx")
L 07/25/2011 - 16:14:28: [AMXX] Plugin "weaponphys.amxx" failed to load: Plugin uses an unknown function (name "SetHamParamFloat") - check your modules.ini.
L 07/25/2011 - 16:14:28: [GHW_Weapon_Replacement.amxx] File Inexistent: "sound/weapons/knfie/knife_stab.wav" (Line 5 of new_weapons.ini)
L 07/25/2011 - 16:14:28: [GHW_Weapon_Replacement.amxx] Warning: File Inexistent: "weapons/knife_slash2.wav" (Line 6 of new_weapons.ini). ONLY A WARNING. PLUGIN WILL STILL WORK
L 07/25/2011 - 16:14:28: [GHW_Weapon_Replacement.amxx] Warning: File Inexistent: "weapons/knife_slash1.wav" (Line 7 of new_weapons.ini). ONLY A WARNING. PLUGIN WILL STILL WORKOsoby używające więcej niż 3 wykrzykników lub pytajników to osoby z zaburzeniami własnej osobowości
L 07/25/2011 - 16:14:28: [GHW_Weapon_Replacement.amxx] Warning: File Inexistent: "weapons/knife_hitwall1.wav" (Line 8 of new_weapons.ini). ONLY A WARNING. PLUGIN WILL STILL WORKOsoby używające więcej niż 3 wykrzykników lub pytajników to osoby z zaburzeniami własnej osobowości
L 07/25/2011 - 16:14:28: [GHW_Weapon_Replacement.amxx] Warning: File Inexistent: "weapons/knife_hit4.wav" (Line 9 of new_weapons.ini). ONLY A WARNING. PLUGIN WILL STILL WORKOsoby używające więcej niż 3 wykrzykników lub pytajników to osoby z zaburzeniami własnej osobowości
L 07/25/2011 - 16:14:28: [GHW_Weapon_Replacement.amxx] Warning: File Inexistent: "weapons/knife_hit3.wav" (Line 10 of new_weapons.ini). ONLY A WARNING. PLUGIN WILL STILL WORKOsoby używające więcej niż 3 wykrzykników lub pytajników to osoby z zaburzeniami własnej osobowości
L 07/25/2011 - 16:14:28: [GHW_Weapon_Replacement.amxx] File Inexistent: "sound/weapons/knfie/knife_hit2.wav" (Line 11 of new_weapons.ini)Osoby używające więcej niż 3 wykrzykników lub pytajników to osoby z zaburzeniami własnej osobowości
L 07/25/2011 - 16:14:28: [GHW_Weapon_Replacement.amxx] File Inexistent: "sound/weapons/knfie/knife_hit1.wav" (Line 12 of new_weapons.ini)
L 07/25/2011 - 16:14:28: [GHW_Weapon_Replacement.amxx] Warning: File Inexistent: "weapons/knife_deploy1.wav" (Line 13 of new_weapons.ini). ONLY A WARNING. PLUGIN WILL STILL WORK
L 07/25/2011 - 16:14:28: [GHW_Weapon_Replacement.amxx] File Inexistent: "models/krowa/w_m249.wav" (Line 17 of new_weapons.ini)Osoby używające więcej niż 3 wykrzykników lub pytajników to osoby z zaburzeniami własnej osobowości
L 07/25/2011 - 16:14:28: [GHW_Weapon_Replacement.amxx] File Inexistent: "models/krowa/w_m249.wav" (Line 18 of new_weapons.ini)
HLShield v2.10 (INTEL)
© 2007-2010 by Pacificatoru'
http://hobby.sarichioi.com
[AMXX] Zaladowano 5 adminow z pliku
L 07/25/2011 - 16:14:28: Function "aNUnCiO" was not found
L 07/25/2011 - 16:14:28: [AMXX] Run time error 19 (plugin "Ping.amxx") - debug not enabled!
L 07/25/2011 - 16:14:28: [AMXX] To enable debug mode, add "debug" after the plugin name in plugins.ini (without quotes).
L 07/25/2011 - 16:14:28: [AMXX] Failed to open dictionary file: cstrike/addons/amxmodx/data/lang/ultimate_sounds.txt
Admin Spectator ESP v1.3, Copyright © 2006 by KoST
Executing AMX Mod X Configuration File
Czestotliwosc wyswietlania wiadomosci: 10:00 minut
Executing AMX Mod X Configuration File
Czestotliwosc wyswietlania wiadomosci: 10:00 minut
Maksymalna liczba powodow to 7!
Maksymalna liczba powodow to 7!
Maksymalna liczba powodow to 7!
Maksymalna liczba powodow to 7!
Maksymalna liczba powodow to 7!
[AMXX] Blad SQL: nie mozna polaczyc: 'Can't connect to MySQL server on '127.0.0.1' (111)'
[AMXX] Zaladowano 5 adminow z pliku
PTB: (limitjoin) WTJ prevention is ON.
PTB: (limitafter) Team limiting starts after 0 round(s).
PTB: (limitmin) Team limiting needs at least 0 player(s).
PTB: (maxsize) Maximum team size is 10 player(s).
PTB: (maxdiff) Maximum team size difference is 2.
PTB: (autorounds) First 3 rounds no free team choice.
PTB: (wtjauto) Auto-joining WTJ after 3 tr(y/ies).
PTB: (wtjauto) Auto-kicking WTJ after 5 tr(y/ies).
PTB: (kick) WTJ kicking is OFF.
PTB: (savewtj) Saving to wtj.log is OFF.
PTB: (switch) Team switching is ON.
PTB: (switchafter) Switching starts after 3 round(s).
PTB: (switchmin) Switching needs at least 5 player(s).
PTB: (switchfreq) Switch occurs every 1 round(s) at maximum.
PTB: (playerfreq) Individual players are switched every 7 round(s) at maximum.
PTB: (forceswitch) Forcing switch after 0 unsuccessful switch(es).
PTB: (deadonly) Switching dead only is OFF.
PTB: (tellwtj) Telling about WTJ tries is OFF.
PTB: (announce) Announcements are OFF.
PTB: (sayok) "OK" announcements are OFF.
PTB: (typesay) typesay usage is OFF.
PTB: (maxstreak) Maximum accepted win streak is 3.
PTB: (maxscore) Maximum accepted team score difference is 2.
PTB: (minrating) Minimum critical strength rating is 1.49.
PTB: (maxrating) Maximum critical strength rating is 2.00.
PTB: (superrating) Super critical strength rating is 3.00.
PTB: (maxincidents) Maximum incidents before internal player score scale down is 50.
PTB: (scaledown) Integer scale down factor for player scores is 2.
[S_API FAIL] SteamAPI_Init() failed; unable to update local steamclient. Continuing with current version anyway.
Connection to Steam servers successful.
VAC secure mode is activated.


 Forum
 
Forum
 Użytkownicy
 
Użytkownicy
 Kalendarz
 
Kalendarz
 Dodatki SourceMod
 
Dodatki SourceMod



 
	 Temat jest zamknięty
 Temat jest zamknięty 
					


 
				
				
 
				
				







