Skocz do zawartości

Witamy w Nieoficjalnym polskim support'cie AMX Mod X

Witamy w Nieoficjalnym polskim support'cie AMX Mod X, jak w większości społeczności internetowych musisz się zarejestrować aby móc odpowiadać lub zakładać nowe tematy, ale nie bój się to jest prosty proces w którym wymagamy minimalnych informacji.
  • Rozpoczynaj nowe tematy i odpowiedaj na inne
  • Zapisz się do tematów i for, aby otrzymywać automatyczne uaktualnienia
  • Dodawaj wydarzenia do kalendarza społecznościowego
  • Stwórz swój własny profil i zdobywaj nowych znajomych
  • Zdobywaj nowe doświadczenia

Dołączona grafika Dołączona grafika

Guest Message by DevFuse
 

Zdjęcie

"Server Messages v1.1" Problem


  • Zamknięty Temat jest zamknięty
Brak odpowiedzi do tego tematu

#1 legion

    Pomocny

  • Użytkownik

Reputacja: 0
Nowy

  • Postów:50
  • Steam:steam
  • Lokalizacja:Janow
Offline

Napisano 19.05.2009 09:08

Witam mam problem z tym plugiem wrzucilem wszystko jak trzeba ale mimo to nie dziala :(.

Moj amx.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 "Zapraszamy na nasze forum PlayOrDie.pl. Prowadzimy rekrutacje na adminow. Info na forum PlayOrDie.pl" 180
amx_scrollmsg "Zapraszamy na forum serwera - PlayOrDie.PL" 180
amx_scrollmsg "KONKURS NA PLAYORDIE.PL - WYGRAJ ODTWARZACZ MP4! INFO NA PLAYORDIE.PL 130

// Center typed colored messages (last parameter is a color in RRRGGGBBB format)
//
// Default values: "Welcome to %hostname%" "000255100"
//                 "This server is using AMX ModXnVisit http://www.amxmodx.org" "000100255"
amx_imessage "Witamy na PlayOrDie [Death Run]" "180"
amx_imessage "Zapraszamy na forum serwera - PlayOrDie.pl" "180"
amx_imessage "Prowadzimy rekrutacje na adminow. Wiecej info na na PlayOrDie.PL" "180"
amx_imessage "Chcesz byc z nami wbij na www.playordie.pl "130"

// 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 5 10 15 30 45 60

// 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: 0
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

////Ustawienia dla Deathrun manager//// START ////

deathrun_toggle 1
deathrun_spray 1
deathrun_radio 1
deathrun_giveusp 0 
deathrun_removebz 0 
deathrun_removehud 0 
deathrun_blockmoney 0 
deathrun_semiclip 1 
deathrun_lifesystem 2 
 
////Ustawienia dla Deathrun manager//// KONIEC ////


MiniBans
amx_minibans_reason "Cheatujesz"
amx_minibans_reason "Kultura!"
amx_minibans_reason "Bugujesz"
amx_minibans_reason "Spamujesz "
amx_minibans_reason "Reklamujesz"
amx_minibans_reason "Przeszkadzasz"
amx_minibans_forum "www.PlayOrDie.pl"


bh_enabled 1
bh_autojump 1
bh_showusage 1


// xredirect

redirect_active 1
redirect_auto 1
redirect_manual 1
redirect_follow 1
redirect_adminslots 1
redirect_maxadmins 0
redirect_check_method 2
redirect_show 1



deathrun_shop 1
deathrun_he_cost 4000
deathrun_bothgrenades_cost 6000
deathrun_silent_cost 7500
deathrun_health_cost 10000
deathrun_armor_cost 12500
deathrun_speed_cost 8000
deathrun_gravity_cost_16000
deathrun_invisibility_cost 16000
deathrun_speed_power 400.0
deathrun_gravity_power 0.5
deathrun_advertise_message 1

amx_minreconnecttime "60" 


server_msg_mode "3"
//tryb wyświetlania wiadomości (0 - konsola, 1 - chat, 2 - środek ekrany, 3 - hud, 4 - chmurka)

server_rule_mode "4"
//tryb wyświetlania zasad (0 - konsola, 1 - chat, 2 - środek ekrany, 3 - hud, 4 - chmurka)

server_info_mode "4"
//tryb wyświetlania informacji (0 - konsola, 1 - chat, 2 - środek ekrany, 3 - hud, 4 - chmurka)

server_msg_style "0"
//styl wyświetlania chmurki dla wiadomości (0 - domyślna informacja, 1 - przyjaciel zginął, 2 - wróg zginął, 3 - scenariusz, [4 - kupowanie, 5 - kariera, 6 - podpowiedź, 7 - podpowiedź w grze, 8 - koniec gry])

server_rule_style "3"
//styl wyświetlania chmurki dla zasad (0 - domyślna informacja, 1 - przyjaciel zginął, 2 - wróg zginął, 3 - scenariusz, [4 - kupowanie, 5 - kariera, 6 - podpowiedź, 7 - podpowiedź w grze, 8 - koniec gry])

server_info_style "0"
//styl wyświetlania chmurki dla informacji (0 - domyślna informacja, 1 - przyjaciel zginął, 2 - wróg zginął, 3 - scenariusz, [4 - kupowanie, 5 - kariera, 6 - podpowiedź, 7 - podpowiedź w grze, 8 - koniec gry])

server_msg_ondeath "1"
// automatycznie pokazuj wiadomości martwym

server_rule_ondeath "1"
//automatycznie pokazuj zasady martwym

server_info_ondeath "1"
//automatycznie pokazuj informacje martwym

server_msg_time "8"
//jak długo ma być wyświetlany tekst (w sekundach)

server_msg_delay "15"
//czas pomiędzy wyświetleniem dwóch wiadomości

server_rule_prefix "1"
//dodaj prefix "Zasada X:" przed tekstem zasad

server_restart_msg "0"
//pokaż wiadomość o restarcie kiedy gracz się łączy (tylko dla gracza który pierwszy raz wszedł na serwer)

Oraz logi
" 1 RUNDA FREE !"
L 05/19/2009 - 09:09:45: [adminchat.amxx] Chat: "Divinity<364><STEAM_ID_PENDING><>" tsay " 1 RUNDA FREE !"
L 05/19/2009 - 09:10:12: [adminchat.amxx] Chat: "[.SMG.]MiSiu<341><STEAM_ID_PENDING><>" tsay ""
L 05/19/2009 - 09:10:15: [adminchat.amxx] Chat: "Divinity<364><STEAM_ID_PENDING><>" tsay " 1 RUNDA FREE !"
L 05/19/2009 - 09:10:15: [adminchat.amxx] Chat: "Divinity<364><STEAM_ID_PENDING><>" tsay " 1 RUNDA FREE !"
L 05/19/2009 - 09:10:15: [adminchat.amxx] Chat: "Divinity<364><STEAM_ID_PENDING><>" tsay " 1 RUNDA FREE !"
L 05/19/2009 - 09:10:15: [adminchat.amxx] Chat: "Divinity<364><STEAM_ID_PENDING><>" tsay " 1 RUNDA FREE !"
L 05/19/2009 - 09:10:33: [adminchat.amxx] Chat: "Divinity<364><STEAM_ID_PENDING><>" tsay " 1 RUNDA FREE !"
L 05/19/2009 - 09:10:33: [adminchat.amxx] Chat: "Divinity<364><STEAM_ID_PENDING><>" tsay " 1 RUNDA FREE !"
L 05/19/2009 - 09:10:33: [adminchat.amxx] Chat: "Divinity<364><STEAM_ID_PENDING><>" tsay " 1 RUNDA FREE !"
L 05/19/2009 - 09:10:39: [adminchat.amxx] Chat: "Divinity<364><STEAM_ID_PENDING><>" tsay " 1 RUNDA FREE !"
L 05/19/2009 - 09:10:39: [adminchat.amxx] Chat: "Divinity<364><STEAM_ID_PENDING><>" tsay " 1 RUNDA FREE !"
L 05/19/2009 - 09:10:40: [adminchat.amxx] Chat: "Divinity<364><STEAM_ID_PENDING><>" tsay " 1 RUNDA FREE !"
L 05/19/2009 - 09:10:40: [adminchat.amxx] Chat: "Divinity<364><STEAM_ID_PENDING><>" tsay " 1 RUNDA FREE !"
L 05/19/2009 - 09:10:40: [adminchat.amxx] Chat: "Divinity<364><STEAM_ID_PENDING><>" tsay " 1 RUNDA FREE !"
L 05/19/2009 - 09:10:40: [adminchat.amxx] Chat: "Divinity<364><STEAM_ID_PENDING><>" tsay " 1 RUNDA FREE !"
L 05/19/2009 - 09:11:22: [adminchat.amxx] Chat: "Divinity<364><STEAM_ID_PENDING><>" tsay " 1 RUNDA FREE !"
L 05/19/2009 - 09:11:22: [adminchat.amxx] Chat: "Divinity<364><STEAM_ID_PENDING><>" tsay " 1 RUNDA FREE !"
L 05/19/2009 - 09:11:22: [adminchat.amxx] Chat: "Divinity<364><STEAM_ID_PENDING><>" tsay " 1 RUNDA FREE !"
L 05/19/2009 - 09:11:22: [adminchat.amxx] Chat: "Divinity<364><STEAM_ID_PENDING><>" tsay " 1 RUNDA FREE !"
L 05/19/2009 - 09:11:32: [adminchat.amxx] Chat: "[.SMG.]MiSiu<341><STEAM_ID_PENDING><>" tsay "1 RUNDA FREE ***** JAK JESZCZE RAZ ZOBACZE ZE NIE BEDZE FREE BAN NA PERNAMENTA"
L 05/19/2009 - 09:11:50: [plmenu.amxx] Cmd: "Divinity<364><STEAM_ID_PENDING><>" transfer "[NO-myAC]dj<386><STEAM_ID_PENDING><>" (team "TERRORIST")
L 05/19/2009 - 09:12:51: [adminchat.amxx] Chat: "Divinity<364><STEAM_ID_PENDING><>" tsay " 1 RUNDA FREE or BAN !"
L 05/19/2009 - 09:12:56: [adminchat.amxx] Chat: "Divinity<364><STEAM_ID_PENDING><>" tsay " Bugowanie, spamowanie, obrazanie = Ban 30min."
L 05/19/2009 - 09:12:57: [adminchat.amxx] Chat: "Divinity<364><STEAM_ID_PENDING><>" tsay " Bugowanie, spamowanie, obrazanie = Ban 30min."
L 05/19/2009 - 09:12:57: [adminchat.amxx] Chat: "Divinity<364><STEAM_ID_PENDING><>" tsay " Bugowanie, spamowanie, obrazanie = Ban 30min."
L 05/19/2009 - 09:12:57: [adminchat.amxx] Chat: "Divinity<364><STEAM_ID_PENDING><>" tsay " Bugowanie, spamowanie, obrazanie = Ban 30min."
L 05/19/2009 - 09:12:58: [adminchat.amxx] Chat: "Divinity<364><STEAM_ID_PENDING><>" tsay " Kultura !!"
L 05/19/2009 - 09:12:59: [adminchat.amxx] Chat: "Divinity<364><STEAM_ID_PENDING><>" tsay " Kultura !!"
L 05/19/2009 - 09:12:59: [adminchat.amxx] Chat: "Divinity<364><STEAM_ID_PENDING><>" tsay " Kultura !!"
L 05/19/2009 - 09:13:00: [adminchat.amxx] Chat: "Divinity<364><STEAM_ID_PENDING><>" tsay " 1 RUNDA FREE or BAN !"
L 05/19/2009 - 09:13:26: [adminchat.amxx] Chat: "Divinity<364><STEAM_ID_PENDING><>" tsay "KURA MAC"
L 05/19/2009 - 09:13:40: [adminchat.amxx] Chat: "Divinity<364><STEAM_ID_PENDING><>" tsay "misiu kox"
L 05/19/2009 - 09:13:43: [adminchat.amxx] Chat: "Divinity<364><STEAM_ID_PENDING><>" tsay "13 hp :"D"
L 05/19/2009 - 09:13:45: [adminchat.amxx] Chat: "[.SMG.]MiSiu<341><STEAM_ID_PENDING><>" tsay ":D"
L 05/19/2009 - 09:14:50: [adminchat.amxx] Chat: "Divinity<364><STEAM_ID_PENDING><>" tsay " Bugowanie, spamowanie, obrazanie = Ban 30min."
L 05/19/2009 - 09:14:50: [adminchat.amxx] Chat: "Divinity<364><STEAM_ID_PENDING><>" tsay " Bugowanie, spamowanie, obrazanie = Ban 30min."
L 05/19/2009 - 09:14:50: [adminchat.amxx] Chat: "Divinity<364><STEAM_ID_PENDING><>" tsay " Bugowanie, spamowanie, obrazanie = Ban 30min."
L 05/19/2009 - 09:14:51: [adminchat.amxx] Chat: "Divinity<364><STEAM_ID_PENDING><>" tsay " Bugowanie, spamowanie, obrazanie = Ban 30min."
L 05/19/2009 - 09:15:41: [adminchat.amxx] Chat: "[.SMG.]MiSiu<341><STEAM_ID_PENDING><>" tsay "ide do szkoly bb"
L 05/19/2009 - 09:15:44: [adminchat.amxx] Chat: "Divinity<364><STEAM_ID_PENDING><>" tsay "narka"
L 05/19/2009 - 09:16:28: [DeathrunManager.amxx] [Deathrun] Nie wykryto Terrorystow, Nastapi Restart.
L 05/19/2009 - 09:16:58: [DeathrunManager.amxx] [Deathrun] Nie wykryto Terrorystow, Nastapi Restart.
L 05/19/2009 - 09:17:01: [adminchat.amxx] Chat: "Divinity<364><STEAM_ID_PENDING><>" tsay " 1 RUNDA FREE or BAN !"
L 05/19/2009 - 09:17:01: [adminchat.amxx] Chat: "Divinity<364><STEAM_ID_PENDING><>" tsay " 1 RUNDA FREE or BAN !"
L 05/19/2009 - 09:17:02: [adminchat.amxx] Chat: "Divinity<364><STEAM_ID_PENDING><>" tsay " 1 RUNDA FREE or BAN !"
L 05/19/2009 - 09:17:02: [adminchat.amxx] Chat: "Divinity<364><STEAM_ID_PENDING><>" tsay " 1 RUNDA FREE or BAN !"
L 05/19/2009 - 09:17:02: [adminchat.amxx] Chat: "Divinity<364><STEAM_ID_PENDING><>" tsay " 1 RUNDA FREE or BAN !"
L 05/19/2009 - 09:17:02: [adminchat.amxx] Chat: "Divinity<364><STEAM_ID_PENDING><>" tsay " 1 RUNDA FREE or BAN !"
L 05/19/2009 - 09:17:02: [adminchat.amxx] Chat: "Divinity<364><STEAM_ID_PENDING><>" tsay " 1 RUNDA FREE or BAN !"
L 05/19/2009 - 09:17:02: [adminchat.amxx] Chat: "Divinity<364><STEAM_ID_PENDING><>" tsay " 1 RUNDA FREE or BAN !"
L 05/19/2009 - 09:17:03: [adminchat.amxx] Chat: "Divinity<364><STEAM_ID_PENDING><>" tsay " 1 RUNDA FREE or BAN !"
L 05/19/2009 - 09:17:03: [adminchat.amxx] Chat: "Divinity<364><STEAM_ID_PENDING><>" tsay " 1 RUNDA FREE or BAN !"
L 05/19/2009 - 09:17:03: [adminchat.amxx] Chat: "Divinity<364><STEAM_ID_PENDING><>" tsay " 1 RUNDA FREE or BAN !"
L 05/19/2009 - 09:17:11: [adminchat.amxx] Chat: "Divinity<364><STEAM_ID_PENDING><>" tsay "forst ban"
L 05/19/2009 - 09:17:40: [adminchat.amxx] Chat: "Divinity<364><STEAM_ID_PENDING><>" tsay " 1 RUNDA FREE or BAN !"
L 05/19/2009 - 09:17:40: [adminchat.amxx] Chat: "Divinity<364><STEAM_ID_PENDING><>" tsay " 1 RUNDA FREE or BAN !"
L 05/19/2009 - 09:17:40: [adminchat.amxx] Chat: "Divinity<364><STEAM_ID_PENDING><>" tsay " 1 RUNDA FREE or BAN !"
L 05/19/2009 - 09:17:40: [adminchat.amxx] Chat: "Divinity<364><STEAM_ID_PENDING><>" tsay " 1 RUNDA FREE or BAN !"
L 05/19/2009 - 09:17:40: [adminchat.amxx] Chat: "Divinity<364><STEAM_ID_PENDING><>" tsay " 1 RUNDA FREE or BAN !"
L 05/19/2009 - 09:17:41: [adminchat.amxx] Chat: "Divinity<364><STEAM_ID_PENDING><>" tsay " 1 RUNDA FREE or BAN !"
L 05/19/2009 - 09:17:41: [adminchat.amxx] Chat: "Divinity<364><STEAM_ID_PENDING><>" tsay " 1 RUNDA FREE or BAN !"
L 05/19/2009 - 09:17:41: [adminchat.amxx] Chat: "Divinity<364><STEAM_ID_PENDING><>" tsay " 1 RUNDA FREE or BAN !"
L 05/19/2009 - 09:17:41: [adminchat.amxx] Chat: "Divinity<364><STEAM_ID_PENDING><>" tsay " 1 RUNDA FREE or BAN !"
L 05/19/2009 - 09:17:41: [adminchat.amxx] Chat: "Divinity<364><STEAM_ID_PENDING><>" tsay " 1 RUNDA FREE or BAN !"
L 05/19/2009 - 09:17:41: [adminchat.amxx] Chat: "Divinity<364><STEAM_ID_PENDING><>" tsay " 1 RUNDA FREE or BAN !"
L 05/19/2009 - 09:17:50: [plmenu.amxx] Cmd: "Divinity<364><STEAM_ID_PENDING><>" transfer "DUCHU25<-1><><>" (team "TERRORIST")
L 05/19/2009 - 09:20:10: [adminchat.amxx] Chat: "Divinity<364><STEAM_ID_PENDING><>" tsay " Bugowanie, spamowanie, obrazanie = Ban 30min."
L 05/19/2009 - 09:20:10: [adminchat.amxx] Chat: "Divinity<364><STEAM_ID_PENDING><>" tsay " Bugowanie, spamowanie, obrazanie = Ban 30min."
L 05/19/2009 - 09:20:10: [adminchat.amxx] Chat: "Divinity<364><STEAM_ID_PENDING><>" tsay " Bugowanie, spamowanie, obrazanie = Ban 30min."
L 05/19/2009 - 09:20:11: [adminchat.amxx] Chat: "Divinity<364><STEAM_ID_PENDING><>" tsay " Bugowanie, spamowanie, obrazanie = Ban 30min."
L 05/19/2009 - 09:20:11: [adminchat.amxx] Chat: "Divinity<364><STEAM_ID_PENDING><>" tsay " Bugowanie, spamowanie, obrazanie = Ban 30min."
L 05/19/2009 - 09:20:11: [adminchat.amxx] Chat: "Divinity<364><STEAM_ID_PENDING><>" tsay " Bugowanie, spamowanie, obrazanie = Ban 30min."
L 05/19/2009 - 09:20:12: [adminchat.amxx] Chat: "Divinity<364><STEAM_ID_PENDING><>" tsay " Bugowanie, spamowanie, obrazanie = Ban 30min."
L 05/19/2009 - 09:20:19: [plmenu.amxx] Cmd: "Divinity<364><STEAM_ID_PENDING><>" transfer "4akal_edinak<394><STEAM_ID_PENDING><>" (team "TERRORIST")
L 05/19/2009 - 09:21:34: [adminchat.amxx] Chat: "Divinity<364><STEAM_ID_PENDING><>" tsay "ta"
L 05/19/2009 - 09:22:12: [adminchat.amxx] Chat: "Divinity<364><STEAM_ID_PENDING><>" tsay "haha"
L 05/19/2009 - 09:22:46: [plmenu.amxx] Cmd: "Divinity<364><STEAM_ID_PENDING><>" transfer "Divinity<364><STEAM_ID_PENDING><>" (team "CT")
L 05/19/2009 - 09:22:49: [plmenu.amxx] Cmd: "Divinity<364><STEAM_ID_PENDING><>" transfer "Divinity<364><STEAM_ID_PENDING><>" (team "TERRORIST")
L 05/19/2009 - 09:22:55: [plmenu.amxx] Cmd: "Divinity<364><STEAM_ID_PENDING><>" slay "-=[UqAdSqAd]-=#<-+$M@C!@pL$+-><380><STEAM_ID_PENDING><>"
L 05/19/2009 - 09:23:17: [admin.amxx] Login: "[.SMG.]MiSiu<395><STEAM_ID_PENDING><>" became an admin (account "[.SMG.]MiSiu") (access "bcdefghijklmnopqrstu") (address "83.26.219.35")
L 05/19/2009 - 09:23:37: [adminchat.amxx] Chat: "[.SMG.]MiSiu<395><STEAM_ID_PENDING><>" tsay "elo"
L 05/19/2009 - 09:23:48: [plmenu.amxx] Kick: "Divinity<364><STEAM_ID_PENDING><>" kick "4akal_edinak<394><STEAM_ID_PENDING><>"
L 05/19/2009 - 09:23:50: [adminchat.amxx] Chat: "[.SMG.]MiSiu<395><STEAM_ID_PENDING><>" tsay "1 free *****"
L 05/19/2009 - 09:23:55: [zakaz_reconnect.amxx] "4akal_edinak<83.228.29.143:27005><396><STEAM_ID_PENDING><>"
L 05/19/2009 - 09:23:56: [adminchat.amxx] Chat: "Divinity<364><STEAM_ID_PENDING><>" tsay " 1 RUNDA FREE or BAN !"
L 05/19/2009 - 09:23:56: [adminchat.amxx] Chat: "Divinity<364><STEAM_ID_PENDING><>" tsay " 1 RUNDA FREE or BAN !"
L 05/19/2009 - 09:23:57: [adminchat.amxx] Chat: "Divinity<364><STEAM_ID_PENDING><>" tsay " 1 RUNDA FREE or BAN !"
L 05/19/2009 - 09:23:57: [adminchat.amxx] Chat: "Divinity<364><STEAM_ID_PENDING><>" tsay " 1 RUNDA FREE or BAN !"
L 05/19/2009 - 09:23:57: [adminchat.amxx] Chat: "Divinity<364><STEAM_ID_PENDING><>" tsay " 1 RUNDA FREE or BAN !"
L 05/19/2009 - 09:24:18: [adminchat.amxx] Chat: "[.SMG.]MiSiu<395><STEAM_ID_PENDING><>" tsay "1 free nooby albo ban"
L 05/19/2009 - 09:24:32: [adminchat.amxx] Chat: "Divinity<364><STEAM_ID_PENDING><>" tsay " 1 RUNDA FREE or BAN !"
L 05/19/2009 - 09:24:32: [adminchat.amxx] Chat: "Divinity<364><STEAM_ID_PENDING><>" tsay " 1 RUNDA FREE or BAN !"
L 05/19/2009 - 09:24:32: [adminchat.amxx] Chat: "Divinity<364><STEAM_ID_PENDING><>" tsay " 1 RUNDA FREE or BAN !"
L 05/19/2009 - 09:24:32: [adminchat.amxx] Chat: "Divinity<364><STEAM_ID_PENDING><>" tsay " 1 RUNDA FREE or BAN !"
L 05/19/2009 - 09:24:32: [adminchat.amxx] Chat: "Divinity<364><STEAM_ID_PENDING><>" tsay " 1 RUNDA FREE or BAN !"
L 05/19/2009 - 09:24:32: [adminchat.amxx] Chat: "Divinity<364><STEAM_ID_PENDING><>" tsay " 1 RUNDA FREE or BAN !"
L 05/19/2009 - 09:24:33: [adminchat.amxx] Chat: "Divinity<364><STEAM_ID_PENDING><>" tsay " 1 RUNDA FREE or BAN !"
L 05/19/2009 - 09:24:33: [adminchat.amxx] Chat: "Divinity<364><STEAM_ID_PENDING><>" tsay " 1 RUNDA FREE or BAN !"
L 05/19/2009 - 09:24:34: [adminchat.amxx] Chat: "[.SMG.]MiSiu<395><STEAM_ID_PENDING><>" tsay "1 free"
L 05/19/2009 - 09:25:26: [adminchat.amxx] Chat: "[.SMG.]MiSiu<395><STEAM_ID_PENDING><>" tsay "Devilczemu ty tak dziwnie bh robisz"
L 05/19/2009 - 09:25:32: [adminchat.amxx] Chat: "[.SMG.]MiSiu<395><STEAM_ID_PENDING><>" tsay "LD"
L 05/19/2009 - 09:25:34: [adminchat.amxx] Chat: "[.SMG.]MiSiu<395><STEAM_ID_PENDING><>" tsay "D:"
L 05/19/2009 - 09:26:23: [plmenu.amxx] Cmd: "Divinity<364><STEAM_ID_PENDING><>" transfer "4akal_edinak<397><STEAM_ID_PENDING><>" (team "TERRORIST")
L 05/19/2009 - 09:28:28: [adminchat.amxx] Chat: "Divinity<364><STEAM_ID_PENDING><>" tsay "kto to bufuje?"
L 05/19/2009 - 09:28:31: [adminchat.amxx] Chat: "Divinity<364><STEAM_ID_PENDING><>" tsay "buguje"
L 05/19/2009 - 09:29:01: [adminchat.amxx] Chat: "[.SMG.]MiSiu<395><STEAM_ID_PENDING><>" tsay "1 free"
L 05/19/2009 - 09:29:28: [DeathrunManager.amxx] [Deathrun] Nie wykryto Terrorystow, Nastapi Restart.
L 05/19/2009 - 09:30:23: [adminchat.amxx] Chat: "Divinity<364><STEAM_ID_PENDING><>" tsay " 1 RUNDA FREE or BAN !"
L 05/19/2009 - 09:30:23: [adminchat.amxx] Chat: "Divinity<364><STEAM_ID_PENDING><>" tsay " 1 RUNDA FREE or BAN !"
L 05/19/2009 - 09:30:23: [adminchat.amxx] Chat: "Divinity<364><STEAM_ID_PENDING><>" tsay " 1 RUNDA FREE or BAN !"
L 05/19/2009 - 09:30:23: [adminchat.amxx] Chat: "Divinity<364><STEAM_ID_PENDING><>" tsay " 1 RUNDA FREE or BAN !"
L 05/19/2009 - 09:30:24: [adminchat.amxx] Chat: "Divinity<364><STEAM_ID_PENDING><>" tsay " 1 RUNDA FREE or BAN !"
L 05/19/2009 - 09:30:24: [adminchat.amxx] Chat: "Divinity<364><STEAM_ID_PENDING><>" tsay " 1 RUNDA FREE or BAN !"
L 05/19/2009 - 09:30:24: [adminchat.amxx] Chat: "Divinity<364><STEAM_ID_PENDING><>" tsay " 1 RUNDA FREE or BAN !"
L 05/19/2009 - 09:30:24: [adminchat.amxx] Chat: "Divinity<364><STEAM_ID_PENDING><>" tsay " 1 RUNDA FREE or BAN !"
L 05/19/2009 - 09:30:34: [plmenu.amxx] Kick: "Divinity<364><STEAM_ID_PENDING><>" kick "[.SMG.]MiSiu<395><STEAM_ID_PENDING><>"
L 05/19/2009 - 09:30:42: [admin.amxx] Login: "[.SMG.]MiSiu<402><STEAM_ID_PENDING><>" became an admin (account "[.SMG.]MiSiu") (access "bcdefghijklmnopqrstu") (address "83.26.219.35")
L 05/19/2009 - 09:30:49: [zakaz_reconnect.amxx] "[.SMG.]MiSiu<83.26.219.35:27005><402><STEAM_ID_PENDING><>"
L 05/19/2009 - 09:31:12: [adminchat.amxx] Chat: "Divinity<364><STEAM_ID_PENDING><>" tsay " 1 RUNDA FREE or BAN !"
L 05/19/2009 - 09:31:12: [adminchat.amxx] Chat: "Divinity<364><STEAM_ID_PENDING><>" tsay " 1 RUNDA FREE or BAN !"
L 05/19/2009 - 09:31:12: [adminchat.amxx] Chat: "Divinity<364><STEAM_ID_PENDING><>" tsay " 1 RUNDA FREE or BAN !"
L 05/19/2009 - 09:31:12: [adminchat.amxx] Chat: "Divinity<364><STEAM_ID_PENDING><>" tsay " 1 RUNDA FREE or BAN !"
L 05/19/2009 - 09:31:13: [adminchat.amxx] Chat: "Divinity<364><STEAM_ID_PENDING><>" tsay " 1 RUNDA FREE or BAN !"
L 05/19/2009 - 09:31:45: [admin.amxx] Login: "L3g!0n^<403><STEAM_ID_PENDING><>" became an admin (account "L3g!0n^") (access "abcdefghijklmopqrstu") (address "78.131.161.2")
L 05/19/2009 - 09:32:02: [mapsmenu.amxx] Cmd: "L3g!0n^<403><STEAM_ID_PENDING><>" changelevel "deathrun_temple"
L 05/19/2009 - 09:32:04: -------- Mapchange to deathrun_temple --------
L 05/19/2009 - 09:32:04: [nextmap.amxx] WARNING: Couldn't find a valid map or the file doesn't exist (file "mapcycle.txt")
L 05/19/2009 - 09:32:04: [DeathrunManager.amxx] Deathrun Manager by xPaw v2.1 is ON.
L 05/19/2009 - 09:32:04: [DRM_trigger_hurt_fix.amxx] 
L 05/19/2009 - 09:32:04: [DRM_trigger_hurt_fix.amxx] 
L 05/19/2009 - 09:32:04: [DRM_trigger_hurt_fix.amxx] 
L 05/19/2009 - 09:32:04: [DRM_trigger_hurt_fix.amxx] 
L 05/19/2009 - 09:32:04: [DRM_trigger_hurt_fix.amxx] 
L 05/19/2009 - 09:32:04: [DRM_trigger_hurt_fix.amxx] 
L 05/19/2009 - 09:32:05: [mini_bans.amxx] Zaladowano powod bana: Cheatujesz
L 05/19/2009 - 09:32:05: [mini_bans.amxx] Zaladowano powod bana: Kultura!
L 05/19/2009 - 09:32:05: [mini_bans.amxx] Zaladowano powod bana: Bugujesz
L 05/19/2009 - 09:32:05: [mini_bans.amxx] Zaladowano powod bana: Spamujesz 
L 05/19/2009 - 09:32:05: [mini_bans.amxx] Zaladowano powod bana: Reklamujesz
L 05/19/2009 - 09:32:05: [mini_bans.amxx] Zaladowano powod bana: Przeszkadzasz
L 05/19/2009 - 09:32:05: [mini_bans.amxx] Zaladowano powod bana: Cheatujesz
L 05/19/2009 - 09:32:05: [admin.amxx] Login: "L3g!0n^<403><STEAM_ID_PENDING><>" became an admin (account "L3g!0n^") (access "abcdefghijklmopqrstu") (address "78.131.161.2")
L 05/19/2009 - 09:32:05: [admin.amxx] Login: "[.SMG.]MiSiu<402><STEAM_ID_PENDING><>" became an admin (account "[.SMG.]MiSiu") (access "bcdefghijklmnopqrstu") (address "83.26.219.35")
L 05/19/2009 - 09:32:05: [admin.amxx] Login: "Divinity<364><STEAM_ID_PENDING><>" became an admin (account "Divinity") (access "bcdefghijklmnopqrstu") (address "77.252.89.121")
L 05/19/2009 - 09:32:23: [adminchat.amxx] Chat: "[.SMG.]MiSiu<402><STEAM_ID_PENDING><>" tsay "co"
L 05/19/2009 - 09:32:27: [DeathrunManager.amxx] [Deathrun] Start za 10 sekund.
L 05/19/2009 - 09:32:45: [adminchat.amxx] Chat: "[.SMG.]MiSiu<402><STEAM_ID_PENDING><>" tsay "czeum ja"
L 05/19/2009 - 09:32:47: [adminchat.amxx] Chat: "[.SMG.]MiSiu<402><STEAM_ID_PENDING><>" tsay ":("
L 05/19/2009 - 09:32:56: [adminchat.amxx] Chat: "Divinity<364><STEAM_ID_PENDING><>" tsay ":("
L 05/19/2009 - 09:37:21: [adminchat.amxx] Chat: "Divinity<364><STEAM_ID_PENDING><>" tsay "ooo misiu"
L 05/19/2009 - 09:37:24: [adminchat.amxx] Chat: "Divinity<364><STEAM_ID_PENDING><>" tsay "nice x"
L 05/19/2009 - 09:37:26: [adminchat.amxx] Chat: "[.SMG.]MiSiu<402><STEAM_ID_PENDING><>" tsay ":D"
L 05/19/2009 - 09:37:26: [adminchat.amxx] Chat: "Divinity<364><STEAM_ID_PENDING><>" tsay "xD"
L 05/19/2009 - 09:38:19: [adminchat.amxx] Chat: "Divinity<364><STEAM_ID_PENDING><>" tsay "z/w"
L 05/19/2009 - 09:38:40: [adminchat.amxx] Chat: "L3g!0n^<403><STEAM_ID_PENDING><>" tsay "cze"
L 05/19/2009 - 09:39:14: [adminchat.amxx] Chat: "L3g!0n^<403><STEAM_ID_PENDING><>" tsay "jest"
L 05/19/2009 - 09:41:22: [zakaz_reconnect.amxx] "EviL<92.81.73.32:27005><412><STEAM_ID_PENDING><>"
L 05/19/2009 - 09:41:35: [zakaz_reconnect.amxx] "EviL<92.81.73.32:27005><413><STEAM_ID_PENDING><>"
L 05/19/2009 - 09:41:43: [zakaz_reconnect.amxx] "EviL<92.81.73.32:27005><414><STEAM_ID_PENDING><>"
L 05/19/2009 - 09:42:12: [zakaz_reconnect.amxx] "EviL<92.81.73.32:27005><415><STEAM_ID_PENDING><>"
L 05/19/2009 - 09:42:25: [zakaz_reconnect.amxx] "EviL<92.81.73.32:27005><416><STEAM_ID_PENDING><>"
L 05/19/2009 - 09:42:36: [zakaz_reconnect.amxx] "EviL<92.81.73.32:27005><417><STEAM_ID_PENDING><>"
L 05/19/2009 - 09:43:10: [adminchat.amxx] Chat: "L3g!0n^<403><STEAM_ID_PENDING><>" tsay "gacek !"
L 05/19/2009 - 09:43:16: [adminchat.amxx] Chat: "L3g!0n^<403><STEAM_ID_PENDING><>" tsay "kltura"
L 05/19/2009 - 09:43:42: [plmenu.amxx] Kick: "L3g!0n^<403><STEAM_ID_PENDING><>" kick "Devil<354><STEAM_ID_PENDING><>"
L 05/19/2009 - 09:50:34: [mapchooser.amxx] Vote: Voting for the nextmap started
L 05/19/2009 - 09:50:49: [mapchooser.amxx] Vote: Voting for the nextmap finished. The nextmap will be deathrun_piirates
L 05/19/2009 - 09:51:14: [mapsmenu.amxx] Cmd: "L3g!0n^<403><STEAM_ID_PENDING><>" changelevel "deathrun_temple"
L 05/19/2009 - 09:51:16: [DeathrunManager.amxx] [Deathrun] Nie wykryto Terrorystow, Nastapi Restart.
L 05/19/2009 - 09:51:17: -------- Mapchange to deathrun_temple --------
L 05/19/2009 - 09:51:17: [nextmap.amxx] WARNING: Couldn't find a valid map or the file doesn't exist (file "mapcycle.txt")
L 05/19/2009 - 09:51:17: [DeathrunManager.amxx] Deathrun Manager by xPaw v2.1 is ON.
L 05/19/2009 - 09:51:17: [DRM_trigger_hurt_fix.amxx] 
L 05/19/2009 - 09:51:17: [DRM_trigger_hurt_fix.amxx] 
L 05/19/2009 - 09:51:17: [DRM_trigger_hurt_fix.amxx] 
L 05/19/2009 - 09:51:17: [DRM_trigger_hurt_fix.amxx] 
L 05/19/2009 - 09:51:17: [DRM_trigger_hurt_fix.amxx] 
L 05/19/2009 - 09:51:17: [DRM_trigger_hurt_fix.amxx] 
L 05/19/2009 - 09:51:17: [mini_bans.amxx] Zaladowano powod bana: Cheatujesz
L 05/19/2009 - 09:51:17: [mini_bans.amxx] Zaladowano powod bana: Kultura!
L 05/19/2009 - 09:51:17: [mini_bans.amxx] Zaladowano powod bana: Bugujesz
L 05/19/2009 - 09:51:17: [mini_bans.amxx] Zaladowano powod bana: Spamujesz 
L 05/19/2009 - 09:51:17: [mini_bans.amxx] Zaladowano powod bana: Reklamujesz
L 05/19/2009 - 09:51:17: [mini_bans.amxx] Zaladowano powod bana: Przeszkadzasz
L 05/19/2009 - 09:51:17: [mini_bans.amxx] Zaladowano powod bana: Cheatujesz
L 05/19/2009 - 09:51:17: [admin.amxx] Login: "L3g!0n^<403><STEAM_ID_PENDING><>" became an admin (account "L3g!0n^") (access "abcdefghijklmopqrstu") (address "78.131.161.2")
L 05/19/2009 - 09:51:39: [DeathrunManager.amxx] [Deathrun] Start za 10 sekund.
L 05/19/2009 - 09:51:54: [admin.amxx] Login: "Divinity<425><STEAM_ID_PENDING><>" became an admin (account "Divinity") (access "bcdefghijklmnopqrstu") (address "77.252.89.121")
L 05/19/2009 - 09:59:09: [zakaz_reconnect.amxx] "SPaCCDaGGeRR<88.243.213.253:27005><431><STEAM_ID_PENDING><>"
L 05/19/2009 - 09:59:21: [zakaz_reconnect.amxx] "SPaCCDaGGeRR<88.243.213.253:27005><432><STEAM_ID_PENDING><>"
L 05/19/2009 - 10:00:31: [adminchat.amxx] Chat: "Divinity<425><STEAM_ID_PENDING><>" tsay " Bugowanie, spamowanie, obrazanie = Ban 30min."
L 05/19/2009 - 10:00:31: [adminchat.amxx] Chat: "Divinity<425><STEAM_ID_PENDING><>" tsay " Bugowanie, spamowanie, obrazanie = Ban 30min."
L 05/19/2009 - 10:00:32: [adminchat.amxx] Chat: "Divinity<425><STEAM_ID_PENDING><>" tsay " Bugowanie, spamowanie, obrazanie = Ban 30min."
L 05/19/2009 - 10:00:32: [adminchat.amxx] Chat: "Divinity<425><STEAM_ID_PENDING><>" tsay " Bugowanie, spamowanie, obrazanie = Ban 30min."
L 05/19/2009 - 10:05:04: [plmenu.amxx] Cmd: "Divinity<425><STEAM_ID_PENDING><>" transfer "Sh@onlin<435><STEAM_ID_PENDING><>" (team "TERRORIST")
L 05/19/2009 - 10:07:23: [adminchat.amxx] Chat: "Divinity<425><STEAM_ID_PENDING><>" chat " lece tera z cal,ej pizdy xD"
L 05/19/2009 - 10:08:14: [zakaz_reconnect.amxx] "Sk[8]<82.208.235.212:27005><437><STEAM_ID_PENDING><>"
L 05/19/2009 - 10:08:23: [adminchat.amxx] Chat: "Divinity<425><STEAM_ID_PENDING><>" tsay " 1 RUNDA FREE or BAN !"
L 05/19/2009 - 10:08:23: [adminchat.amxx] Chat: "Divinity<425><STEAM_ID_PENDING><>" tsay " 1 RUNDA FREE or BAN !"
L 05/19/2009 - 10:08:23: [adminchat.amxx] Chat: "Divinity<425><STEAM_ID_PENDING><>" tsay " 1 RUNDA FREE or BAN !"
L 05/19/2009 - 10:08:23: [adminchat.amxx] Chat: "Divinity<425><STEAM_ID_PENDING><>" tsay " 1 RUNDA FREE or BAN !"
L 05/19/2009 - 10:08:23: [adminchat.amxx] Chat: "Divinity<425><STEAM_ID_PENDING><>" tsay " 1 RUNDA FREE or BAN !"
L 05/19/2009 - 10:08:23: [adminchat.amxx] Chat: "Divinity<425><STEAM_ID_PENDING><>" tsay " 1 RUNDA FREE or BAN !"
L 05/19/2009 - 10:08:23: [zakaz_reconnect.amxx] "Sk[8]<82.208.235.212:27005><438><STEAM_ID_PENDING><>"
L 05/19/2009 - 10:08:23: [adminchat.amxx] Chat: "Divinity<425><STEAM_ID_PENDING><>" tsay " 1 RUNDA FREE or BAN !"
L 05/19/2009 - 10:08:37: [adminchat.amxx] Chat: "Divinity<425><STEAM_ID_PENDING><>" tsay "wiesz co to FREE? "
L 05/19/2009 - 10:08:38: [zakaz_reconnect.amxx] "Sk[8]<82.208.235.212:27005><439><STEAM_ID_PENDING><>"
L 05/19/2009 - 10:09:00: [adminchat.amxx] Chat: "Divinity<425><STEAM_ID_PENDING><>" tsay " 1 RUNDA FREE or BAN !"
L 05/19/2009 - 10:09:02: [adminchat.amxx] Chat: "Divinity<425><STEAM_ID_PENDING><>" tsay " 1 RUNDA FREE or BAN !"
L 05/19/2009 - 10:09:03: [adminchat.amxx] Chat: "Divinity<425><STEAM_ID_PENDING><>" tsay " 1 RUNDA FREE or BAN !"
L 05/19/2009 - 10:09:03: [adminchat.amxx] Chat: "Divinity<425><STEAM_ID_PENDING><>" tsay " 1 RUNDA FREE or BAN !"
L 05/19/2009 - 10:09:03: [adminchat.amxx] Chat: "Divinity<425><STEAM_ID_PENDING><>" tsay " 1 RUNDA FREE or BAN !"
L 05/19/2009 - 10:09:03: [adminchat.amxx] Chat: "Divinity<425><STEAM_ID_PENDING><>" tsay " 1 RUNDA FREE or BAN !"
L 05/19/2009 - 10:09:03: [adminchat.amxx] Chat: "Divinity<425><STEAM_ID_PENDING><>" tsay " 1 RUNDA FREE or BAN !"
L 05/19/2009 - 10:09:04: [adminchat.amxx] Chat: "Divinity<425><STEAM_ID_PENDING><>" tsay " 1 RUNDA FREE or BAN !"
L 05/19/2009 - 10:09:04: [adminchat.amxx] Chat: "Divinity<425><STEAM_ID_PENDING><>" tsay " 1 RUNDA FREE or BAN !"
L 05/19/2009 - 10:09:04: [adminchat.amxx] Chat: "Divinity<425><STEAM_ID_PENDING><>" tsay " 1 RUNDA FREE or BAN !"
L 05/19/2009 - 10:09:05: [adminchat.amxx] Chat: "Divinity<425><STEAM_ID_PENDING><>" tsay " 1 RUNDA FREE or BAN !"
L 05/19/2009 - 10:09:06: [zakaz_reconnect.amxx] "Sk[8]<82.208.235.212:27005><441><STEAM_ID_PENDING><>"
L 05/19/2009 - 10:09:13: [zakaz_reconnect.amxx] "Sk[8]<82.208.235.212:27005><442><STEAM_ID_PENDING><>"
L 05/19/2009 - 10:09:27: [plmenu.amxx] Cmd: "Divinity<425><STEAM_ID_PENDING><>" transfer "[W]ante[D]<440><STEAM_ID_PENDING><>" (team "TERRORIST")
L 05/19/2009 - 10:09:44: [zakaz_reconnect.amxx] "Sk[8]<82.208.235.212:27005><443><STEAM_ID_PENDING><>"
L 05/19/2009 - 10:09:53: [zakaz_reconnect.amxx] "Sk[8]<82.208.235.212:27005><444><STEAM_ID_PENDING><>"

  • +
  • -
  • 0




Użytkownicy przeglądający ten temat: 0

0 użytkowników, 0 gości, 0 anonimowych