Raised This Month: $ Target: $400
 0% 

Stats cstrke modules


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
SMWhit3out
New Member
Join Date: Nov 2006
Old 11-19-2006 , 17:04   Stats cstrke modules
Reply With Quote #1

Im having many problems.
1.i have no stats.
2.my moduals arent there.

meta list

[ 1] AMX Mod X, v1.71, Apr 2 2006, by AMX Mod X Dev Team, see
[ 2] Fun, v1.71, Apr 2 2006, by AMX Mod X Dev Team, see
[ 3] Engine, v1.71, Apr 2 2006, by AMX Mod X Dev Team, see
[ 4] FakeMeta, v1.71, Apr 2 2006, by AMX Mod X Dev Team, see
[ 5] MySQL, v1.71, Apr 2 2006, by AMX Mod X Dev Team, see http://www.amxmodx.org/
5 plugins

i want to get cstrike and csx working.
i cant use plugins that use those moduals.

im using amxmodx version 1.76b i got it using gameservers.

i downloaded another copy of amxmodx and pasted the cstrike, csx and csstats files in my ftp such as

in data folder: csstats.amxx and WinCSX
in Modules folder: cstrike_amxx.dll csx_amxx.dll
in Plugins Folder: miscstats.amxx and stats_logging.amxx
in Scripting folder: csstats.sma stats_logging.sma miscstats.sma
in Configs folder: stats.ini [added cstrike and csx to moduals.ini list]
[added miscstats.amxx ; bunch of events announcement for Counter-Strike stats_logging.amxx ; weapons stats logging (CSX Module required!) to plugins.ini]

so I cant get stats to work or some plugins.

Last edited by SMWhit3out; 11-19-2006 at 17:06. Reason: spelling
SMWhit3out is offline
Kensai
Veteran Member
Join Date: Aug 2005
Location: San Diego, California
Old 11-20-2006 , 01:11   Re: Stats cstrke modules
Reply With Quote #2

Show me your plugins.ini and modules.ini please.
Kensai is offline
Send a message via AIM to Kensai Send a message via MSN to Kensai
Brad
AMX Mod X Team Member
Join Date: Jun 2004
Old 11-20-2006 , 09:11   Re: Stats cstrke modules
Reply With Quote #3

I suggest installing the latest version of AMX Mod X and then seeing if you still have problems.
__________________
Brad is offline
[TGA]CrewDawg
Senior Member
Join Date: Jul 2006
Location: San Antonio
Old 11-20-2006 , 11:14   Re: Stats cstrke modules
Reply With Quote #4

I'm having a similar problem...the stats deplay, but it's not logging anything. I just updated to 1.76b

Here is my modules.ini:

Quote:
;;;
; 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
and here is my plugins.ini:

Quote:
; 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)
amx_super-nohpk.amxx ; super admin commands
amx_ban2.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
deagsmapmanage230b.amxx ;Deagle;s map mangment

; 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
servermenu.amxx ;Shows player Other server and will allow them to connect to them Clients say /server
adminreservation.amx ;Old Admin Slot Redirect Still Works
admin_spec_esp.amxx ;ADmin spec anit-Cheat
pbk.amxx ;AFK manager
amxx_atac.2.5.5.3.amxx
amxx_atac_cfg.1.1.08.amxx
say_motd.amxx
loadingsongadvanced.amxx
sank_sounds.amxx
weaponarena.amxx
AMXXMA.amxx
playermodel.amxx
forceteamwin.amxx
droppedbombdefuse.amxx
Can you help...
__________________
[IMG]http://img69.**************/img69/5285/crew4ui.jpg[/IMG]

http://www.truegaming-alliance.com
[TGA]CrewDawg is offline
Send a message via AIM to [TGA]CrewDawg Send a message via MSN to [TGA]CrewDawg Send a message via Yahoo to [TGA]CrewDawg
SweatyBanana
BANNED
Join Date: Sep 2005
Location: LOL
Old 11-20-2006 , 11:23   Re: Stats cstrke modules
Reply With Quote #5

Quote:
;;;
; 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
Quote:
;;;
; 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. ;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;;;;;;;;

cstrike
csx


;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;;;;;;;;
;; 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
SweatyBanana is offline
Send a message via AIM to SweatyBanana Send a message via Yahoo to SweatyBanana
[TGA]CrewDawg
Senior Member
Join Date: Jul 2006
Location: San Antonio
Old 11-20-2006 , 14:27   Re: Stats cstrke modules
Reply With Quote #6

Why did you post those modules.ini's?
__________________
[IMG]http://img69.**************/img69/5285/crew4ui.jpg[/IMG]

http://www.truegaming-alliance.com
[TGA]CrewDawg is offline
Send a message via AIM to [TGA]CrewDawg Send a message via MSN to [TGA]CrewDawg Send a message via Yahoo to [TGA]CrewDawg
Kensai
Veteran Member
Join Date: Aug 2005
Location: San Diego, California
Old 11-20-2006 , 14:35   Re: Stats cstrke modules
Reply With Quote #7

Because he was missing the cstrike modules.

Quote:
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;;;;;;;;
;; Put third party modules below here. ;;
;; You can just list their names, without the _amxx ;;
;; or file extension. ;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;;;;;;;;

cstrike
csx
Kensai is offline
Send a message via AIM to Kensai Send a message via MSN to Kensai
Old 11-20-2006, 20:16
[TGA]CrewDawg
This message has been deleted by [TGA]CrewDawg.
[TGA]CrewDawg
Senior Member
Join Date: Jul 2006
Location: San Antonio
Old 11-29-2006 , 17:16   Re: Stats cstrke modules
Reply With Quote #8

Ok thx again for the help but, is there a cvar to make it so stats don't reset everyday?
__________________
[IMG]http://img69.**************/img69/5285/crew4ui.jpg[/IMG]

http://www.truegaming-alliance.com
[TGA]CrewDawg is offline
Send a message via AIM to [TGA]CrewDawg Send a message via MSN to [TGA]CrewDawg Send a message via Yahoo to [TGA]CrewDawg
Kensai
Veteran Member
Join Date: Aug 2005
Location: San Diego, California
Old 11-29-2006 , 18:06   Re: Stats cstrke modules
Reply With Quote #9

csstats_reset 0

Put that in amxx.cfg
Kensai is offline
Send a message via AIM to Kensai Send a message via MSN to Kensai
[TGA]CrewDawg
Senior Member
Join Date: Jul 2006
Location: San Antonio
Old 11-29-2006 , 18:12   Re: Stats cstrke modules
Reply With Quote #10

you the man Kensai...
__________________
[IMG]http://img69.**************/img69/5285/crew4ui.jpg[/IMG]

http://www.truegaming-alliance.com
[TGA]CrewDawg is offline
Send a message via AIM to [TGA]CrewDawg Send a message via MSN to [TGA]CrewDawg Send a message via Yahoo to [TGA]CrewDawg
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:35.


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