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

[ROZWIĄZANE] Serwer nie czyta Map


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

#1 Neon125

    Nowy

  • Użytkownik

Reputacja: 2
Nowy

  • Postów:8
  • Lokalizacja:Wrocław
Offline

Napisano 14.10.2011 08:25

Witam , otóż mam następujący problem.

Stworzyłem serwer COD MOD , wszystko działa pięknie oprócz jednego , nie czyta z mapcycle.txt ani z maps.txt map.

Wgrywałem wszystkie pluginy chyba już na votemap , standardowy wgrany w amxx też testowałem. Problem jest taki, że niestety pokazuje że jest 0 map dostępnych na serwerze . i przy vote wyskakuje przedłużenie danej mapy która aktualnie jest załadowana na serwerze. Albo automatycznie w niektórych przypadkach zmienia się na tą samą po upływie czasu . Czy wiecie co można z tym zrobić?
  • +
  • -
  • 0

#2 Hajmus

    Wszechwidzący

  • Użytkownik

Reputacja: 60
Pomocny

  • Postów:260
  • Imię:Wojtek
  • Lokalizacja:Kraków
Offline

Napisano 14.10.2011 08:26

Jaki plugin do votowania?
Nie powinno byc maps.ini?
  • +
  • -
  • 0

#3 WojtuS

    Zaawansowany

  • Użytkownik

Reputacja: 0
Nowy

  • Postów:96
  • GG:
  • Imię:Wojtek
  • Lokalizacja:Krosno
Offline

Napisano 14.10.2011 08:30

pokaż amxx.cfg

i plugin.ini
  • +
  • -
  • 0

#4 Neon125

    Nowy

  • Autor tematu
  • Użytkownik

Reputacja: 2
Nowy

  • Postów:8
  • Lokalizacja:Wrocław
Offline

Napisano 14.10.2011 08:34

Błąd w konsoli:
L 10/14/2011 - 09:47:23: Did not ban any maps from mapstoban.ini file
L 10/14/2011 - 09:47:23: Loaded 0 Maps into the maps that will be picked for the vote
L 10/14/2011 - 09:47:23: 0 Maps were not loaded because they were the last maps played, or defined twice, or banned
L 10/14/2011 - 09:47:23: Found 0 Maps in your mapcycle.txt/allmaps.txt file, 0 are available for filling slots

// 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 "Witamy na serwerze %hostname% -- www.poswieckacs.pl" 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 "Witamy na %hostname%" "000255100"
amx_imessage "Serwer Cod-Mod Edit by PoswieckaCS.pl" "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

cod_maxperkdurability 100 - ustala maksymalną wytrzymałość perku.
cod_perkdamage 2 - ustala ile wytrzymałości zabiera śmierć gracza

amx_screen_forum "www.poswieckacs.pl" // adres forum
amx_screen_ban 1 // 0 - kill 1 -perm obsluga amx_bans, minibans 2- perm bez amxbans
amx_screen_adminss 1 // 0 - fotki tylko u gracza 1- fotki u gracza i admina

amx_forum "www.Poswieckacs.pl"




* Streak_mode <a,b>
"a" - messages
"b" - sounds
* Knife_mode <a,b>
"a" - messages
"b" - sounds
* Hs_mode <a,b>
"a" - messages
"b" - sounds
* Lastman_mode <a,b,c>
"a" - messages
"b" - hp
"c" - sounds

amx_minibans_reason "Czitujesz"
amx_minibans_reason "Lamisz"
amx_minibans_reason "Kampisz"
amx_minibans_reason "Wyzywasz"
amx_minibans_reason "Obrazasz"
amx_minibans_reason "Nie stosujesz się do polecen admina"
amx_minibans_reason "Brak kultury"

amx_minibans_bantimes "0 30 60 10080"

amx_minibans_forum "www.poswieckacs.pl"

amx_minibans_forum "http://poswieckacs.pl" // okresla forum na ktorym mozna zlozyc zazalenie
amx_minibans_hudmsg "1" // okresla czy pokazywac zielony napis na hud
amx_minibans_moreinfo "0" // dla developerow, loguje wiecej informacji
amx_minibans_logs "1" // wlacza / wylacza logi
amx_minibans_logstype "1" // rodzaj logow, 1 - loguje w logach amxx, 2 - loguje w oddzielnym pliku
amx_minibans_kickdelay "10.0" // czas, po jakim od odtrzymaniu bana gracz zostanie wykopany
amx_minibans_bantype "0" // na co banować graczy? 0 - wykryj automatycznie, 1 - na ip, 2 - na steamid

