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

Co mam zrobić ?


  • Zamknięty Temat jest zamknięty
18 odpowiedzi w tym temacie

#1 Goorny

    Początkujący

  • Użytkownik

Reputacja: 0
Nowy

  • Postów:15
Offline

Napisano 10.03.2009 16:14

Witam

Mam problem ponieważ nie działa mi pokemod, wszystko wgralem i zkomplikowałem lecz gdy wchodze do gry i pisze /pokemod to wyświetla mi sie Pokemod is currently Disabled

Wie ktoś co mam zrobić ?
  • +
  • -
  • 0

#2 TiTu$

    Czempion

  • Użytkownik

Reputacja: 139
Zaawansowany

  • Postów:817
  • GG:
  • Lokalizacja:Rzeszów
Offline

Napisano 10.03.2009 16:15

podaj link z jakiego scigałeś pokoemoda pokaż amxx.cfg
  • +
  • -
  • 0

#3 Goorny

    Początkujący

  • Autor tematu
  • Użytkownik

Reputacja: 0
Nowy

  • Postów:15
Offline

Napisano 10.03.2009 16:22

Ściągnęłem czystego amx-a 1.81

i poźniej pokemoda ściągałem stąd i robiłem jak jest napisane
http://amxx.pl/viewtopic.php?p=42640

[ Dodano: 10-03-2009, 16:23 ]
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 ModXnVisit http://www.amxmodx.org" "000100255"
amx_imessage "Welcome to %hostname%" "000255100"
amx_imessage "This server is using AMX Mod XnVisit 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 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: 1
csstats_rank 1

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

[ Dodano: 10-03-2009, 16:30 ]
I co wiesz co trzeba zrobic?
  • +
  • -
  • 0

#4 TiTu$

    Czempion

  • Użytkownik

Reputacja: 139
Zaawansowany

  • Postów:817
  • GG:
  • Lokalizacja:Rzeszów
Offline

Napisano 10.03.2009 16:35

/pokecommands - pokazuje pełną listę komend w pokecommand
/pokehelp - pokazuje podstawowe informacje o PokeMod
/save - zapisuje PokeMod data (chyba że zapisywanie jest wyłączone albo safari mod jest włączony)
/pokedex poke - pokazuje informacje na temat określonego pokemona (np.: '/pokedex 1' albo '/pokedex bulbasaur')
/pokemenu - pokazuje menu PokeMod jeśli jesteś martwy albo blisko Profesora Oak'a
/pokehud up/down - przesuwa PokeMod HUD w górę lub w dół (np.: '/pokehud up' albo '/pokehud down')
/playerspokes - pokazuje każdy pokemon
/pokemart item amount - kupienie jakiejś ilości itemów
/pokeitem item - zobacz informacje na temat jakiegoś itemu
/go - pokaż menu aby wybrać aktywnego pokemona
/mypokes - pokazuje pokemony jakie masz ogółem
/switch poke1 poke2 - przełączaj pokemonami z innymi
/release poke - uwolnienie pokemona aby stał się dziki
/give player pokemon/item - danie twojego pokemona/itemu innemu graczowi (np.: '/give TiTu$ pikachu' albo '/give TiTu$ potion')
/wild - zostać losowym dzikim pokemonem
/trainer - zostać trenerem
/pokerank - zobaczyć pokerank graczy


w tych komendach nie widzę tego co ty wpisiwałeś "/pokemod" niema takiej komendy może wpisz "/pokehelp" jak wyświetli się jakaś pomoc tzn. że chodzi a jak nie spróbuj wgrać jeszcze raz

spróbuj wpisać "pokemod on" w consoli ^^
  • +
  • -
  • 0

#5 Goorny

    Początkujący

  • Autor tematu
  • Użytkownik

Reputacja: 0
Nowy

  • Postów:15
Offline

Napisano 10.03.2009 18:57

