problém s VOTE MAP na konci mapy.

Technická podpora k herním serverům Counter-Strike 1.6
Message
Autor
plasM
Příspěvky: 9
Registrován: 05 čer 2011, 20:06
Reputation: 0

problém s VOTE MAP na konci mapy.

#1 Příspěvekod plasM » 14 čer 2011, 21:11

93.91.240.118:27512

Ahoj, mám problém s vote další mapy když jedna končí, vše normálně fungovalo dokud sem na server nenaházel hns mapy, teď se mapa mění po uplynutí času automaticky na mapu další bez zeptání.

Zkoušel jsem i "přeinstalovat" mapchooser.amxx překonvertováním z .sma ve složce /scripting a vyměnit ho za stávající ale bez změny.

Kód: Vybrat vše

maps.ini
; Maps configuration file
; File location: $moddir/addons/amxmodx/configs/maps.ini
; To use with Maps Menu plugin

; Add in your mod's maps here
; Delete this file to use mapcycle.txt

hns_falldown
hns_floppytown
hns_gameworld_v2
hns_newyork
hnsbg_nightlife
hnsbg_sinister
hnsbg_sunshades
hnsro_arenastrike
hnsbg_cbble

__________________________________
mapchoice.ini

//This File Defines Basic maps that will show up in the map vote, replace these maps with maps you like,
//and want to automatically appear on the vote, if not all nominations are reached
//Define at LEAST 10 maps here, to be better, put at least 15 or 20
//If you leave this file empty, the plugin will instead use mapcycle.txt

hns_falldown
hns_floppytown
hns_gameworld_v2
hns_newyork
hnsbg_nightlife
hnsbg_sinister
hnsbg_sunshades
hnsro_arenastrike
hnsbg_cbble
__________________________________
mapcycle.txt

hns_falldown
hns_floppytown
hns_gameworld_v2
hns_newyork
hnsbg_nightlife
hnsbg_sinister
hnsbg_sunshades
hnsro_arenastrike
hnsbg_cbble
Naposledy upravil(a) plasM dne 15 čer 2011, 18:20, celkem upraveno 1 x.

Uživatelský avatar
Qefik
Příspěvky: 5714
Registrován: 26 pro 2009, 11:26
Reputation: 0
Kontaktovat uživatele:

Re: problém s VOTE MAP na konci mapy.

#2 Příspěvekod Qefik » 15 čer 2011, 15:58

důležitější spíše bude plugins.ini ;)
Rozdávat rady je zbytečné. Moudrý si poradí sám a hlupák stejně neposlechne.
Mark Twain

plasM
Příspěvky: 9
Registrován: 05 čer 2011, 20:06
Reputation: 0

Re: problém s VOTE MAP na konci mapy.

#3 Příspěvekod plasM » 15 čer 2011, 16:43

plugins.ini


Kód: Vybrat vše

hidenseek.amxx
frostnades.amxx
ad_manager.amxx
adminlisten.amxx
team_grenade_trail.amxx
Hats_fixed.amxx
danger_meter.amxx
jumpstats_long.amxx
jumpstats_count.amxx
jumpstats_main.amxx
jumpstats_bhop.amxx
jumpstats_ladder.amxx
jumpstats_weird.amxx
show_admins_vl.amxx
new_style_rank.amxx
xredirect.amxx
rockthevote_custom.amxx
mapchooser.amxx
adminchat.amxx
blockmaker_v4.01.amxx
GHW_GHR.amxx
Naposledy upravil(a) plasM dne 15 čer 2011, 18:19, celkem upraveno 1 x.

Uživatelský avatar
Qefik
Příspěvky: 5714
Registrován: 26 pro 2009, 11:26
Reputation: 0
Kontaktovat uživatele:

Re: problém s VOTE MAP na konci mapy.

#4 Příspěvekod Qefik » 15 čer 2011, 16:47

já myslel kompletní plugins.ini a prosím dávat do code
Rozdávat rady je zbytečné. Moudrý si poradí sám a hlupák stejně neposlechne.
Mark Twain

plasM
Příspěvky: 9
Registrován: 05 čer 2011, 20:06
Reputation: 0

Re: problém s VOTE MAP na konci mapy.

#5 Příspěvekod plasM » 15 čer 2011, 18:18

omlouvam se, předpokládám že stačí smazat ; před mapchooser. je to tak?

Kód: Vybrat vše

; 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

; 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
scm.amxx      ;cw/tg plugin


hidenseek.amxx
frostnades.amxx
ad_manager.amxx
adminlisten.amxx
team_grenade_trail.amxx
Hats_fixed.amxx
danger_meter.amxx
jumpstats_long.amxx
jumpstats_count.amxx
jumpstats_main.amxx
jumpstats_bhop.amxx
jumpstats_ladder.amxx
jumpstats_weird.amxx
show_admins_vl.amxx
new_style_rank.amxx
xredirect.amxx
rockthevote_custom.amxx
mapchooser.amxx
adminchat.amxx
blockmaker_v4.01.amxx
GHW_GHR.amxx
deagsmapmanager.amxx

Uživatelský avatar
Mysteria
Příspěvky: 9122
Registrován: 26 pro 2009, 15:40
Reputation: 7
Bydliště: Česká republika
Kontaktovat uživatele:

Re: problém s VOTE MAP na konci mapy.

#6 Příspěvekod Mysteria » 15 čer 2011, 18:24

Ano, ; znamená, že daný řádek se nebude vykonávat (komentář).

Uživatelský avatar
Qefik
Příspěvky: 5714
Registrován: 26 pro 2009, 11:26
Reputation: 0
Kontaktovat uživatele:

Re: problém s VOTE MAP na konci mapy.

#7 Příspěvekod Qefik » 15 čer 2011, 18:30

Kód: Vybrat vše

rockthevote_custom.amxx
mapchooser.amxx

toto smaž a nech tam jenom

Kód: Vybrat vše

deagsmapmanager.amxx

a nevím, proč tam máš zaplé scm, sakřže ten žádek taky smaž :)
Rozdávat rady je zbytečné. Moudrý si poradí sám a hlupák stejně neposlechne.
Mark Twain


Zpět na „Counter-Strike 1.6“

Kdo je online

Uživatelé prohlížející si toto fórum: Žádní registrovaní uživatelé a 4 hosti