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

plugins.ini jak dodać Gm 1.5.1 by GmStaff.


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

#1 Tweak

    Zaawansowany

  • Zbanowany

Reputacja: 0
Nowy

  • Postów:80
  • Imię:patryk
  • Lokalizacja:wln
Offline

Napisano 26.06.2011 18:20

Witam

Mam problem z dodaniem pluginu AMXBANS by Gm 1.5.1 do plugins.ini jeżeli robie tak jak w instrukcji czyli kasuje te pluginy na początku a

admin.amxx ; admin base (required for any admin-related)
;admin_sql.amxx ; admin base - SQL version (comment admin.amxx)

i na samą górę wstawiam to co potrzebne do tego pluginu, amxmodmenu mi nie działa jak i adminy. Nie mam pojęcia jak dodać ten plugin do plugins.ini , poniżej podaję kod mojego plugins.ini (jeszcze przed wgraniem AMXBANS by Gm 1.5.1). Proszę kogoś o dodanie mi tego pluginu do plugins.ini i podesłanie kodu tutaj w tym temacie :)

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

Jeżeli coś wam to da, mam plugin z tego źródła: <ciach>

Użytkownik Knopers edytował ten post 26.06.2011 18:36


#2 Hiroshima

    Godlike

  • Przyjaciel

Reputacja: 1 327
Godlike

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

Napisano 26.06.2011 18:22

w amxbans.cfg jest taka magiczna linijka:
// Wczytywanie adminów
 // 0 z bazy SQL, 1 = z pliku users.ini, 2 = nie ładuje adminów
 amxbans_use_admins_file 0

czy musze to jeszcze bardziej tłumaczyć? widać, że nie czytałeś wszystkiego...
Poza tym właśnie złamałes regulamin forum

Użytkownik hiroshima edytował ten post 26.06.2011 18:23

  • +
  • -
  • 0

#3 Kawon

    Godlike

  • Przyjaciel

Reputacja: 887
Czempion

  • Postów:5 165
  • Steam:steam
  • Imię:Paweł
  • Lokalizacja:Dzierzgoń
Offline

Napisano 26.06.2011 18:30


amxbans_core.amxx

amxbans_main.amxx

; 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

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

		; 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

  • +
  • -
  • 0

DarkGL to mój autorytet.


#4 Tweak

    Zaawansowany

  • Autor tematu
  • Zbanowany

Reputacja: 0
Nowy

  • Postów:80
  • Imię:patryk
  • Lokalizacja:wln
Offline

Napisano 27.06.2011 12:07

Dobra dzięki ;D już działa ;]




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

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