vm_alives "1"

vm_deads "2"
////////////////////
//DeagsMapManager//
///////////////////

amx_emptymap "de_dust2" // Na jaką ma się zmienić mapę gdy serw pusty
amx_staytime "300" // O ile wcześniej (przed upływem czasu mapy) plugin ma zmienić mapę
amx_idletime "1" // Po jakim czasie (w godzinach) połączenia z serwem gracz nie jest uwzględniany w votowaniu
enforce_timelimit "0" // Zmiana mapy dokładnie w czasie upłynięcia czasu (nie przedłuża czasu rundy)
emptymap_allowed "1" // Zmienianie mapy gdy nikogo nie ma na serwie
dmap_banlastmaps "6" // Ile ostatnio granych map nie może być nominowanych
dmap_freeze "ON" // Zamrazac i wyrzucic bronie po ostatniej rundzie? On/OFF
dmap_mapsnum "4" // Ile ma być map w nastepnym Vocie
dmap_messages "6" // Co ile pojawiają się wiadomości typu za ile zmiana mapy
dmap_nominations "2" // Maksymalna liczba nominacji na 1 gracza
dmap_maxcustom "5" // Ile niestandardowych map mogą nominować wszyscy gracze razem
dmap_rtvpercent "65" // Ile porcent graczy musi wpisac RTV
dmap_rtvwait "5" // Po jakim czasie można wpisac RTV
dmap_strict "0" // Jeśli 1 to tylko mapy z mapcyclea mogą być nominowane
dmap_quietmode "OFF" // Wyłączanie/włączanie dźwięków
nominations_allowed "1" // Włącza/wyłącza akceptację nominacji
weapon_delay "1" // Na aimach wyłącza przesuwanie vota, dając czas na kupieni broni
mp_timelimit "25"


; AMX Mod X plugins

; Admin Base - Always one has to be activated
admin.amxx ; admin base (required for any admin-related)
minibans.amxx ; Powody przy banowaniu
;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.)
reasonkicker.amxx ; Kicki z powodem
;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

afkbombtransfer.amxx ;Przekierowuje pake gdy gracz afk
Admin_Screen3v15.amxx ; Nowe ss + amxbans
bf2Medals.amxx ; Pod koniec mapy pokazywane sa odznaczenia medalami jak na BF2
pokazuj.amxx ; Pokazuje info o serwerze
blokuj_he.amxx ; Blokowanie HE
c4countdown.amxx ; Odliczanie w HUD
join_leave.amxx ; Pokazuje kto wchodzi na serwer.
wof.amxx ; Pasek reoladu
deagsmapmanager.amxx ; Plugin do votowania
Ultimate_sounds_female.amxx ; Odgłosy headshot itp. Kobiece
unbanmenu.amxx ; gdy wpiszesz amx_unbanmenu pokaże ci sie menu z banami
wins_limit.amxx ; Pokazuje wyniki co rundę
bulletdamage.amxx ; pokazuje zadawane obrazenia
admin_spec_esp.amxx ; esp dla admina
ptb.amxx ; Autobalans
hpk.amxx ; High Ping Kicker
dontsayips.amxx ; Nie mow ip
Voices_Management.amxx ; glos zywych i martwych graczy
ad_manager.amxx ; Reklamy
FreeDefuserkit.amxx ; Darmowy def do ct


Użytkownik Neon125 edytował ten post 14.10.2011 09:26

  • +
  • -
  • 0

#5 ParadisO

    Wszechmogący

  • Power User

Reputacja: 128
Zaawansowany

  • Postów:689
  • Lokalizacja:Częstochowa
Offline

Napisano 14.10.2011 08:34

i plugin.ini

plugins.ini
  • +
  • -
  • 0

#6 Neon125

    Nowy

  • Autor tematu
  • Użytkownik

Reputacja: 2
Nowy

  • Postów:8
  • Lokalizacja:Wrocław
Offline

Napisano 14.10.2011 08:36

z Amx.cfg nie usunąłem jeszcze gala pluginy do zmiany mapy które też nie działał...
  • +
  • -
  • 0

#7 WojtuS

    Zaawansowany

  • Użytkownik

Reputacja: 0
Nowy

  • Postów:96
  • GG:
  • Imię:Wojtek
  • Lokalizacja:Krosno
Offline

Napisano 14.10.2011 08:38

włącz

; Map related
nextmap.amxx ; displays next map in mapcycle
;mapchooser.amxx ; allows to vote for next map
timeleft.amxx ; displays time left on map


