←  Problemy

AMXX.pl: Support AMX Mod X i SourceMod

»

Problem z Rankiem

Zablokowany

  • +
  • -
Lethos - zdjęcie Lethos 10.02.2010

Otóż gdy resetuje serwer to ranking sam sie resetuje automatycznie takze po jakimś czasie sie resetuje raz po tygodniu raz po 2 dniach raz po 1 jak to zrobic zeby sie nie resetowal
Odpowiedz

  • +
  • -
kasza - zdjęcie kasza 10.02.2010

Nie jestem pewnien, ale do tego służy ta komenda

// Max size of the stats file
//
// Default value: 3500
csstats_maxsize 3500
Odpowiedz

  • +
  • -
proszeczek - zdjęcie proszeczek 10.02.2010

Miałem ten sam problem. Problem ten tkwi, w bazie MySQL, ponieważ zapewne masz ją wyłączoną. Tak powinien wyglądac Twój Modules.ini. Po tym jak to zmieniłem było wszystko okey ;]


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

  • +
  • -
Lethos - zdjęcie Lethos 10.02.2010

nie bo zmienilem to na 9999 xD i dalej to samo

u mnie wyglada tak
;;;
; 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. ;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
cstrike
csx
fun
engine
fakemeta
;geoip
;sockets
;regex
;nvault
hamsandwich
Odpowiedz
Zablokowany