←  Problemy

AMXX.pl: Support AMX Mod X i SourceMod

»

war3ftmod niezapisuje xp

Zablokowany

  • +
  • -
kndlucek - zdjęcie kndlucek 02.01.2009

mam problem poniewaz zainstalowalem moda war3ft i nie zapisuje mi xP wypelnilem pola w sql.cfg
oto moj 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 "mysql.cba.pl"
amx_sql_user "mtv*****"
amx_sql_pass "*******"
amx_sql_db "amx"
amx_sql_table "admins"
amx_sql_type "mysql"


a to moje modules

;;;
; To enable a module, remove the semi-colon (<img src='https://amxx.pl/public/style_emoticons/<#EMO_DIR#>/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
cstrike
csx
xstats
netdb
Odpowiedz

  • +
  • -
R3X - zdjęcie R3X 02.01.2009

spróbuj z włączonym
sqlx
w modułach, po prostu dopisz to do modules.ini
Odpowiedz

  • +
  • -
Saper - zdjęcie Saper 02.01.2009

amx_sql_host "mysql.cba.pl"


Aby zapisywac xP do mysql potrzebny jest zewnetrzny dostep do bazy mysql ktorego na cba.pl nie ma... Zly host
Odpowiedz
Zablokowany