←  Problemy

AMXX.pl: Support AMX Mod X i SourceMod

»

Klasa nie działa ;/

Kamyk345D - zdjęcie Kamyk345D 22.09.2011

Wersja amxxa : 1.8.1
Wersja diablo mod : by onyke http://amxx.pl/topic...lomod-by-onyke/ (5.9l)
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
xs
hamsandwich
colorchat
fakemeta_util


Opis :
Nie działa mi klasa, nie wiem czemu ;/
logi : http://www.speedysha...um_WinRAR-a.rar
Użytkownik Kamyk345D edytował ten post 22.09.2011 17:17
Odpowiedz

  • +
  • -
LucKy_skiLL - zdjęcie LucKy_skiLL 22.09.2011

I pokaz sql.cfg moze zle dałes dane i nie moze sie polaczyc
Odpowiedz

Kamyk345D - zdjęcie Kamyk345D 23.09.2011

logi przeciez dalem w 1 poscie,

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 "91.203.223.28"
amx_sql_user "sql6862"
amx_sql_pass "************"
amx_sql_db "sql6862"
amx_sql_table "diablomod"
amx_sql_type "mysql"
Odpowiedz

M@nkovsky - zdjęcie M@nkovsky 23.09.2011

Udostępnij Ip w bazie ,żeby mogła się łączyć od zewnątrz ; )
Odpowiedz

  • +
  • -
LucKy_skiLL - zdjęcie LucKy_skiLL 23.09.2011

A na jakim hostingu masz baze ?
Odpowiedz

Kamyk345D - zdjęcie Kamyk345D 23.09.2011

Hosting www.GameServ.pl
Mam jeszcze baze na Proserwer.pl
Ale na tamtej tez nie dziala klasa ;/

Ip udostepnilem : )
Odpowiedz

  • +
  • -
glut - zdjęcie glut 24.09.2011

w sql masz miec tak

// 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 "91.203.223.28"
amx_sql_user "sql6862"
amx_sql_pass "************"
amx_sql_db "sql6862"
amx_sql_table "diablomod"
amx_sql_type "mysql"


diablo_sql_host "strona.xaa.pl"
diablo_sql_user "użytkownik bazy danych"
diablo_sql_pass "hasło użytkownika
diablo_sql_database "nazwa bazy"
diablo_sql_table "dbmod_tablet"

w miejscu strona.xaa.pl wpisz swoja nazwe strony np amxx.xaa.pl
Odpowiedz

Kamyk345D - zdjęcie Kamyk345D 24.09.2011

To tak :
- Klasa nie działa ;/
- Na wersji nVault klasa działa, i właśnie pewnie bym korzystał z wersji nVault, ale jest problem : ?

- Exp leci, ale się wogóle nie zapisuję ;/
- Nie dostaje się itemu za zabicie ;/

Da się to jakoś naprawić ?, bo chyba z wersją SQL mi nie wyjdzie ;/
Odpowiedz

  • +
  • -
Onyke - zdjęcie Onyke 24.09.2011

Cvary od bazy dbmoda wpisz w amxx.cfg
Odpowiedz

Kamyk345D - zdjęcie Kamyk345D 24.09.2011

Onyke, mam baze na GameServ.pl (hosting serwerow) i tam mam bezposredni link do PHp my admina, i przypadkiem nie trzeba samemu table zrobic ? (jesli tak, to nie wiem jak) .

//
Mam forum na xaa.pl, i probowalem tez z baza z proserwer.pl (ale z baza pod forum, bo mozna zrobic max 2, a ja mam na forum , a druga na amxbans)
Takze co proponujesz zrobic : ) ?
Odpowiedz

  • +
  • -
KariiO - zdjęcie KariiO 27.09.2011

w sql masz miec tak

// 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 "91.203.223.28"
amx_sql_user "sql6862"
amx_sql_pass "************"
amx_sql_db "sql6862"
amx_sql_table "diablomod"
amx_sql_type "mysql"


diablo_sql_host "strona.xaa.pl"
diablo_sql_user "użytkownik bazy danych"
diablo_sql_pass "hasło użytkownika
diablo_sql_database "nazwa bazy"
diablo_sql_table "dbmod_tablet"

w miejscu strona.xaa.pl wpisz swoja nazwe strony np amxx.xaa.pl

Czemu zakładasz że ma na proserwerze ? -_-

Wersja amxxa : 1.8.1
Wersja diablo mod : by onyke http://amxx.pl/topic...lomod-by-onyke/ (5.9l)
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
xs
hamsandwich
colorchat
fakemeta_util


Opis :
Nie działa mi klasa, nie wiem czemu ;/
logi : http://www.speedysha...um_WinRAR-a.rar

Zablokuj sqlite , pewnie nie będzie użyteczne.
Odpowiedz