Raised This Month: $32 Target: $400
 8% 

amxx /top15 not working...


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
dOoBiX
New Member
Join Date: Jul 2006
Old 07-31-2006 , 20:56   amxx /top15 not working...
Reply With Quote #1

I am running AMX modx v1.75 with the Counter-Strike addon.

When I type /top15, it shows the window with kills, deaths, shots, hs, eff, acc, etc. However all of them show "0"... the shots column works though.

ex: When I kill someone, my kill still says 0, but the shots column recorded how many times I shot.

What is wrong?

Here is my 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_chicken.amxx
amx_ejl_spacedudehook.amxx
amx_parachute_new.amxx
amxx_piss_cs_cz.amxx
bunnyhop.amxx
multijump.amxx
automatic_knife_duel.amxx
precache.amxx
dOoBiX is offline
Locks
Senior Member
Join Date: Sep 2005
Old 07-31-2006 , 20:58   Re: amxx /top15 not working...
Reply With Quote #2

enable stats_logging.amxx
Locks is offline
dOoBiX
New Member
Join Date: Jul 2006
Old 07-31-2006 , 22:57   Re: amxx /top15 not working...
Reply With Quote #3

Alright, I uncommented the stats_logging.amxx and my /top15 still isn't working right.

Here's my 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_chicken.amxx
amx_ejl_spacedudehook.amxx
amx_parachute_new.amxx
amxx_piss_cs_cz.amxx
bunnyhop.amxx
multijump.amxx
automatic_knife_duel.amxx
precache.amxx
Could it be my modules.ini?
Code:
;mysql
;sqlite

fun
engine
fakemeta
;geoip
;sockets
;regex
;nvault
cstrike
csx
miscstats.amxx is also not working -it doesn't announce the "Head Shot" and stuff.

Help please?
dOoBiX is offline
M4Maniac
Member
Join Date: Aug 2005
Old 08-01-2006 , 01:11   Re: amxx /top15 not working...
Reply With Quote #4

Your modules look good to me....
M4Maniac is offline
dOoBiX
New Member
Join Date: Jul 2006
Old 08-01-2006 , 03:02   Re: amxx /top15 not working...
Reply With Quote #5

YES! I fixed it.

It's because my metamod plugins.ini has the module dll's from the amx modx.

Code:
;win32 addons/amxmodx/modules/fun_amxx.dll
;win32 addons/amxmodx/modules/engine_amxx.dll
;win32 addons/amxmodx/modules/cstrike_amxx.dll
;win32 addons/amxmodx/modules/csx_amxx.dll
;win32 addons/amxmodx/modules/fakemeta_amxx.dll
I commented them out, and now my server plays the "mulitikill, headshot" sounds and /top15 shows the kills, deaths, etc!


EDIT: Hmm, now my bunnyhop, multijump, and parachute plugins don't work.

EDIT 2: It appears that I only need to comment out cstrike_amxx and cs_amxx.

Now my plugins.ini for metamod looks like this:
Code:
win32 addons/amxmodx/modules/fun_amxx.dll
win32 addons/amxmodx/modules/engine_amxx.dll
;win32 addons/amxmodx/modules/cstrike_amxx.dll
;win32 addons/amxmodx/modules/csx_amxx.dll
win32 addons/amxmodx/modules/fakemeta_amxx.dll
Everything seems to be fine now.

I should be giving myself karma, lol.

Last edited by dOoBiX; 08-01-2006 at 15:17.
dOoBiX is offline
sunmao
New Member
Join Date: May 2010
Old 05-06-2010 , 21:02   Re: amxx /top15 not working...
Reply With Quote #6

Hi! I have exacatly the same problem. I am using the latest amx mod x

My modules:


MySQL 1.8.1.3746 AMX Mod X Dev Team running
Fun 1.8.1.3746 AMX Mod X Dev Team running
Engine 1.8.1.3746 AMX Mod X Dev Team running
FakeMeta 1.8.1.3746 AMX Mod X Dev Team running
nVault 1.8.1.3746 AMX Mod X Dev Team running
CStrike 1.8.1.3746 AMX Mod X Dev Team running
CSX 1.8.1.3746 AMX Mod X Dev Team running
SQLite 1.8.1.3746 AMX Mod X Dev Team running
Ham Sandwich 1.8.1.3746 AMX Mod X Dev Team running

My important plugins(not the whole):

StatsX 1.8.1.3746 AMXX Dev Team statsx.amxx running
CS Misc. Stats 1.8.1.3746 AMXX Dev Team miscstats.amxx running
CS Stats Logging 1.8.1.3746 AMXX Dev Team stats_logging.a running
AMX Mod Compat En 1.76.rc4 AMXX Dev Team amxmod_compat.a running
Warcraft 3 Frozen 3.0 RC13 Geesu, Avanderik war3ft.amxx debug
Vote Ban 1.0 Alka voteban.amxx runn

My plugins.ini (not the whole):

; 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
war3ft.amxx debug
voteban.amxx

My modules:

mysql
;sqlite
fun
engine
fakemeta
;geoip
;sockets
;regex
nvault
cstrike
csx
;hamsandwich

My data folder privilages:

drwxrwxr-x 5 107 users 4096 May 6 22:51 data

Please somebody help me!!
sunmao is offline
MrXtramean
Senior Member
Join Date: Jun 2005
Old 05-13-2010 , 19:28   Re: amxx /top15 not working...
Reply With Quote #7

I have a similar problem with stats. /top15 and /rankstats

Why are the "deaths" not being recorded while everything else is?




; 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
hlstatsx_commands_cstrike.amxx ; HLStatsX interaction plugin

And Psychostats 3 is running. Should we just use the plugin for psychostats? We don't want lag though.

Modules:

fun
engine
fakemeta
;geoip
;sockets
;regex
nvault
cstrike
csx
hamsandwich


I did notice that in addons\amxmodx\dlls\amxmodx_i386.so
And in metamod\plugins.ini\ linux addons/amxmodx/dlls/amxmodx_mm_i386.so

But in metamod\dlls is this
metamod.so
metamodn.so
metamodp25.so
__________________
[NdN] 2021....We're Back!
MrXtramean 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 22:09.


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