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

amxbans 1.6


  • Nie możesz napisać tematu
  • Zaloguj się, aby dodać odpowiedź
13 odpowiedzi w tym temacie

#1 bolekx34

    Profesjonalista

  • Użytkownik

Reputacja: 1
Nowy

  • Postów:161
  • GG:
  • Imię:HLDK
Offline

Napisano 18.10.2017 09:41

Witam

 

 

Mam pytanko? dlaczego nie działają bany ?

 

 

Do rzeczy.. Na hostingu wziąłem zainstalowałem wszystko co trzeba, podpiąłem pod stronę amxbans http://sgforums.game...y/ban_list.php 

piszę, że osoba jest zbanowana ta, ale znów wchodzi na serwer a na ban list jest jako zbanowana i nie wiem o co chodzi dokładnie :/ 

 

Pomoże ktoś??


  • +
  • -
  • 0

#2 wacho

    Pomocny

  • Użytkownik

Reputacja: 17
Początkujący

  • Postów:64
  • GG:
  • Imię:Jakub
Offline

Napisano 18.10.2017 09:45

Podmien te 2 pliki 

 

jeżeli nie pomoże pokaz  modules.ini jak u Ciebie wyglada + plugins.ini

Załączone pliki


  • +
  • -
  • 0

#3 wacho

    Pomocny

  • Użytkownik

Reputacja: 17
Początkujący

  • Postów:64
  • GG:
  • Imię:Jakub
Offline

Napisano 18.10.2017 09:47

i jeszcze ten plik 

Załączone pliki


  • +
  • -
  • 0

#4 bolekx34

    Profesjonalista

  • Autor tematu
  • Użytkownik

Reputacja: 1
Nowy

  • Postów:161
  • GG:
  • Imię:HLDK
Offline

Napisano 18.10.2017 11:40

Admina na oczytuje teraz


  • +
  • -
  • 0

#5 bolekx34

    Profesjonalista

  • Autor tematu
  • Użytkownik

Reputacja: 1
Nowy

  • Postów:161
  • GG:
  • Imię:HLDK
Offline

Napisano 18.10.2017 12:10

amxbans_core.amxx
 
amxbans_main.amxx
 
 
 
 
 
 
;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
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
statsx.amxx ; stats on death or round end (CSX Module required!)
; Enable to use AMX Mod plugins
;amxmod_compat.amxx     ;  AMX Mod backwards compatibility layer
 
 
; Dodatkowe pluginy
 
polski_cs.amxx ;( Zmienia jezyk serwera ) 
Voices_Management.amxx ;( Rozmowy na serwerze ) 
parachute.amxx  ;( Spadochron )
 
 
 
ad_manager.amxx
 
 
lighting_smoke_nades.amxx
 
spree.amxx
zegarek.amxx
afkbombtransfer.amxx
abd.amxx
admin_spec_esp.amxx
 
fireinthehole.amxx
 
ptb.amxx
c4timer.amxx
GHW_Weapon_Replacement.amxx
block_team_flash.amxx
vip.amxx
 
 
ChatFix_SteamUpdate2017.amxx
RoundSound.amxx
 
 
eim.amxx
 
Binary file (standard input) matches
 
 
 
 
 
 
 
 
 

  • +
  • -
  • 0

#6 bolekx34

    Profesjonalista

  • Autor tematu
  • Użytkownik

Reputacja: 1
Nowy

  • Postów:161
  • GG:
  • Imię:HLDK
Offline

Napisano 18.10.2017 12:11

