←  Problemy

AMXX.pl: Support AMX Mod X i SourceMod

»

Problem ze zmianą mapy ;/

Zablokowany

  • +
  • -
DJ Piter - zdjęcie DJ Piter 18.08.2011

Witam
Mam problem ze zmianą mapy przez panel admina (amxmodmenu), gdy zmieniam mape to się zwiesza serwer i musze restartować, jest cały czas ten obraz - [ciach]
proszę o pomoc, daje + ;)
Użytkownik DarkGL edytował ten post 19.08.2011 08:36
Odpowiedz

  • +
  • -
BoB0_ - zdjęcie BoB0_ 18.08.2011

Masz wgrane dobrze mapy na serwer? Wszystkie modele? Jak zmieniasz przez komendę to działa?
Odpowiedz

  • +
  • -
DJ Piter - zdjęcie DJ Piter 18.08.2011

Wszystko działało git, i dzisiaj coś się tak zaczęło robić.
Odpowiedz

  • +
  • -
Hiroshima - zdjęcie Hiroshima 18.08.2011

instalowales jakies nowe pluginy? sa error logi?
Odpowiedz

  • +
  • -
DJ Piter - zdjęcie DJ Piter 18.08.2011

Nie, nic nie instalowałem tylko wyłączyłem xdiretc i plugin na interp.
Tu masz 2 logi jak zmieniałem mape na de_nuke.
L 08/10/2011 - 00:24:47: [mapchooser.amxx] Vote: Voting for the nextmap started
L 08/10/2011 - 00:25:02: [mapchooser.amxx] Vote: Voting for the nextmap finished. The nextmap will be de_nuke
Odpowiedz

  • +
  • -
azneme - zdjęcie azneme 19.08.2011

Nie masz przypadkiem włączonych 2 pluginów na zmianę mapy np. mapchooser i galileo?
Odpowiedz

  • +
  • -
DJ Piter - zdjęcie DJ Piter 19.08.2011

Oto moje plugins.ini:

; AMX Mod X plugins

; Admin Base - Always one has to be activated

amxbans_core.amxx	; rdzeń amxbans
amxbans_main.amxx	; silnik amxbans

;admin.amxx		; admin base (required for any admin-related)
;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)
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


; TUTAJ dopisuj samodzielnie zainstalowane pluginy:



; +---------------------------------------------------------------------------+
; | W Panelu Administracyjnym mozesz zainstalowac dodatkowe pluginy.   -==-   |
; | Prosimy aby zainstalowane "recznie" pluginy dopisywac powyzej tej tabeli! |
; +---------------------------------------------------------------------------+

; Pluginy zainstalowane z poziomu panelu:

admin_spec_esp.amxx
c4timer.amxx
realnadedrops.amxx
adminlisten.amxx
show_ip.amxx
ad_manager.amxx
rate.amxx
autobuyfix.amxx
fireinthehole.amxx
afkkicker2.amxx
;xredirect.amxx
M_Antirusher.amxx
in_game_ads.amxx
map_motd.amxx
polski_cs.amxx
admin_freelook.amxx
;interp.amxx
deagsmapmanager.amxx
aimbotdetect.amxx
12_rund.amxx
screenflash.amxx
statsx.amxx
HPK.amxx
disable_motd.amxx
Odpowiedz

  • +
  • -
Hiroshima - zdjęcie Hiroshima 19.08.2011

masz 2 pluginy od zmiany mapy...

mapchooser.amxx		; allows to vote for next map
oraz

deagsmapmanager.amxx

przed mapchooser dodaj ;
a tuż pod tym wpisem dodaj deagsmapmanager.amxx i skasuj tamten wpis pod spodem
Odpowiedz

  • +
  • -
DJ Piter - zdjęcie DJ Piter 19.08.2011

Nie rozumiem. Najlepiej by było jak byś mi to wysłał a ja bym to wkleił do plugins.ini ;D
Użytkownik DJ Piter edytował ten post 19.08.2011 10:09
Odpowiedz

  • +
  • -
azneme - zdjęcie azneme 19.08.2011

; AMX Mod X plugins



; Admin Base - Always one has to be activated



amxbans_core.amxx	; rdzeń amxbans

amxbans_main.amxx	; silnik amxbans



;admin.amxx		; admin base (required for any admin-related)

;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)

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





; TUTAJ dopisuj samodzielnie zainstalowane pluginy:







; +---------------------------------------------------------------------------+

; | W Panelu Administracyjnym mozesz zainstalowac dodatkowe pluginy.   -==-   |

; | Prosimy aby zainstalowane "recznie" pluginy dopisywac powyzej tej tabeli! |

; +---------------------------------------------------------------------------+



; Pluginy zainstalowane z poziomu panelu:



admin_spec_esp.amxx

c4timer.amxx

realnadedrops.amxx

adminlisten.amxx

show_ip.amxx

ad_manager.amxx

rate.amxx

autobuyfix.amxx

fireinthehole.amxx

afkkicker2.amxx

;xredirect.amxx

M_Antirusher.amxx

in_game_ads.amxx

map_motd.amxx

polski_cs.amxx

admin_freelook.amxx

;interp.amxx

deagsmapmanager.amxx

aimbotdetect.amxx

12_rund.amxx

screenflash.amxx

statsx.amxx

HPK.amxx

disable_motd.amxx
Odpowiedz

  • +
  • -
BoB0_ - zdjęcie BoB0_ 19.08.2011

; AMX Mod X plugins



; Admin Base - Always one has to be activated



amxbans_core.amxx	; rdzeń amxbans

amxbans_main.amxx	; silnik amxbans



;admin.amxx		; admin base (required for any admin-related)

;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)

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

deagsmapmanager.amxx

;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





; TUTAJ dopisuj samodzielnie zainstalowane pluginy:







; +---------------------------------------------------------------------------+

; | W Panelu Administracyjnym mozesz zainstalowac dodatkowe pluginy.   -==-   |

; | Prosimy aby zainstalowane "recznie" pluginy dopisywac powyzej tej tabeli! |

; +---------------------------------------------------------------------------+



; Pluginy zainstalowane z poziomu panelu:



admin_spec_esp.amxx

c4timer.amxx

realnadedrops.amxx

adminlisten.amxx

show_ip.amxx

ad_manager.amxx

rate.amxx

autobuyfix.amxx

fireinthehole.amxx

afkkicker2.amxx

;xredirect.amxx

M_Antirusher.amxx

in_game_ads.amxx

map_motd.amxx

polski_cs.amxx

admin_freelook.amxx

;interp.amxx

aimbotdetect.amxx

12_rund.amxx

screenflash.amxx

statsx.amxx

HPK.amxx

disable_motd.amxx
Odpowiedz

  • +
  • -
DJ Piter - zdjęcie DJ Piter 19.08.2011

Bobo, dzięki.
Masz +.
Temat do zamknięcia.
Odpowiedz
Zablokowany