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

errory w logach amxbans_core.amxx oraz blood_patch.amxx

GmAMXBans

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

#1 Badbuls

    Pomocny

  • Użytkownik

Reputacja: -2
Nowy

  • Postów:41
  • Imię:Patryk
  • Lokalizacja:Zelów
Offline

Napisano 01.08.2013 11:08

Witam mam problem z tymi 2 wyżej wymienionymi pluginami żadnych crashów nie ma ale denerwują mnie już kolejne strony error logów tak więc error logi
L 08/01/2013 - 11:53:25: [MySQL] Invalid info tuple handle: 0
L 08/01/2013 - 11:53:25: [AMXX] Displaying debug trace (plugin "amxbans_core.amxx")
L 08/01/2013 - 11:53:25: [AMXX] Run time error 10: native error (native "SQL_Connect")
L 08/01/2013 - 11:53:25: [AMXX]    [0] amxbans_core.sma::adminSql (line 305)
error logi z blood_patch podam jak tylko pojawią się błędy (dopiero debug dopisałem). A i może to się przydać mam wgranego tego bansa http://amxx.pl/topic...912#entry380912
  • +
  • -
  • 0

#2 Rodzyn

    Wszechwiedzący

  • Power User

Reputacja: 146
Zaawansowany

  • Postów:569
  • GG:
  • Imię:Dawid
  • Lokalizacja:Bielawa
Offline

Napisano 01.08.2013 11:41

pokaż modules.ini i plugins.ini 


  • +
  • -
  • 0

#3 Badbuls

    Pomocny

  • Autor tematu
  • Użytkownik

Reputacja: -2
Nowy

  • Postów:41
  • Imię:Patryk
  • Lokalizacja:Zelów
Offline

Napisano 01.08.2013 12:49

plugins.ini
; AMX Mod X plugins

amxbans_core.amxx debug
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)

; 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

; Custom - Add 3rd party plugins here
modules.ini
;;;
; To enable a module, remove the semi-colon (;) 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
orpheu
oraz dodaję error logi z pluginu blood_patch
L 08/01/2013 - 11:52:41: Invalid player id 0
L 08/01/2013 - 11:52:41: [AMXX] Run time error 10 (plugin "blood_patch.amxx") (native "get_user_attacker") - debug not enabled!
L 08/01/2013 - 11:52:41: [AMXX] To enable debug mode, add "debug" after the plugin name in plugins.ini (without quotes).
podesłać jeszcze plugins-codmod/amxbans ? czy to już nie potrzebne
  • +
  • -
  • 0

#4 Rodzyn

    Wszechwiedzący

  • Power User

Reputacja: 146
Zaawansowany

  • Postów:569
  • GG:
  • Imię:Dawid
  • Lokalizacja:Bielawa
Offline

Napisano 03.08.2013 10:16

nom pokaż plugins-codmod, 

 

i jak już to plugins.ini powinien wyglądać tak :D

 

; AMX Mod X plugins

; Admin Base - Always one has to be activated
;admin.amxx        ; admin base (required for any admin-related)
amxbans_core.amxx debug
amxbans_main.amxx
;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)

; 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

; Custom - Add 3rd party plugins here

Kawon (18.08.2013 11:17):
Po co ci plugins cod mod?!

  • +
  • -
  • 0

#5 Badbuls

    Pomocny

  • Autor tematu
  • Użytkownik

Reputacja: -2
Nowy

  • Postów:41
  • Imię:Patryk
  • Lokalizacja:Zelów
Offline

Napisano 03.08.2013 16:47

Spoiler
PS co to za różnica między tym jak ja miałem a jak Ty poprawiłeś ? i tak wczytuje je jako 1 plugin (chyba że zmieniałeś coś dalej)


  • +
  • -
  • 0

#6 aVeQ

    Zaawansowany

  • Użytkownik

Reputacja: 25
Życzliwy

  • Postów:146
  • Imię:Przemek
  • Lokalizacja:WaWa
Offline

Napisano 06.08.2013 19:27

Sprawdź czy w sql.cfg wszystko dobrze wpisałaś


  • +
  • -
  • 0

b_350_20_692108_381007_FFFFFF_000000.png

b_350_20_692108_381007_FFFFFF_000000.png

b_350_20_692108_381007_FFFFFF_000000.png

 


#7 Badbuls

    Pomocny

  • Autor tematu
  • Użytkownik

Reputacja: -2
Nowy

  • Postów:41
  • Imię:Patryk
  • Lokalizacja:Zelów
Offline

Napisano 06.08.2013 20:40

Tak wszystko jest dobrze dopisane bo bany lecą na stronę i wogóle tylko ten błąd denerwuje ... A może wiecie choć jak rozwiązać ten błąd z blood patchem ?
  • +
  • -
  • 0

#8 Kawon

    Godlike

  • Przyjaciel

Reputacja: 887
Czempion

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

Napisano 18.08.2013 11:18

Automatyczna wiadomość


Ten temat został przeniesiony z forum

AMX Mod XProblemy

do

ModyAMXBansProblemy
  • +
  • -
  • 0

DarkGL to mój autorytet.






Również z jednym lub większą ilością słów kluczowych: GmAMXBans

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

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