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

invalid plugin5.9l


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

#1 johny1982

    Pomocny

  • Użytkownik

Reputacja: 1
Nowy

  • Postów:42
  • Lokalizacja:Wrocław
Offline

Napisano 20.12.2010 14:31

Witam. Otóż tak, jak wrzucam na serwer diablo moda 5.9l stąd ze strony jest wszystko ok. Działa poprawnie. ale już np jak zmienie maxymalny lvl na 200 i skompiluje (kompilator nie wykrywa zadnych bledów ani warningów..) to w logach wyskakuje 'invalid plugin dbmod_5.9l.amxx'
Czego to jest wina?
Moze amxxa? mam 1.8.2
  • +
  • -
  • 0

#2 Lotos

    Zaawansowany

  • Użytkownik

Reputacja: 17
Początkujący

  • Postów:76
  • Lokalizacja:World
Offline

Napisano 22.12.2010 19:48

Na początek podaj zawartość:
amxx.cfg
plugins.ini
modules.ini

Następnie, daj wyniki wpisania w konsoli:

rcon_password HASLO_RCON
rcon amx_plugins
rcon amx_modules
rcon meta list


  • +
  • -
  • 0

#3 johny1982

    Pomocny

  • Autor tematu
  • Użytkownik

Reputacja: 1
Nowy

  • Postów:42
  • Lokalizacja:Wrocław
Offline

Napisano 23.12.2010 10:11

amxx.cfg:
amx_scrollmsg "Witaj na serwerze [TG] TopGear |DiabloMod|" "300"
amx_imessage "Zapraszamy na www.cs-topgear.pl" "000255000"
amx_freq_imessage "300"
amx_flood_time "2"
amx_time_voice 1

diablo_xpbonus 21 //ilość expa za zabicie standardowo ustawione na 7
diablo_xpbonus2 80 //ilość expa za wykonania celu misji standardowo ustawione na 50
diablo_durability 4 //Tracisz wytrzymałość za każde obrażenia ? Ile za każdym razem
diablo_spawnchance 1/x szansa na zrespienia worka
SaveXp 1 zapisywanie doświadczenia
diablo_classes abcdefgh - które klasy maja być dostępne
diablo_avg 0 - zaczynanie od sredniej serwera (liczonego od lvl 1)
diablo_dmg_exp 20 - za ile zabranego hp wrogowi dostaje sie 1 exp (domyslnie 20, 0 - off)

diablo_sql_host "94.23.228.22"

diablo_sql_user "cstopgea"

diablo_sql_pass "xxxx"

diablo_sql_database "cstopgea_zioka"

diablo_sql_table "diablo"

diablo_sql_save "0"


vm_alives 0
vm_deads 1
mx_mininterp 0.01
amx_maxinterp 0.03
amx_baninterp_punish 1
amx_baninterp_delay 30.0
amx_show_tutorial 1

amx_bandelay "4.0"
amx_website "www.cs-topgear.pl"
amx_ssnumber "3"
amx_msg_type "3"
amx_ssdelay "1.0"
amx_gamename "cs-topgear.pl"



plugins.ini:

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

dbmod_5.9l.amxx
ptb.amxx
hpk.amxx
;bf2rank.amxx
Voices_Management.amxx
amx_ssban.amxx
admin_spec_esp.amxx
ad_manager.amxx
deagsmapmanager.amxx
ultimate_sounds.amxx
interp.amxx
gamenamechanger.amxx


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
hamsandwich


amx_plugins
Currently loaded plugins:
name version author file status
[ 1] AMXBans Core 6.0.0 AMXBans Dev Team amxbans_core.am running
[ 2] AMXBans Main 6.0.0 AMXBans Dev Team amxbans_main.am running
[ 3] Admin Commands 1.8.2 AMXX Dev Team admincmd.amxx running
[ 4] Admin Help 1.8.2 AMXX Dev Team adminhelp.amxx running
[ 5] Slots Reservation 1.8.2 AMXX Dev Team adminslots.amxx running
[ 6] Multi-Lingual System 1.8.2 AMXX Dev Team multilingual.am running
[ 7] Menus Front-End 1.8.2 AMXX Dev Team menufront.amxx running
[ 8] Commands Menu 1.8.2 AMXX Dev Team cmdmenu.amxx running
[ 9] Players Menu 1.8.2 AMXX Dev Team plmenu.amxx running
[ 10] Maps Menu 1.8.2 AMXX Dev Team mapsmenu.amxx running
[ 11] Plugin Menu 1.8.2 AMXX Dev Team pluginmenu.amxx running
[ 12] Admin Chat 1.8.2 AMXX Dev Team adminchat.amxx running
[ 13] Anti Flood 1.8.2 AMXX Dev Team antiflood.amxx running
[ 14] Scrolling Message 1.8.2 AMXX Dev Team scrollmsg.amxx running

