Raised This Month: $51 Target: $400
 12% 

Need help with stats


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
wild-kingdom
Junior Member
Join Date: Feb 2006
Location: Canada
Old 08-22-2006 , 09:59   Need help with stats
Reply With Quote #1

Dear teams:
My stats plugins was suddenly not working. It was working fine before till today.I have checked everything but still have no clue what went wrong. Also i have tryed amx_statscfgmenu in console it says stats plugin are not installed on this server ML_NOTFOUND SAVE_CONF. I hope you guys can figure out the problem, i am appreciated it. Thanks you for your time


; AMX Mod X Modules
; You can specify both linux & win32 modules here
; To enable a module, remove the semi-colon from the line

; ------------------------------
; Fun - provides extra functions
; ------------------------------
fun_amxx_i386.so
fun_amxx.dll
fun_amxx_amd64.so

; ----------------------------------------------------
; Engine - provides engine functions core to Half-Life
; ----------------------------------------------------
engine_amxx_i386.so
engine_amxx.dll
engine_amxx_amd64.so

; ----------------------------------------------------------
; Fakemeta - provides a massive interface into the HL engine
; ----------------------------------------------------------
fakemeta_amxx_i386.so
fakemeta_amxx.dll
fakemeta_amxx_amd64.so

; -------------------------------------------
; Database Access - only enable one of these
; -------------------------------------------
; MySQL
;mysql_amxx_i386.so
;mysql_amxx.dll
;mysql_amxx_amd64.so
; PostgreSQL
;pgsql_amxx_i386.so
;pgsql_amxx.dll
; Microsoft SQL
;mssql_amxx.dll
; SQLite
;sqlite_amxx.dll
;sqlite_amxx_i386.so
;sqlite_amxx_amd64.so

; ---------------------------------------------
; GeoIP - determines the country of ip adresses
; ---------------------------------------------
;geoip_amxx_i386.so
;geoip_amxx.dll
;geoip_amxx_amd64.so

; --------------------------------
; Sockets - network socket support
; --------------------------------
;sockets_amxx_i386.so
;sockets_amxx.dll
;sockets_amxx_amd64.so

; --------------------------
; Regular Expression support
; --------------------------
regex_amxx_i386.so
regex_amxx.dll
regex_amxx_amd64.so

; --------------------
; Binary Vault support
; --------------------
nvault_amxx_i386.so
;nvault_amxx.dll
;nvault_amxx_amd64.so

; ----------------------------------------------------------
; Counter-Strike - adds functions specific to Counter-Strike
; ----------------------------------------------------------
cstrike_amxx_i386.so
cstrike_amxx.dll
cstrike_amxx_amd64.so

; -----------------------------------------------------
; CSX - adds functionality for CS statistics and events
; -----------------------------------------------------
csx_amxx_i386.so
csx_amxx.dll
csx_amxx_amd64.so



CS Stats Logging1.70 AMXX Dev Team stats_logging.a running
CS Misc. Stats 1.70 AMXX Dev Team miscstats.amxxrunning
StatsX 1.70 AMXX Dev Team statsx.amxxrunning
Stats Configurati 1.70 AMXX Dev Team statscfg.amxx running
Pause Plugins1.70 AMXX Dev Team pausecfg.amxx running



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

; Chat / Messages
std_admin_color_chat.amxx
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

; Counter-Strike
;restmenu.amxx ; restrict weapons menu
statsx.amxx ; stats on death or round end (CSX Module required!)
miscstats.amxx ; bunch of events announcement for Counter-Strike
stats_logging.amxx ; weapons stats logging (CSX Module required!)
__________________
Wild Kingdom Clan
Server IP: 64.182.103.92:27016
wild-kingdom is offline
Dr Nick^
Senior Member
Join Date: Aug 2006
Location: Monnickendam
Old 08-22-2006 , 10:55   Re: Need help with stats
Reply With Quote #2

is your file not full ?
try to empty it, and enlarge the file size in your amxx.cfg
__________________
Dr Nick^ is offline
k007
BANNED
Join Date: Mar 2006
Location: bacon?
Old 08-22-2006 , 16:48   Re: Need help with stats
Reply With Quote #3

update to 1.75a
k007 is offline
Send a message via MSN to k007
wild-kingdom
Junior Member
Join Date: Feb 2006
Location: Canada
Old 08-23-2006 , 02:28   Re: Need help with stats
Reply With Quote #4

Ok i upgrade to 1.75a, but when i type amx_statscfgmenu in console it still says stats plugin are not installed in this server. i got everything running.

CS Stats Logging1.75 AMXX Dev Team stats_logging.a running
CS Misc. Stats 1.75 AMXX Dev Team miscstats.amxxrunning
StatsX 1.75 AMXX Dev Team statsx.amxxrunning
Stats Configurati 1.75 AMXX Dev Team statscfg.amxx running
__________________
Wild Kingdom Clan
Server IP: 64.182.103.92:27016
wild-kingdom is offline
Dr Nick^
Senior Member
Join Date: Aug 2006
Location: Monnickendam
Old 08-23-2006 , 02:34   Re: Need help with stats
Reply With Quote #5

got the right modules running?

cstrike, csx ?

*because you updated
__________________
Dr Nick^ is offline
wild-kingdom
Junior Member
Join Date: Feb 2006
Location: Canada
Old 08-23-2006 , 07:16   Re: Need help with stats
Reply With Quote #6

