←  Problemy

AMXX.pl: Support AMX Mod X i SourceMod

»

CoD Stary
CODMOD wgl. nie działa O,o

Locked

  • +
  • -
V3ko's Photo V3ko 14.06.2011

Witam. Chciałem zmienić nowego cod'a na starego, więc tak zrobiłem. Zatrzymałem serwer, wyczyściłem pliki z vault/ usunalem plugins-codmod.ini i wrzucilem .amxx starego cod'a dopisalem do plugins.ini QTM_CodMod.amxx ( tak sie plugin nazywa ), restartuje serwer wchodze i nie dziala. Wchodze w Pause Plugins i jeden jedyny plugin wyswietla sie jako error i jest to CodMod. Logi mam czyste, a tutaj #include z .sma

#include <amxmodx>
#include <amxmisc>
#include <cstrike>
#include <fun>
#include <fakemeta>
#include <engine>
#include <hamsandwich>
#include <nvault>
#include <colorchat>
#include <fakemeta_util>


modules.ini z serwera
;;;
; 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


ERRORÓW wogóle. nie ma. Pierwszy raz spotykam się z takim błędem. PS. AMXX mam wersji 1.8.2
Edited by V3ko, 14.06.2011 09:56.
Quote

  • +
  • -
sn1p3r's Photo sn1p3r 14.06.2011

sprawdź wielkość literek na początku od silnika i pokaż logi
sr nie do czytałem :)
Edited by sn1p3r, 14.06.2011 10:34.
Quote

  • +
  • -
V3ko's Photo V3ko 14.06.2011

Poradziłem sobie, problem byl z monetami. Do zamkniecia.
Edited by V3ko, 14.06.2011 10:52.
Quote
Locked