[ 15] Info. Messages 1.8.2 AMXX Dev Team imessage.amxx running
[ 16] Admin Votes 1.8.2 AMXX Dev Team adminvote.amxx running
[ 17] NextMap 1.8.2 AMXX Dev Team nextmap.amxx running
[ 18] TimeLeft 1.8.2 AMXX Dev Team timeleft.amxx running
[ 19] Pause Plugins 1.8.2 AMXX Dev Team pausecfg.amxx running
[ 20] Stats Configuration 1.8.2 AMXX Dev Team statscfg.amxx running
[ 21] StatsX 1.8.2 AMXX Dev Team statsx.amxx running
[ 22] DiabloMod 5.9i PL Miczu & GuTeK dbmod_5.9l.amxx running
[ 23] Team Balancer 1.8b2 Ptahhotep ptb.amxx running
[ 24] High Ping Kicker 1.2.0 DynAstY hpk.amxx running
[ 25] Voices Management 1.0.2 ConnorMcLeod Voices_Manageme running
[ 26] AMX SSBan 2.5 God@Dorin\Fysiks amx_ssban.amxx running
[ 27] Admin Spectator ESP 1.3 KoST admin_spec_esp. running
[ 28] Autoresponder/Advertis 0.5 MaximusBrood ad_manager.amxx running
[ 29] DeagsMapManager 3.23 Deags/AMXX Commu deagsmapmanager running

[ 30] Ultimate Sound 1.5 Dizzy ultimate_sounds running
[ 31] Pokaz interp 1.2.1 grankee&r3x interp.amxx running
[ 32] Game Namer 1.1 NeuroToxin gamenamechanger running
[ 33] AMXBans Freeze 1.0 |PJ|ShOrTy amxbans_freez


amx_modules:
Aktualnie zaladowane moduly:
nazwa wersja autor status
MySQL 1.8.2-dev AMX Mod X Dev Team running
SQLite 1.8.2-dev AMX Mod X Dev Team running
Fun 1.8.2-dev AMX Mod X Dev Team running
Engine 1.8.2-dev AMX Mod X Dev Team running
FakeMeta 1.8.2-dev AMX Mod X Dev Team running
GeoIP 1.8.2-dev AMX Mod X Dev Team running
nVault 1.8.2-dev AMX Mod X Dev Team running
CStrike 1.8.2-dev AMX Mod X Dev Team running
CSX 1.8.2-dev AMX Mod X Dev Team running
Ham Sandwich 1.8.2-dev AMX Mod X Dev Team running
Sockets 1.8.2-dev HLSW Dev Team running
RegEx 1.8.2-dev AMX Mod X Dev Team running


i meta list:

Currently loaded plugins:
description stat pend file vers src load unlod
[ 1] AMX Mod X RUN - amxmodx_mm_i386. v1.8.2-d ini Start ANY
[ 2] dproto_EF RUN - dproto_i386.so v0.9.87 ini Start Never
[ 3] MySQL RUN - mysql_amxx_i386. v1.8.2-d pl1 ANY ANY
[ 4] SQLite RUN - sqlite_amxx_i386 v1.8.2-d pl1 ANY ANY
[ 5] Fun RUN - fun_amxx_i386.so v1.8.2-d pl1 ANY ANY
[ 6] Engine RUN - engine_amxx_i386 v1.8.2-d pl1 ANY ANY
[ 7] FakeMeta RUN - fakemeta_amxx_i3 v1.8.2-d pl1 ANY ANY
[ 8] CStrike RUN - cstrike_amxx_i38 v1.8.2-d pl1 ANY ANY
[ 9] CSX RUN - csx_amxx_i386.so v1.8.2-d pl1 ANY ANY
[10] Ham Sandwich RUN - hamsandwich_amxx v1.8.2-d pl1 ANY ANY
10 plugin


Ja tu nie widze nic zlego. zwlaszcza ze podstawowy diablo dziala.
  • +
  • -
  • 0

#4 Lotos

    Zaawansowany

  • Użytkownik

Reputacja: 17
Początkujący

  • Postów:76
  • Lokalizacja:World
Offline

Napisano 23.12.2010 14:01

Dopisz za dbmod_5.9l.amxx debug. Ma wyglądać to tak:

dbmod_5.9l.amxx debug


I pokaż logi.
  • +
  • -
  • 0




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

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