Raised This Month: $ Target: $400
 0% 

Stats


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Heniu
Junior Member
Join Date: Mar 2010
Old 03-13-2010 , 14:37   Re: Stats
Reply With Quote #5

META LIST :
Code:
Currently loaded plugins:
      description      stat pend  file              vers      src  load  unlod
 [ 1] AMX Mod X        RUN   -    amxmodx_mm.dll    v1.8.1.3  ini  Start ANY  
 [ 2] POD-Bot mm       RUN   -    podbot_mm.dll     v3.0B19d  ini  Chlvl ANY  
 [ 3] Fun              RUN   -    fun_amxx.dll      v1.8.1.3  pl1  ANY   ANY  
 [ 4] Engine           RUN   -    engine_amxx.dll   v1.8.1.3  pl1  ANY   ANY  
 [ 5] FakeMeta         RUN   -    fakemeta_amxx.dl  v1.8.1.3  pl1  ANY   ANY  
 [ 6] CStrike          RUN   -    cstrike_amxx.dll  v1.8.1.3  pl1  ANY   ANY  
 [ 7] CSX              RUN   -    csx_amxx.dll      v1.8.1.3  pl1  ANY   ANY  
 [ 8] Ham Sandwich     RUN   -    hamsandwich_amxx  v1.8.1.3  pl1  ANY   ANY  
8 plugins, 8 running
AMX_PLUGINS :
Code:
       name                    version     author            file             status   
 [  1] Admin Base              1.8.1.3746  AMXX Dev Team     admin.amxx       running  
 [  2] Admin Commands          1.8.1.3746  AMXX Dev Team     admincmd.amxx    running  
 [  3] Admin Help              1.8.1.3746  AMXX Dev Team     adminhelp.amxx   running  
 [  4] Slots Reservation       1.8.1.3746  AMXX Dev Team     adminslots.amxx  running  
 [  5] Multi-Lingual System    1.8.1.3746  AMXX Dev Team     multilingual.am  running  
 [  6] Menus Front-End         1.8.1.3746  AMXX Dev Team     menufront.amxx   running  
 [  7] Commands Menu           1.8.1.3746  AMXX Dev Team     cmdmenu.amxx     running  
 [  8] Players Menu            1.8.1.3746  AMXX Dev Team     plmenu.amxx      running  
 [  9] Maps Menu               1.8.1.3746  AMXX Dev Team     mapsmenu.amxx    running  
 [ 10] Plugin Menu             1.8.1.3746  AMXX Dev Team     pluginmenu.amxx  running  
 [ 11] Admin Chat              1.8.1.3746  AMXX Dev Team     adminchat.amxx   running  
 [ 12] Anti Flood              1.8.1.3746  AMXX Dev Team     antiflood.amxx   running  
 [ 13] Scrolling Message       1.8.1.3746  AMXX Dev Team     scrollmsg.amxx   running  
 [ 14] Info. Messages          1.8.1.3746  AMXX Dev Team     imessage.amxx    running  
 [ 15] Admin Votes             1.8.1.3746  AMXX Dev Team     adminvote.amxx   running  
 [ 16] NextMap                 1.8.1.3746  AMXX Dev Team     nextmap.amxx     running  
 [ 17] Nextmap Chooser         1.8.1.3746  AMXX Dev Team     mapchooser.amxx  running  
 [ 18] TimeLeft                1.8.1.3746  AMXX Dev Team     timeleft.amxx    running  
 [ 19] Pause Plugins           1.8.1.3746  AMXX Dev Team     pausecfg.amxx    running  
 [ 20] Stats Configuration     1.8.1.3746  AMXX Dev Team     statscfg.amxx    running  
 [ 21] CS Misc. Stats          1.8.1.3746  AMXX Dev Team     miscstats.amxx   running  
 [ 22] unknown                 unknown     unknown           csstats.amxx     running  
 [ 23] StatsX                  0.9.8b      XAD (OLO)         statsx.amxx      running  
 [ 24] Advanced Bullet Damage  1.0         Sn!ff3r           abd.amxx         running  
 [ 25] Alternative End Round   2.3b        Arkshine          alt_end_round_s  running  
 [ 26] Ultimate Sound          1.5         Dizzy             us.amxx          running  
 [ 27] Game Namer              1.1         NeuroToxin        gamenamechanger  running  
 [ 28] Bomb Countdown HUD Tim  0.2         SAMURAI           bomba.amxx       running  
 [ 29] Admin Spectator ESP     1.3         KoST              anty-wh.amxx     running  
 [ 30] Team Balancer           1.8b2       Ptahhotep         ptb.amxx         running  
 [ 31] daynight                1.1         NL)Ramon(NL       night_day.amxx   running  
31 plugins, 31 running
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)
pluginmenu.amxx        ; Menus for commands/cvars organized by plugin

; 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
miscstats.amxx        ; bunch of events announcement for Counter-Strike
;stats_logging.amxx    ; weapons stats logging (CSX Module required!)
csstats.amxx            ; Staty

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

; Custom - Add 3rd party plugins here

statsx.amxx             ; Staty
abd.amxx                ; Pokaz damage
alt_end_round_sounds.amxx ; Muza pod koniec rundy
us.amxx                 ; Ultimate Sounds
gamenamechanger.amxx    ; Zmiana Nazwy gry
bomba.amxx              ; Odliczanie bomby + muza
anty-wh.amxx            ; ESP na Specu
ptb.amxx                ; Team Balance
night_day.amxx          ; Noc i Dzien
STATS.ini
Code:
;Generated by Stats Configuration Plugin. Do not modify!
;Variable  Description
ShowAttackers            ;Show Attackers
ShowVictims              ;Show Victims
ShowStats                ;HUD-stats default
SayRankStats             ;Say /rankstats
SayRank                  ;Say /rank
SayTop15                 ;Say /top15
Waiting for replay
Heniu is offline
 



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 08:42.


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