;;;
; To enable a module, remove the semi-colon (<img src='https://amxx.pl/publ...DIR#>/wink.gif'class='bbc_emoticon' alt=';)' /> in front of its name.
; If it's not here, simply add it its name, one per line.
; You don't need to write the _amxx part or the file extension.
;;;
 
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; SQL Modules usually need to be enabled manually ;;
;; You can have any number on at a time.  Use      ;;
;;  amx_sql_type in sql.cfg to specify the default ;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
 
mysql
sqlite
 
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; Put third party modules below here.              ;;
;; You can just list their names, without the _amxx ;;
;;  or file extension.                              ;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
 
 
 
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; These modules will be auto-detected and loaded   ;;
;;  as needed.  You do not need to enable them here ;;
;;  unless you have problems.                       ;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
 
fun
;engine
fakemeta
;geoip
;sockets
;regex
;nvault
cstrike
csx
;sv_alltalk 1
;Hamsandwich

  • +
  • -
  • 0

#7 wacho

    Pomocny

  • Użytkownik

Reputacja: 17
Początkujący

  • Postów:64
  • GG:
  • Imię:Jakub
Offline

Napisano 18.10.2017 12:27

w plugins.ini 

 

postaw srednik przed 

admin_sql.amxx     ;  admin base - SQL version (comment admin.amxx)

  • +
  • -
  • 0

#8 bolekx34

    Profesjonalista

  • Autor tematu
  • Użytkownik

Reputacja: 1
Nowy

  • Postów:161
  • GG:
  • Imię:HLDK
Offline

Napisano 18.10.2017 12:29

Dalej nie odczytuje 


  • +
  • -
  • 0

#9 Paweł.

    Wszechwidzący

  • Użytkownik

Reputacja: 68
Pomocny

  • Postów:284
  • Steam:steam
Offline

Napisano 18.10.2017 18:06

w amxbans.cfg zmien

  amxbans_use_admins_file 0

na

amxbans_use_admins_file 1

Użytkownik Prefix edytował ten post 18.10.2017 18:07

  • +
  • -
  • 0

#10 heniu1111

    Ja zjadłem ciastko ^^

  • Power User

Reputacja: 149
Zaawansowany

  • Postów:568
  • GG:
  • Imię:heniu
  • Lokalizacja:zapomniałem
Offline

Napisano 18.10.2017 20:36

Nadal jest problem? 


  • +
  • -
  • 0

Zawsze służę pomocą, pomogę na tyle ile jestem wstanie  :)

 

Poradnik do instalacji AmxBans: https://www.youtube....h?v=fYq5iKQhVIM

 

Link do lekkiej "modyfikacji" AmxBans: https://amxx.pl/topi...ndpost&p=733955

 


#11 bolekx34

    Profesjonalista

  • Autor tematu
  • Użytkownik

Reputacja: 1
Nowy

  • Postów:161
  • GG:
  • Imię:HLDK
Offline

Napisano 18.10.2017 22:21

No właśnie nie odczytuje :/


  • +
  • -
  • 0

#12 heniu1111

    Ja zjadłem ciastko ^^

  • Power User

Reputacja: 149
Zaawansowany

  • Postów:568
  • GG:
  • Imię:heniu
  • Lokalizacja:zapomniałem
Offline

Napisano 18.10.2017 22:39

Pokaż pugins.ini i modules.ini oraz amxbans.cfg i skąd ma ci czytać admina z mysql czy z user.ini? 


  • +
  • -
  • 0

Zawsze służę pomocą, pomogę na tyle ile jestem wstanie  :)

 

Poradnik do instalacji AmxBans: https://www.youtube....h?v=fYq5iKQhVIM

 

Link do lekkiej "modyfikacji" AmxBans: https://amxx.pl/topi...ndpost&p=733955

 


#13 bolekx34

    Profesjonalista

  • Autor tematu
  • Użytkownik

Reputacja: 1
Nowy

  • Postów:161
  • GG:
  • Imię:HLDK
Offline

Napisano 19.10.2017 16:21

A niech z users.ini bierze

 

 

 

 

 

 

;;;
; To enable a module, remove the semi-colon (<img src='https://amxx.pl/publ...DIR#>/wink.gif'class='bbc_emoticon' alt=';)' /> in front of its name.
; If it's not here, simply add it its name, one per line.
; You don't need to write the _amxx part or the file extension.
;;;
 
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; SQL Modules usually need to be enabled manually ;;
;; You can have any number on at a time.  Use      ;;
;;  amx_sql_type in sql.cfg to specify the default ;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
 
mysql
;sqlite
 
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; Put third party modules below here.              ;;
;; You can just list their names, without the _amxx ;;
;;  or file extension.                              ;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
 
 
 
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; These modules will be auto-detected and loaded   ;;
;;  as needed.  You do not need to enable them here ;;
;;  unless you have problems.                       ;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
 
fun
;engine
fakemeta
;geoip
;sockets
;regex
;nvault
cstrike
csx
;sv_alltalk 1
;Hamsandwich

Załączone pliki


Użytkownik bolekx34 edytował ten post 19.10.2017 16:22

  • +
  • -
  • 0

#14 heniu1111

    Ja zjadłem ciastko ^^

  • Power User

Reputacja: 149
Zaawansowany

  • Postów:568
  • GG:
  • Imię:heniu
  • Lokalizacja:zapomniałem
Offline

Napisano 19.10.2017 21:18

W amxbans.cfg zmień w " amxbans_use_admins_file" na 1 


  • +
  • -
  • 0

Zawsze służę pomocą, pomogę na tyle ile jestem wstanie  :)

 

Poradnik do instalacji AmxBans: https://www.youtube....h?v=fYq5iKQhVIM

 

Link do lekkiej "modyfikacji" AmxBans: https://amxx.pl/topi...ndpost&p=733955

 





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

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