←  Problemy

AMXX.pl: Support AMX Mod X i SourceMod

»

DiabloMod serwer się wyłącza

Locked

  • +
  • -
Fakuss's Photo Fakuss 12.01.2011

- Wersja amxx'a 1.8.1
- werjsa diablo moda 5.9l
- zawartosc aktualnych logow (amxmodx/logs/xxx.log) w logach mam czysto same zmiany map nic w error
- plik diablo.log przy wersjach 5.8 i wyzej nie zapisuje się
- wlaczone moduly (modules.ini)
;;;
; To enable a module, remove the semi-colon (<img src='http://images.amxx.pl/public/style_emoticons/default/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
hamsandwich


- Dokładny opis problemu
-tak jak w opisie serwer mi się wyłącza gdy dbmod_5.9l.amxx jest włączony
-czy kazdy na serwie ma ten problem Tak
-od kiedy jest ten problem od włączenia dbmod_5.9l.amxx
-czy wystepuje on w jakis szczegolnych momentach (np. ktos sie laczy, wybuchnie paka, zabije sie kogos z kuszy etc). Nie, tylko jak włączę serwer.

dodaj że mam tylko ten plugin tak że żaden inny tego nie robi ..
//Naprawiłem
Jeszcze inna sprawa.
Mam takie pytanie mam wszystko do bazy sql dodane dlaczego nie działa ?
Edited by Fakuss, 13.01.2011 18:10.
Quote

  • +
  • -
sebul's Photo sebul 12.01.2011

plugins.ini?
Quote

  • +
  • -
Fakuss's Photo Fakuss 12.01.2011

; AMX Mod X plugins



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

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



; Enable to use AMX Mod plugins

;amxmod_compat.amxx	; AMX Mod backwards compatibility layer





; Custom - Add 3rd party plugins here



dbmod_5.9l.amxx
Quote

  • +
  • -
sebul's Photo sebul 13.01.2011

A może w modules.ini zamień
sqlite
na
;sqlite
Quote

  • +
  • -
Fakuss's Photo Fakuss 13.01.2011

nie pomaga..
Quote
Locked