Yeah, 100 % sure everything is running because i'm running superhero mod.

Software info

OS Linux
AMXModX 1.75a
MetaMod 1.19p28
W 0.48

Code:
; AMX Mod X Modules
; You can specify both linux & win32 modules here
; To enable a module, remove the semi-colon from the line

; ------------------------------
; Fun - provides extra functions
; ------------------------------
fun_amxx_i386.so
fun_amxx.dll
fun_amxx_amd64.so

; ----------------------------------------------------
; Engine - provides engine functions core to Half-Life
; ----------------------------------------------------
engine_amxx_i386.so
engine_amxx.dll
engine_amxx_amd64.so

; ----------------------------------------------------------
; Fakemeta - provides a massive interface into the HL engine
; ----------------------------------------------------------
fakemeta_amxx_i386.so
fakemeta_amxx.dll
fakemeta_amxx_amd64.so

; -------------------------------------------
; Database Access - only enable one of these
; -------------------------------------------
; MySQL
;mysql_amxx_i386.so
;mysql_amxx.dll
;mysql_amxx_amd64.so
; PostgreSQL
;pgsql_amxx_i386.so
;pgsql_amxx.dll
; Microsoft SQL
;mssql_amxx.dll
; SQLite
;sqlite_amxx.dll
;sqlite_amxx_i386.so
;sqlite_amxx_amd64.so

; ---------------------------------------------
; GeoIP - determines the country of ip adresses
; ---------------------------------------------
;geoip_amxx_i386.so
;geoip_amxx.dll
;geoip_amxx_amd64.so

; --------------------------------
; Sockets - network socket support
; --------------------------------
;sockets_amxx_i386.so
;sockets_amxx.dll
;sockets_amxx_amd64.so

; --------------------------
; Regular Expression support
; --------------------------
regex_amxx_i386.so
regex_amxx.dll
regex_amxx_amd64.so

; --------------------
; Binary Vault support
; --------------------
nvault_amxx_i386.so
;nvault_amxx.dll
;nvault_amxx_amd64.so

; ----------------------------------------------------------
; Counter-Strike - adds functions specific to Counter-Strike
; ----------------------------------------------------------
cstrike_amxx_i386.so
cstrike_amxx.dll
cstrike_amxx_amd64.so

; -----------------------------------------------------
; CSX - adds functionality for CS statistics and events
; -----------------------------------------------------
csx_amxx_i386.so
csx_amxx.dll
csx_amxx_amd64.so
__________________
Wild Kingdom Clan
Server IP: 64.182.103.92:27016

Last edited by wild-kingdom; 08-23-2006 at 08:25.
wild-kingdom is offline
Dr Nick^
Senior Member
Join Date: Aug 2006
Location: Monnickendam
Old 08-23-2006 , 07:22   Re: Need help with stats
Reply With Quote #7

modules not plugins ;)

but euhm when you try to set some commands in your amxx.cfg

Code:
// Rank mode
// 0 - by nick
// 1 - by authid
// 2 - by ip
csstats_rank 1
// Max size of the stats file
csstats_maxsize 50000
// Duration of HUD-statistics
amx_statsx_duration 12.0
// HUD-statistics display limit relative round freeze end
// Negative time will clear the HUD-statstics before the round freeze time has ended
amx_statsx_freeze -2.0
__________________
Dr Nick^ is offline
wild-kingdom
Junior Member
Join Date: Feb 2006
Location: Canada
Old 08-23-2006 , 07:24   Re: Need help with stats
Reply With Quote #8

Code:
// Rank mode
// 0 - by nick
// 1 - by authid 
// 2 - by ip
csstats_rank 1

// Max size of the stats file
csstats_maxsize 3500

// Duration of HUD-statistics
amx_statsx_duration 12.0

// HUD-statistics display limit relative round freeze end
// Negative time will clear the HUD-statstics before the round freeze time has ended
amx_statsx_freeze -2.0
__________________
Wild Kingdom Clan
Server IP: 64.182.103.92:27016

Last edited by wild-kingdom; 08-23-2006 at 08:24. Reason: Wrong post
wild-kingdom is offline
Dr Nick^
Senior Member
Join Date: Aug 2006
Location: Monnickendam
Old 08-23-2006 , 07:33   Re: Need help with stats
Reply With Quote #9

i'm out of options,

and btw, tis not look likes the modules from 1.75a,

Code:
;;;
; 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
this is what i have ;)

and mine plugins.ini
Code:
; 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)
; 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
; Counter-Strike
restmenu.amxx           ; restrict weapons menu
statsx.amxx             ; stats on death or round end (CSX Module required!)
miscstats.amxx          ; bunch of events announcement for Counter-Strike
stats_logging.amxx      ; weapons stats logging (CSX Module required!)

; Custom - Add 3rd party plugins here
amx_atac.amxx
amx_atac_cfg.amxx
mine settings in amxx you already got..
so i'm out off options
__________________
Dr Nick^ is offline
wild-kingdom
Junior Member
Join Date: Feb 2006
Location: Canada
Old 08-23-2006 , 08:22   Re: Need help with stats
Reply With Quote #10

Any of the pro amxx user can help? trying the white box thing

Edit: Yeah because i was using 1.70.. and i upgrade it
__________________
Wild Kingdom Clan
Server IP: 64.182.103.92:27016

Last edited by wild-kingdom; 09-11-2006 at 18:48.
wild-kingdom is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 17:33.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode