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
GmAMXBans

Nie mogę banować przez stronke

GmAMXBans

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

#1 EufooZ

    Profesjonalista

  • Użytkownik

Reputacja: 25
Życzliwy

  • Postów:183
  • Lokalizacja:Łódź
Offline

Napisano 30.11.2010 23:32

No więc, gdy chce zbanować przez stronkę "On-Line" to gdy wszystkie pola wypełniam to nic sienie dzieje. Nie wyrzuca gracza ani nie banuje no i nie pokazuje bana w liście banów.
Tak samo jak dodaje bana normalnie (nie on-line) przez stronke pisze, że ban dodany na liście też jest lecz ten gracz nie ma bana.
Co może być nie tak !?

amxx 1.8.1
gmamxbans 1.4
logi - brak
plugins.ini:
; AMX Mod X plugins

; Admin Base - Always one has to be activated
amxbans_core.amxx
amxbans_main.amxx
;admin.amxx        ; admin base (required for any admin-related)
;mini_bans.amxx		; ban z powodem
;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   ; Kick z Powodem
plmenu.amxx		; players menu (kick, ban, client cmds.)
;telemenu.amxx		; teleport menu (Fun Module required!)
mapsmenu.amxx		; maps menu (vote, changelevel)

; 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

; 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

Diablo_1000.amxx
diablo_wez_daj.amxx
dontsayips.amxx                ; Ban za raklame IP
realnadedrops.amxx             ; Wszystkie bronie wypadaja i granaty
afkbomb.amxx                   ; AFK Wyrzuca Pake
;afkkicker.amxx                 ; Kikuje Gracza AFK
Allowroundfinish.amxx          ; Pozwala dokączyć Runde
unbanmenu.amxx                 ; Menu Unban
admin_freelook.amxx            ; Admin Widzi z Karzdej kamery
;amx_gore2.amxx                 ; Wiecej Krwi
;polski_cs.amxx                 ; Polski Cs
extreme_bancfg2.amxx           ; Ban na cfg (Komendy w pliki Ważne)
ad_manager.amxx                ; Reklamy w Sayu
Wynik.amxx                     ; Wynik w Sayu
ultimate_sounds.amxx               ; Odglosy HeadShot ITD
ptb.amxx						; Wyruwnuje grupy
wymuszanie_interpu.amxx			; interp 0.1
runplanting.amxx	   			; podkładanie paki w biegu
sillyc4.amxx		   			; podkładanie paki na scianach
bomba_explode.amxx				; muzyka 10 sec przez BOOM! <img src='https://amxx.pl/public/style_emoticons/<#EMO_DIR#>/biggrin.gif' class='bbc_emoticon' alt=':D' />
;Galileo.amxx
;xredirect.amxx
Przekierowanie_na_jb.amxx
amx_ssban.amxx	;SS + Ban z amxbans <img src='https://amxx.pl/public/style_emoticons/<#EMO_DIR#>/smile.gif' class='bbc_emoticon' alt=':)' />
kick_za_ping.amxx
mapchooser4.amxx
VIP.amxx
gamenamechanger.amxx
admin_spec_esp.amxx
snieg.amxx
;GHW_Weapon_Replacement.amxx
akdpl.amxx
alt_end_round_sounds.amxx
descriptive_fire_in_the_hole.amxx
loadingsound.amxx
mutemenu.amxx
Bullet_Whizz.amxx
dead_talk.amxx
nades_limit.amxx
NiesmiertelneHosty.amxx
prometheus.amxx
nickus.amxx
;knife_mod.amxx
diablo_daj_wez.amxx
csnadedrops.amxx
parachute.amxx
modules.ini:
;;;
; To enable a module, remove the semi-colon (<img src='https://amxx.pl/public/style_emoticons/<#EMO_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
sql.cfg:
amx_sql_host	"cs-zajefajni.xaa.pl"
amx_sql_user	"cszajefa_amxbans"
amx_sql_pass	"*************"
amx_sql_db		"cszajefa_amxbans"
amx_sql_table	"admins"
amx_sql_type	"mysql"

  • +
  • -
  • 0

Cs-Move.xaa.pl - JailBreak - 178.19.106.146:27092

Cs-Move.xaa.pl - PaintBall - 178.19.106.150:27088

Forum - Cs-Move.xaa.pl


ZAPRASZAMY SERDECZNIE


#2 eXiMa

    Nowy

  • Użytkownik

Reputacja: 0
Nowy

  • Postów:4
  • GG:
  • Imię:Dawid
  • Lokalizacja:Hajnówka
Offline

Napisano 01.12.2010 15:53

dodałeś hasło rcon w ustawieniach serwera w amxbans?
  • +
  • -
  • 0

#3 EufooZ

    Profesjonalista

  • Autor tematu
  • Użytkownik

Reputacja: 25
Życzliwy

  • Postów:183
  • Lokalizacja:Łódź
Offline

Napisano 01.12.2010 19:50

Tak, hasło rcon jest dobre i wpisane.
  • +
  • -
  • 0

Cs-Move.xaa.pl - JailBreak - 178.19.106.146:27092

Cs-Move.xaa.pl - PaintBall - 178.19.106.150:27088

Forum - Cs-Move.xaa.pl


ZAPRASZAMY SERDECZNIE


#4 MafiaDL

    Naj-Najstarszy Moderator

  • Przyjaciel

Reputacja: 561
Wszechwiedzący

  • Postów:3 492
  • GG:
  • Imię:Łukasz
  • Lokalizacja:Warsaw
Offline

Napisano 03.12.2010 00:22

wyłącz moze sqlite w modules
  • +
  • -
  • 0





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

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