Evie Addon Details

Watch - Add Favorite

Vip Mod - Version 2.0.0

posted on 2007-07-03 02:40:10
by [NATO]Hunter
8
w00ts
w00t!
Requires: Tags: css dods info player-tracking sdk stats TF2 vip

Description

Vip Mod Addon

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

Description:
This scriptaddon tracks the played rounds and/or kills of each player on your server. After a specified amount of "points" the players are VIPs. You can setup differenct VIP-names based on the number of points.
You can also add commands for the VIP players. Actualy you can give the VIP's access to change FriendlyFire on/off, set the next map, kick a player and change the map.

Features:
* Players can use their VIP permissions by saying !vip.
* Players can lookup their own stats by saying !vip or !vipstats.
* Players can lookup the stats of other online players by saying !vipstats [part-of-playername].
* Players can lookup the highest ranked players by saying !vipstats top.
* Top does support topX syntax. eg. top7, top12, top21, ...
* Shows up the total points of a player on (dis)connect and team changes.
* Shows up the session points 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 vip_mod folder
* Add the config to your server.cfg:
// How much days should inactive users be stored, before their settings get deleted? ( default = 30 )
vip_mod_savetime 30
 
// Should the scriptaddon annouce player time stats on connect? ( 1 = on | 0 = off )
vip_mod_msg_connect 1
 
// Should the scriptaddon annouce player time stats on disconnect? ( 1 = on | 0 = off )
vip_mod_msg_disconnect 1
 
// Should the scriptaddon annouce player time stats on teamchange? ( 1 = on | 0 = off )
vip_mod_msg_teamchange 1
 
// Should the scriptaddon count rounds or kills? ( 0 = rounds & kills | 1 = rounds | -1 = kills )
vip_mod_trackmode 0
 
// Enable UserTags feature? ( 1 = on | 0 = off )
vip_mod_usertags 0
 
// Enable UserModels feature? ( 1 = on | 0 = off )
vip_mod_usermodels 0

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

* Restart your server

License:


Have Fun :)

Greets
Hunter

Version Notes For 2.0.0 (Announce this update)

Updated on: 2009-01-02 14:57:00 EST by [NATO]Hunter
Ported to Python.
( Previous Versions )