Jak napisałem w konsoli pokemod on to takie cos mi się wyświetlało i nic pozatym


] pokemod on
[PokeMod is Missing 15 Files
[Version : 1.2.3 RC
[PokeMod Team : E
  • +
  • -
  • 0

#6 TiTu$

    Czempion

  • Użytkownik

Reputacja: 139
Zaawansowany

  • Postów:817
  • GG:
  • Lokalizacja:Rzeszów
Offline

Napisano 10.03.2009 19:17

I daalej nie chodzi zresetuj serwa po tym może.
  • +
  • -
  • 0

#7 Goorny

    Początkujący

  • Autor tematu
  • Użytkownik

Reputacja: 0
Nowy

  • Postów:15
Offline

Napisano 10.03.2009 19:23

Nic nie działa :/ To chyba se nie pogram ;]
  • +
  • -
  • 0

#8 R3X

    Godlike

  • Przyjaciel

Reputacja: 2 987
Godlike

  • Postów:4 248
  • Lokalizacja:Nie
Offline

Napisano 10.03.2009 19:33

[PokeMod is Missing 15 Files

Brakuje jakiś plików.
  • +
  • -
  • 0

#9 Goorny

    Początkujący

  • Autor tematu
  • Użytkownik

Reputacja: 0
Nowy

  • Postów:15
Offline

Napisano 11.03.2009 15:29

Ale jakich jak wszystkie pliki z tej strone brałem
  • +
  • -
  • 0

#10 zer0.

    Godlike

  • Przyjaciel

Reputacja: 429
Wszechobecny

  • Postów:2 116
  • Steam:steam
  • Lokalizacja:Kw
Offline

Napisano 11.03.2009 15:33

Ale jakich jak wszystkie pliki z tej strone brałem

Widocznie brałeś, ale nie wgrałeś.
  • +
  • -
  • 0

#11 Goorny

    Początkujący

  • Autor tematu
  • Użytkownik

Reputacja: 0
Nowy

  • Postów:15
Offline

Napisano 12.03.2009 11:08

Ok zrobiłem tylko że teraz nie wiem jak zrobić zeby spolszczenie mi działało wgrywam wszystko do lang i nic:/
  • +
  • -
  • 0

#12 zer0.

    Godlike

  • Przyjaciel

Reputacja: 429
Wszechobecny

  • Postów:2 116
  • Steam:steam
  • Lokalizacja:Kw
Offline

Napisano 12.03.2009 12:40

Ok zrobiłem tylko że teraz nie wiem jak zrobić zeby spolszczenie mi działało wgrywam wszystko do lang i nic:/

Data/lang - musi działać !

Łap PL w załączniku

Załączone pliki


  • +
  • -
  • 0

#13 Goorny

    Początkujący

  • Autor tematu
  • Użytkownik

Reputacja: 0
Nowy

  • Postów:15
Offline

Napisano 12.03.2009 13:28

wgrałem u siebie tego samego ale sprubwałem też z twoim i nic.
  • +
  • -
  • 0

#14 zer0.

    Godlike

  • Przyjaciel

Reputacja: 429
Wszechobecny

  • Postów:2 116
  • Steam:steam
  • Lokalizacja:Kw
Offline

Napisano 12.03.2009 14:24

pokaż logi ..
  • +
  • -
  • 0

#15 Goorny

    Początkujący

  • Autor tematu
  • Użytkownik

Reputacja: 0
Nowy

  • Postów:15
Offline

Napisano 12.03.2009 16:30

to znaczy bo tak do końca to nie wiem co wszystko oznacza
  • +
  • -
  • 0

#16 zer0.

    Godlike

  • Przyjaciel

Reputacja: 429
Wszechobecny

  • Postów:2 116
  • Steam:steam
  • Lokalizacja:Kw
Offline

Napisano 12.03.2009 17:41

to znaczy bo tak do końca to nie wiem co wszystko oznacza

addons/amxmodx/logs
pokaż nam swój plik tekstowy, jeżeli takowy posiadasz z errorami :)
  • +
  • -
  • 0

#17 Goorny

    Początkujący

  • Autor tematu
  • Użytkownik

Reputacja: 0
Nowy

  • Postów:15
Offline

Napisano 12.03.2009 17:58

Nie z errorami nie mam mam bez erroru 1

[ Dodano: 12-03-2009, 18:33 ]
I co umiesz?
  • +
  • -
  • 0

#18 Abes Mapper

    Repulsion Gel

  • Przyjaciel

Reputacja: 2 017
Godlike

  • Postów:7 356
  • Steam:steam
  • Imię:Sebastian
  • Lokalizacja:Sulejówek
Offline

Napisano 12.03.2009 22:37

To daj bez "error_" tylko normalny, najlepiej oastatnio zmodyfikowany
  • +
  • -
  • 0

#19 Goorny

    Początkujący

  • Autor tematu
  • Użytkownik

Reputacja: 0
Nowy

  • Postów:15
Offline

Napisano 13.03.2009 09:23

L 03/12/2009 - 12:06:22: -------- Mapchange to de_aztec --------
L 03/12/2009 - 12:06:23: [nextmap.amxx] WARNING: Couldn't find a valid map or the file doesn't exist (file "mapcycle.txt")
L 03/12/2009 - 12:06:31: [admin.amxx] Login: "Gorny<1><>" became an admin (account "STEAM_0:1:17700606") (access "abcdefghijklmnopqrstu") (address "88.156.196.94")
L 03/12/2009 - 12:15:49: -------- Mapchange to de_aztec --------
L 03/12/2009 - 12:15:50: [nextmap.amxx] WARNING: Couldn't find a valid map or the file doesn't exist (file "mapcycle.txt")
L 03/12/2009 - 12:15:58: [admin.amxx] Login: "Gorny<1><>" became an admin (account "STEAM_0:1:17700606") (access "abcdefghijklmnopqrstu") (address "88.156.196.94")
L 03/12/2009 - 12:50:11: -------- Mapchange to de_aztec --------
L 03/12/2009 - 12:50:12: [nextmap.amxx] WARNING: Couldn't find a valid map or the file doesn't exist (file "mapcycle.txt")
L 03/12/2009 - 12:50:29: [admin.amxx] Login: "Gorny<1><>" became an admin (account "STEAM_0:1:17700606") (access "abcdefghijklmnopqrstu") (address "88.156.196.94")
L 03/12/2009 - 13:04:59: -------- Mapchange to de_aztec --------
L 03/12/2009 - 13:04:59: [nextmap.amxx] WARNING: Couldn't find a valid map or the file doesn't exist (file "mapcycle.txt")
L 03/12/2009 - 13:05:10: [admin.amxx] Login: "Gorny<1><>" became an admin (account "STEAM_0:1:17700606") (access "abcdefghijklmnopqrstu") (address "88.156.196.94")
L 03/12/2009 - 13:12:08: -------- Mapchange to de_aztec --------
L 03/12/2009 - 13:12:09: [nextmap.amxx] WARNING: Couldn't find a valid map or the file doesn't exist (file "mapcycle.txt")
L 03/12/2009 - 13:12:17: [admin.amxx] Login: "Gorny<1><>" became an admin (account "STEAM_0:1:17700606") (access "abcdefghijklmnopqrstu") (address "88.156.196.94")
L 03/12/2009 - 13:13:08: [admin.amxx] Login: "Gorny<2><>" became an admin (account "STEAM_0:1:17700606") (access "abcdefghijklmnopqrstu") (address "88.156.196.94")
L 03/12/2009 - 13:13:16: [admin.amxx] Login: "Gorny<3><>" became an admin (account "STEAM_0:1:17700606") (access "abcdefghijklmnopqrstu") (address "88.156.196.94")
L 03/12/2009 - 13:24:48: -------- Mapchange to de_aztec --------
L 03/12/2009 - 13:24:49: [nextmap.amxx] WARNING: Couldn't find a valid map or the file doesn't exist (file "mapcycle.txt")
L 03/12/2009 - 13:24:59: [admin.amxx] Login: "Gorny<1><>" became an admin (account "STEAM_0:1:17700606") (access "abcdefghijklmnopqrstu") (address "88.156.196.94")
L 03/12/2009 - 13:29:01: -------- Mapchange to de_aztec --------
L 03/12/2009 - 13:29:02: [nextmap.amxx] WARNING: Couldn't find a valid map or the file doesn't exist (file "mapcycle.txt")
L 03/12/2009 - 13:29:09: [admin.amxx] Login: "Gorny<1><>" became an admin (account "STEAM_0:1:17700606") (access "abcdefghijklmnopqrstu") (address "88.156.196.94")
L 03/12/2009 - 14:53:32: -------- Mapchange to de_aztec --------
L 03/12/2009 - 14:53:34: [nextmap.amxx] WARNING: Couldn't find a valid map or the file doesn't exist (file "mapcycle.txt")
L 03/12/2009 - 14:53:47: -------- Mapchange to aim_map --------
L 03/12/2009 - 14:53:48: [nextmap.amxx] WARNING: Couldn't find a valid map or the file doesn't exist (file "mapcycle.txt")
L 03/12/2009 - 14:53:51: [admin.amxx] Login: "Gorny<1><>" became an admin (account "STEAM_0:1:17700606") (access "abcdefghijklmnopqrstu") (address "88.156.196.94")
L 03/12/2009 - 15:01:09: [amx_hpk.amxx] HPK: "?Cel~Jak?<5>" was kicked due high ping (Average Ping "237")
L 03/12/2009 - 15:03:10: [amx_hpk.amxx] HPK: "gh<7>" was kicked due high ping (Average Ping "366")
L 03/12/2009 - 15:17:40: [mapchooser.amxx] Vote: Voting for the nextmap started
L 03/12/2009 - 15:17:55: [mapchooser.amxx] Vote: Voting for the nextmap finished. The nextmap will be aim_map
L 03/12/2009 - 15:19:51: -------- Mapchange to aim_map --------
L 03/12/2009 - 15:19:52: [nextmap.amxx] WARNING: Couldn't find a valid map or the file doesn't exist (file "mapcycle.txt")
L 03/12/2009 - 15:20:03: -------- Mapchange to de_aztec --------
L 03/12/2009 - 15:20:04: [nextmap.amxx] WARNING: Couldn't find a valid map or the file doesn't exist (file "mapcycle.txt")
L 03/12/2009 - 15:20:14: [admin.amxx] Login: "Gorny<1><>" became an admin (account "STEAM_0:1:17700606") (access "abcdefghijklmnopqrstu") (address "88.156.196.94")
L 03/12/2009 - 15:20:26: -------- Mapchange to aim_map_usp --------
L 03/12/2009 - 15:20:27: [nextmap.amxx] WARNING: Couldn't find a valid map or the file doesn't exist (file "mapcycle.txt")
L 03/12/2009 - 15:20:28: [admin.amxx] Login: "Gorny<1><>" became an admin (account "STEAM_0:1:17700606") (access "abcdefghijklmnopqrstu") (address "88.156.196.94")
L 03/12/2009 - 15:43:46: [mapchooser.amxx] Vote: Voting for the nextmap started
L 03/12/2009 - 15:44:01: [mapchooser.amxx] Vote: Voting for the nextmap finished. Map aim_map_usp will be extended to next 15 minutes
L 03/12/2009 - 15:58:46: [mapchooser.amxx] Vote: Voting for the nextmap started
L 03/12/2009 - 15:59:02: [mapchooser.amxx] Vote: Voting for the nextmap finished. The nextmap will be de_prodigy
L 03/12/2009 - 16:01:04: -------- Mapchange to de_prodigy --------
L 03/12/2009 - 16:01:05: [nextmap.amxx] WARNING: Couldn't find a valid map or the file doesn't exist (file "mapcycle.txt")
L 03/12/2009 - 16:01:07: [admin.amxx] Login: "Gorny<1><>" became an admin (account "STEAM_0:1:17700606") (access "abcdefghijklmnopqrstu") (address "88.156.196.94")
L 03/12/2009 - 16:01:12: -------- Mapchange to aim_map --------
L 03/12/2009 - 16:01:13: [nextmap.amxx] WARNING: Couldn't find a valid map or the file doesn't exist (file "mapcycle.txt")
L 03/12/2009 - 16:01:14: [admin.amxx] Login: "Gorny<1><>" became an admin (account "STEAM_0:1:17700606") (access "abcdefghijklmnopqrstu") (address "88.156.196.94")
L 03/12/2009 - 16:01:15: [admin.amxx] Login: "Gorny<1><>" became an admin (account "STEAM_0:1:17700606") (access "abcdefghijklmnopqrstu") (address "88.156.196.94")
L 03/12/2009 - 16:01:15: [admin.amxx] Login: "Gorny<12><>" became an admin (account "STEAM_0:1:17700606") (access "abcdefghijklmnopqrstu") (address "88.156.196.94")
L 03/12/2009 - 16:03:37: [amx_hpk.amxx] HPK: "?Cel~Jak?<11>" was kicked due high ping (Average Ping "273")
L 03/12/2009 - 16:04:34: [amx_hpk.amxx] HPK: "gh<10>" was kicked due high ping (Average Ping "249")
L 03/12/2009 - 16:05:21: -------- Mapchange to de_aztec --------
L 03/12/2009 - 16:05:22: [nextmap.amxx] WARNING: Couldn't find a valid map or the file doesn't exist (file "mapcycle.txt")
L 03/12/2009 - 16:05:43: [admin.amxx] Login: "Gorny<2><>" became an admin (account "STEAM_0:1:17700606") (access "abcdefghijklmnopqrstu") (address "88.156.196.94")
L 03/12/2009 - 16:05:56: -------- Mapchange to aim_map --------
L 03/12/2009 - 16:05:57: [nextmap.amxx] WARNING: Couldn't find a valid map or the file doesn't exist (file "mapcycle.txt")
L 03/12/2009 - 16:06:06: [admin.amxx] Login: "Gorny<5><>" became an admin (account "STEAM_0:1:17700606") (access "abcdefghijklmnopqrstu") (address "88.156.196.94")
L 03/12/2009 - 16:41:48: [admin.amxx] Login: "Gorny<7><>" became an admin (account "STEAM_0:1:17700606") (access "abcdefghijklmnopqrstu") (address "88.156.196.94")
L 03/12/2009 - 16:58:01: [admin.amxx] Login: "Gorny<9><>" became an admin (account "STEAM_0:1:17700606") (access "abcdefghijklmnopqrstu") (address "88.156.196.94")
L 03/12/2009 - 17:05:18: [mapchooser.amxx] Vote: Voting for the nextmap started
L 03/12/2009 - 17:05:33: [mapchooser.amxx] Vote: Voting for the nextmap finished. The nextmap will be de_dust
L 03/12/2009 - 17:05:52: -------- Mapchange to aim_map --------
L 03/12/2009 - 17:05:53: [nextmap.amxx] WARNING: Couldn't find a valid map or the file doesn't exist (file "mapcycle.txt")
L 03/12/2009 - 17:05:54: [admin.amxx] Login: "Gorny<9><>" became an admin (account "STEAM_0:1:17700606") (access "abcdefghijklmnopqrstu") (address "88.156.196.94")
L 03/12/2009 - 18:18:56: -------- Mapchange to de_aztec --------
L 03/12/2009 - 18:18:57: [nextmap.amxx] WARNING: Couldn't find a valid map or the file doesn't exist (file "mapcycle.txt")
L 03/12/2009 - 18:19:09: [admin.amxx] Login: "Gorny<1><>" became an admin (account "STEAM_0:1:17700606") (access "abcdefghijklmnopqrstu") (address "88.156.196.94")
L 03/12/2009 - 18:21:17: -------- Mapchange to de_aztec --------
L 03/12/2009 - 18:21:17: [nextmap.amxx] WARNING: Couldn't find a valid map or the file doesn't exist (file "mapcycle.txt")
L 03/12/2009 - 18:21:36: -------- Mapchange to aim_map_usp --------
L 03/12/2009 - 18:21:37: [nextmap.amxx] WARNING: Couldn't find a valid map or the file doesn't exist (file "mapcycle.txt")
L 03/12/2009 - 18:21:40: [admin.amxx] Login: "Gorny<1><>" became an admin (account "STEAM_0:1:17700606") (access "abcdefghijklmnopqrstu") (address "88.156.196.94")
L 03/12/2009 - 18:33:55: -------- Mapchange to de_aztec --------
L 03/12/2009 - 18:33:55: [nextmap.amxx] WARNING: Couldn't find a valid map or the file doesn't exist (file "mapcycle.txt")
L 03/12/2009 - 18:34:08: -------- Mapchange to aim_map_usp --------
L 03/12/2009 - 18:34:09: [nextmap.amxx] WARNING: Couldn't find a valid map or the file doesn't exist (file "mapcycle.txt")
L 03/12/2009 - 18:34:22: [admin.amxx] Login: "Gorny<1><>" became an admin (account "STEAM_0:1:17700606") (access "abcdefghijklmnopqrstu") (address "88.156.196.94")
L 03/12/2009 - 18:35:03: [admin.amxx] Login: "Gorny<4><>" became an admin (account "STEAM_0:1:17700606") (access "abcdefghijklmnopqrstu") (address "88.156.196.94")
L 03/12/2009 - 18:43:20: -------- Mapchange to awp_india --------
L 03/12/2009 - 18:43:21: [nextmap.amxx] WARNING: Couldn't find a valid map or the file doesn't exist (file "mapcycle.txt")
L 03/12/2009 - 18:43:22: [admin.amxx] Login: "Gorny<4><>" became an admin (account "STEAM_0:1:17700606") (access "abcdefghijklmnopqrstu") (address "88.156.196.94")
L 03/12/2009 - 18:43:22: [admin.amxx] Login: "Gorny<4><>" became an admin (account "STEAM_0:1:17700606") (access "abcdefghijklmnopqrstu") (address "88.156.196.94")
L 03/12/2009 - 18:56:30: -------- Mapchange to aim_map --------
L 03/12/2009 - 18:56:31: [nextmap.amxx] WARNING: Couldn't find a valid map or the file doesn't exist (file "mapcycle.txt")
L 03/12/2009 - 18:56:32: [admin.amxx] Login: "Gorny<4><>" became an admin (account "STEAM_0:1:17700606") (access "abcdefghijklmnopqrstu") (address "88.156.196.94")
L 03/12/2009 - 19:13:25: -------- Mapchange to aim_map --------
L 03/12/2009 - 19:13:26: [nextmap.amxx] WARNING: Couldn't find a valid map or the file doesn't exist (file "mapcycle.txt")
L 03/12/2009 - 19:13:27: [admin.amxx] Login: "Gorny<4><>" became an admin (account "STEAM_0:1:17700606") (access "abcdefghijklmnopqrstu") (address "88.156.196.94")
L 03/12/2009 - 19:13:27: [admin.amxx] Login: "Gorny<4><>" became an admin (account "STEAM_0:1:17700606") (access "abcdefghijklmnopqrstu") (address "88.156.196.94")
L 03/12/2009 - 19:41:01: [admin.amxx] Login: "Gorny<31><>" became an admin (account "STEAM_0:1:17700606") (access "abcdefghijklmnopqrstu") (address "88.156.196.94")
  • +
  • -
  • 0




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

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