mapchooser.amxx ; allows to vote for next map <--- to :P



każdy ma prawo się pomylić ważne że wie o co mi chodzi :P

a wgrywałeś taki plugin jak galileo ?
  • +
  • -
  • 0

#8 Neon125

    Nowy

  • Autor tematu
  • Użytkownik

Reputacja: 2
Nowy

  • Postów:8
  • Lokalizacja:Wrocław
Offline

Napisano 14.10.2011 08:41

Tak ale go wyłączyłem ale po co mam włączać plugin mapchooser.amxx jak mam odpalone deagsmapmanager.amxx ; Plugin do votowania

mapchooser.amxx - miałem odpalony tez nie pokazuje żadanej mapy

Użytkownik Neon125 edytował ten post 14.10.2011 08:42

  • +
  • -
  • 0

#9 BoB0_

    Wszechpomocny

  • Użytkownik

Reputacja: 38
Życzliwy

  • Postów:365
  • GG:
  • Lokalizacja:Przemyśl
Offline

Napisano 14.10.2011 08:51

W deag's dodaj do allmaps.ini czy .txt wszystkie mapy i tak samo do mapcykl'a. Po co instalujesz plugin skoro nie wiesz jak go używać? Myślisz że dodatkowe pliki które były do pluginy to od tak bo ktoś nie miał co robić?
  • +
  • -
  • 0

#10 Neon125

    Nowy

  • Autor tematu
  • Użytkownik

Reputacja: 2
Nowy

  • Postów:8
  • Lokalizacja:Wrocław
Offline

Napisano 14.10.2011 09:18

Chodzi o to że nawet standardowy plugin nie czyta map z mapcycle.txt a w allmaps.ini też mam je wgrane

mapcycle.txt

de_aztec
de_dust2
de_inferno
de_dust4ever
de_kabul
de_westwood
de_cpl_strike2
cs_office
de_dustyaztec
de_rats_1337_32
de_eldorado
de_sunny
de_westwood_big
de_nuked
de_inferno2009
de_train
de_dust2002
de_dust_xa


allmaps.ini , allmaps.txt


de_aztec
de_dust2
de_inferno
de_dust4ever
de_kabul
de_westwood
de_cpl_strike2
cs_office
de_dustyaztec
de_rats_1337_32
de_eldorado
de_sunny
de_westwood_big
de_nuked
de_inferno2009
de_train
de_dust2002
de_dust_xa


standardmaps.ini


de_aztec
de_dust2
de_inferno
de_dust4ever
de_kabul
de_westwood
de_cpl_strike2
cs_office
de_dustyaztec
de_rats_1337_32
de_eldorado
de_sunny
de_westwood_big
de_nuked
de_inferno2009
de_train
de_dust2002
de_dust_xa


mapstoban.ini

//Place maps you cannot stand to be nominated here
de_horrible_map
de_dust_athon


I jeszcze jedno przy nominowaniu map przy sprawdzeniu jakie mapy można nominować wyświetla w konsoli, że nie ma map na serwerze
  • +
  • -
  • 1

#11 Hiroshima

    Godlike

  • Przyjaciel

Reputacja: 1 327
Godlike

  • Postów:4 984
  • Steam:steam
  • Imię:Michał
  • Lokalizacja:Málaga
Offline

Napisano 14.10.2011 10:00

Automatyczna wiadomość


Ten temat został przeniesiony z forum:
AMX Mod XProblemy
do
HLDSProblemy


  • +
  • -
  • 1

#12 Neon125

    Nowy

  • Autor tematu
  • Użytkownik

Reputacja: 2
Nowy

  • Postów:8
  • Lokalizacja:Wrocław
Offline

Napisano 14.10.2011 12:42

Użytkownik z Amxx.pl pomógł mi z tym problemem . proszę o zamknięcie
  • +
  • -
  • 1

#13 Hiroshima

    Godlike

  • Przyjaciel

Reputacja: 1 327
Godlike

  • Postów:4 984
  • Steam:steam
  • Imię:Michał
  • Lokalizacja:Málaga
Offline

Napisano 14.10.2011 16:46

Wiadomość wygenerowana automatycznie


Ten temat został zamknięty przez moderatora.

Powód: Pomoc udzielona

Jeśli się z tym nie zgadzasz, Dołączona grafika raportuj ten post, a moderator lub administrator rozpatrzy go ponownie.


Z pozdrowieniami,
Zespół AMXX.PL
  • +
  • -
  • 1




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

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