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 5.x

problem z amxbans c.d.

amxbans 5.x

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

#1 lampard029

    Nowy

  • Użytkownik

Reputacja: -1
Nowy

  • Postów:9
  • Imię:lukasz
  • Lokalizacja:alekmsandrow
Offline

Napisano 19.01.2013 10:48

nie wiem czemu mi to nie działa. mecze sie od wczoraj a to mój drugi temat bo dalej nie moge sobie z tym pradzić.

wgrałem tego amxbansa
hosting w: star-kom.pl/
adres: bany.ogloszenia12.pl


a teraz kilka plików:
sql.cfg
// SQL configuration file
// File location: $moddir/addons/amxmodx/configs/sql.cfg

// *NOTE* Linux users may encounter problems if they specify "localhost" instead of "127.0.0.1"
// We recommend using your server IP address instead of its name

// *NOTE* amx_sql_type specifies the DEFAULT database type which admin.sma will use.

amx_sql_host	"lampard.star-kom.pl"
amx_sql_user	"lampard_bany"
amx_sql_pass	"dobre"
amx_sql_db		"lampard_ban11"
amx_sql_table   "admins"
amx_sql_type	 "mysql"

plugin.ini
amxbans_core.amxx
amxbans_main.amxx
;admin.amxx
minibans.amxx
; AMX Mod X plugins

; Admin Base - Always one has to be activated
		; admin base (required for any admin-related)
;admin_sql.amxx		; admin base - SQL version (comment )

; 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:
paintballgun.amxx
paintballmod.amxx
paintballmoves.amxx
paintballnade.amxx
vip.amxx
timer.amxx
parachute.amxx
IPlog.amxx
hpk.amxx
c4timer.amxx
amx_ip.amxx
admin_freelook.amxx
speclist.amxx
autobh.amxx
automatic_knife_duel.amxx
alt_end_round_sounds.amxx
join_leave.amxx
ptb.amxx
ultimate_sounds_PL.amxx
realnadedrops.amxx
ad_manager.amxx
galileo.amxx
admin_spec_esp.amxx
ultimate_ss.amxx
info.amxx

modules.ini
;;;
; To enable a module, remove the semi-colon ( <img src='https://amxx.pl/public/style_emoticons/<#EMO_DIR#>/wink.png' 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
;hamsandwich

  • +
  • -
  • -1

#2 kukla1910

    Profesjonalista

  • Przedstawiciel Firmy

Reputacja: 55
Pomocny

  • Postów:216
  • GG:
  • Imię:Darek
  • Lokalizacja:Łódź
Offline

Napisano 19.01.2013 10:51

w plugins.ini zedytuj pierwsze liniki aby wyglądały tak:

; AMX Mod X plugins
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)

  • +
  • -
  • 0

#3 lampard029

    Nowy

  • Autor tematu
  • Użytkownik

Reputacja: -1
Nowy

  • Postów:9
  • Imię:lukasz
  • Lokalizacja:alekmsandrow
Offline

Napisano 19.01.2013 11:01

zrobiłem tak ale dalej nic...
  • +
  • -
  • 0

#4 CS-Hejdz

    Zaawansowany

  • Użytkownik

Reputacja: -2
Nowy

  • Postów:126
  • Lokalizacja:Norwegia
Offline

Napisano 19.01.2013 13:20

amx_sql_host "tutaj wpisz adres IP serwera www"
amx_sql_user "lampard_bany"
amx_sql_pass "dobre"
amx_sql_db "lampard_ban11"
amx_sql_table "admins"
amx_sql_type "mysql"


Myślę że pomogłem :)
  • +
  • -
  • 0

#5 Kawon

    Godlike

  • Przyjaciel

Reputacja: 887
Czempion

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

Napisano 19.01.2013 17:44

raczysz nam udostępnić logi
  • +
  • -
  • 0

DarkGL to mój autorytet.






Również z jednym lub większą ilością słów kluczowych: amxbans 5.x

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

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