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

stats problems (again....)


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
bld01
New Member
Join Date: Mar 2007
Old 03-03-2007 , 09:55   stats problems (again....)
Reply With Quote #1

Hello everyone,

Before posting I read many post about this problem but I cannot solve it.

I have CS and CZ And I put AMDX MODX for use with CZ. It runs, I can use map voting etc...etc... BUT the stats not runs. I can use amxmodmenu and set all the stats to "on" but when i die or i kill somebody or a bot, the sats stays at 0 (0 damages done, 0 kills....) only the distance is correct (in the message in the top left of the screen).

here's the modules.ini and the plugins.ini I have :

Code:
fun
;engine
;fakemeta
;geoip
;sockets
;regex
;nvault
cstrike
csx
csx_amxx
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!)

; Enable to use AMX Mod plugins
amxmod_compat.amxx    ; AMX Mod backwards compatibility layer

; Custom - Add 3rd party plugins here
I somebody have an idea....

thanks a lot

bld01
bld01 is offline
Spanky McNutnut
AMX Mod X Beta Tester
Join Date: Feb 2006
Old 03-03-2007 , 13:16   Re: stats problems (again....)
Reply With Quote #2

Show us output of amxx plugins, and meta list, in the server's RCON.
Spanky McNutnut is offline
bld01
New Member
Join Date: Mar 2007
Old 03-03-2007 , 15:21   Re: stats problems (again....)
Reply With Quote #3

Hi,

I'm not sure it's what you want to see but I have that :

NET Ports: server 27015, client 27005
Server IP address 192.168.0.1:27015

Metamod version 1.19 Copyright (c) 2001-2006 Will Day <[email protected]>
Metamod comes with ABSOLUTELY NO WARRANTY; for details type `meta gpl'.
This is free software, and you are welcome to redistribute it
under certain conditions; type `meta gpl' for details.


AMX Mod X version 1.76c Copyright (c) 2004-2006 AMX Mod X Development Team
AMX Mod X comes with ABSOLUTELY NO WARRANTY; for details type `amxx gpl'.
This is free software and you are welcome to redistribute it under
certain conditions; type 'amxx gpl' for details.

L 03/03/2007 - 21:23:43: -------- Mapchange to de_dust2_cz --------
Navigation map loaded.
[AMXX] Loaded 2 admins from file
L 03/03/2007 - 21:23:54: [nextmap.amxx] WARNING: Couldn't find a valid map or the file doesn't exist (file "mapcycle.txt")
Executing AMX Mod X Configuration File
Scrolling message displaying frequency: 10:00 minutes
L 03/03/2007 - 21:23:55: [admin.amxx] Login: "blood01<1><STEAM_ID_LAN><>" became an admin (account "STEAM_ID_LAN") (access "abcdefghijklmnopqrstu") (address "loopback")
* Privileges set
VAC secure mode disabled.

BUILD 3647 SERVER (0 CRC)
Server # 1
Adding master server 68.142.72.250:27010
Adding master server 69.28.151.162:27010
L 03/03/2007 - 21:24:03: [admin.amxx] Login: "blood01<1><STEAM_ID_LAN><>" became an admin (account "STEAM_ID_LAN") (access "abcdefghijklmnopqrstu") (address "loopback")
blood01 connected
blood01 is joining the Terrorist force
Scoring will not start until both teams have players
Bob connected



thnaks

bld01
bld01 is offline
vvg125
AMX Mod X Beta Tester
Join Date: Dec 2006
Location: Queens (Douglaston), New
Old 03-03-2007 , 15:54   Re: stats problems (again....)
Reply With Quote #4

No he said enter the commands meta list and amxx plugins in the server console.
__________________
vvg125 is offline
Send a message via AIM to vvg125 Send a message via MSN to vvg125 Send a message via Yahoo to vvg125
bld01
New Member
Join Date: Mar 2007
Old 03-03-2007 , 16:13   Re: stats problems (again....)
Reply With Quote #5

ah ok. Here's the meta list :


] meta list
Currently loaded plugins:
description stat pend file vers src load unlod
[ 1] AMX Mod X RUN - amxmodx_mm.dll v1.76c ini ANY ANY
[ 2] Fun RUN - fun_amxx.dll v1.76 pl1 ANY ANY
[ 3] CStrike RUN - cstrike_amxx.dll v1.76 pl1 ANY ANY
[ 4] CSX RUN - csx_amxx.dll v1.76c pl1 ANY ANY
[ 5] Engine RUN - engine_amxx.dll v1.76 pl1 ANY ANY
[ 6] FakeMeta RUN - fakemeta_amxx.dl v1.76b pl1 ANY ANY
6 plugins,




and here's the amxx plugins




] amxx plugins
Currently loaded plugins:
name version author file status
[ 1] Admin Base 1.76c AMXX Dev Team admin.amxx running
[ 2] Admin Commands 1.76c AMXX Dev Team admincmd.amxx running
[ 3] Admin Help 1.76c AMXX Dev Team adminhelp.amxx running
[ 4] Slots Reservation 1.76c AMXX Dev Team adminslots.amxx running
[ 5] Multi-Lingual System 1.76c AMXX Dev Team multilingual.am running
[ 6] Menus Front-End 1.76c AMXX Dev Team menufront.amxx running
[ 7] Commands Menu 1.76c AMXX Dev Team cmdmenu.amxx running
[ 8] Players Menu 1.76c AMXX Dev Team plmenu.amxx running
[ 9] Maps Menu 1.76c AMXX Dev Team mapsmenu.amxx running
[ 10] Admin Chat 1.76c AMXX Dev Team adminchat.amxx running
[ 11] Anti Flood 1.76c AMXX Dev Team antiflood.amxx running
[ 12] Scrolling Message 1.76c AMXX Dev Team scrollmsg.amxx running
[ 13] Info. Messages 1.76c AMXX Dev Team imessage.amxx running
[ 14] Admin Votes 1.76c AMXX Dev Team adminvote.amxx running
[ 15] NextMap 1.76c AMXX Dev Team nextmap.amxx running
[ 16] Nextmap Chooser 1.76c AMXX Dev Team mapchooser.amxx running
[ 17] TimeLeft 1.76c AMXX Dev Team timeleft.amxx running
[ 18] Pause Plugins 1.76c AMXX Dev Team pausecfg.amxx running
[ 19] Stats Configuration 1.76c AMXX Dev Team statscfg.amxx running
[ 20] StatsX 1.76c AMXX Dev Team statsx.amxx running
[ 21] CS Stats Logging 1.76c AMXX Dev Team stats_logging.a running
[ 22] AMX Mod Compat Engine 1.76.rc AMXX Dev Team amxmod_compat.a running

thanks,


bld01
bld01 is offline
KWo
AMX Mod X Beta Tester
Join Date: Jul 2004
Location: Poland
Old 03-06-2007 , 08:55   Re: stats problems (again....)
Reply With Quote #6

Write in Your amxx.cfg this line:
csstats_rankbots 1
Then - if any bot will kill You (or vice-versa) You should see damage values and kills again. It has been changed since 1.76c
__________________
The Fullpack of podbot mm V3B22 - 24 apr 2012!!! is available here.
The All-In-One 3.2a package - 02 jun 2013 (AMX X 1.8.2 [with ATAC 3.0.1b , CSDM2.1.3c beta, CM OE 0.6.5, podbot mm V3B22c and mm 1.20) is available here.
The newest Beta V3B23a (rel. 28 august 2018!!!) is available here.
KWo 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 18:50.


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