Evie Addon Details

Watch - Add Favorite

Most Active - Version 4.0.2

posted on 2006-05-02 16:23:55
by [NATO]Hunter
21
w00ts
w00t!
Requires: Tags: css dods info player-tracking sdk stats TF2

Description

Most Active Addon

This ScriptAddon requires Mattie's Eventscripts v2.0.0.247a or higher!

Description:
This scriptaddon tracks the played time of each player on your server.
It shows up the total time to the player if he connects.
You can add commands for the most active players.

Features:
* Players can lookup their own timestats by saying !active.
* Players can lookup the timestats of other online players by saying !active [part-of-playername].
* Players can lookup the most active players for all teams or for a single team by saying !active top [CT/T/Spec].
* Players can loopup the remaining time for a Tag/Model by saying !active status [part-of-playername].
* Top does support topX syntax. eg. top7, top12, top21, ...
* Shows up the total played time of a player on (dis)connect and team changes.
* Shows up the session played time of a player on team changes.
* (Optional) You can setup usertags that will get added to a players name if he has played long enough.
* (Optional) You can setup usermodels that will get assigned to a player if he has played long enough

Requirements:
* Mattie Eventscripts (2.0.0.247a +)

Installation:
* Extract the file into your folder and upload the files
* Configurations are stored in the .txt file inside the most_active folder
* Add the config to your server.cfg:
// How much days should inactive users be stored, before their settings get deleted? ( default = 30 )
most_active_savetime 30
 
// Should the scriptaddon annouce player time stats on connect? ( 1 = on | 0 = off )
most_active_msg_connect 1
 
// Should the scriptaddon annouce player time stats on disconnect? ( 1 = on | 0 = off )
most_active_msg_disconnect 1
 
// Should the scriptaddon annouce player time stats on teamchange? ( 1 = on | 0 = off )
most_active_msg_teamchange 1
 
// Ignore bots? ( 1 = yes | 0 = no )
most_active_ignore_bots 0
 
// Enable UserTags feature? ( 1 = on | 0 = off )
most_active_usertags 0
 
// Enable UserModels feature? ( 1 = on | 0 = off )
most_active_usermodels 0

* Add this to your autoexec.cfg (after Auth):
es_load most_active

* Restart your server

License:


Have Fun :)

Greets
Hunter

Version Notes For 4.0.2 (Announce this update)

Updated on: 2009-01-02 15:10:26 EST by [NATO]Hunter
Fixed a math mistake in the UserTags calculation.
( Previous Versions )