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

mapchooser 4 - Nie ma vote ; /


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

#1 `K0$!4RZ~

    Pomocny

  • Użytkownik

Reputacja: 1
Nowy

  • Postów:72
  • GG:
  • Lokalizacja:Lębork
Offline

Napisano 12.08.2009 12:24

Witam,

Po zawieszeniu pluginu Allow_round_finish.amxx nie działa w ogóle vote :/tzn. nie pokazuje się, wcześniej pokazywało się 2min przed zmianą mapy.

cvary

//mapchooser4
amx_mapchooser_type 1
amx_mapchooser_mapsloc 0
amx_mapchooser_mapsfile maps.ini
amx_nominfromfile 1
amx_maxnominperplayer 1


  • +
  • -
  • 0

#2 zer0.

    Godlike

  • Przyjaciel

Reputacja: 429
Wszechobecny

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

Napisano 12.08.2009 12:37

`K0$!4RZ~, przestaw mapchooser`a w inne miejsce, być może koliduję się z innym plugiem.
  • +
  • -
  • 0

#3 `K0$!4RZ~

    Pomocny

  • Autor tematu
  • Użytkownik

Reputacja: 1
Nowy

  • Postów:72
  • GG:
  • Lokalizacja:Lębork
Offline

Napisano 12.08.2009 15:50

; AMX Mod X plugins

; Admin Base - Always one has to be activated
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)
ReasonKicker.amxx ; Powód kicka.
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
std_admin_color_chat.amxx; na zielono
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
mapchooser4.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
;hpk_pl.amxx ;
all_music.amxx ;
;admin_spec_esp.amxx ;
polski_cs.amxx ;
dontsayips.amxx ;
ad_manager.amxx ;
afkkisss.amxx ;
;admin_freelook.amxx ;
Admin_Screen_3.amxx ;
;Allow_round_finish.amxx ;
adminlisten.amxx ;
admin_gag.amxx ;
say_motd.amxx ;
mini_bans.amxx
;kz_multiplugin.amxx
;kz_dajrokan.amxx

//KZ
;kz_ljs_xm.amxx
kz_ljs_xm_wj.amxx
kz_dajrokan_1.amxx

;xtreme-jumps.amxx

;kz_jumpplugin.amxx

public_rules.amxx
specinfo.amxx
mpbhop.amxx
invis.amxx
EdgeBugStats.amxx


W jakie miejsce przestawić ?
  • +
  • -
  • 0

#4 zer0.

    Godlike

  • Przyjaciel

Reputacja: 429
Wszechobecny

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

Napisano 12.08.2009 16:32

Daj przykładowo tak:
; AMX Mod X plugins

; Admin Base - Always one has to be activated
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)
ReasonKicker.amxx ; Powód kicka.
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
std_admin_color_chat.amxx; na zielono
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
;hpk_pl.amxx ;
all_music.amxx ;
;admin_spec_esp.amxx ;
polski_cs.amxx ;
dontsayips.amxx ;
ad_manager.amxx ;
afkkisss.amxx ;
;admin_freelook.amxx ;
Admin_Screen_3.amxx ;
;Allow_round_finish.amxx ;
adminlisten.amxx ;
admin_gag.amxx ;
say_motd.amxx ;
mini_bans.amxx
;kz_multiplugin.amxx
;kz_dajrokan.amxx

//KZ
;kz_ljs_xm.amxx
kz_ljs_xm_wj.amxx
kz_dajrokan_1.amxx

;xtreme-jumps.amxx

;kz_jumpplugin.amxx

public_rules.amxx
specinfo.amxx
mpbhop.amxx
invis.amxx
EdgeBugStats.amxx
mapchooser4.amxx

  • +
  • -
  • 0

#5 `K0$!4RZ~

    Pomocny

  • Autor tematu
  • Użytkownik

Reputacja: 1
Nowy

  • Postów:72
  • GG:
  • Lokalizacja:Lębork
Offline

Napisano 12.08.2009 18:54

Dalej nie ma vote ; /
  • +
  • -
  • 0




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

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