Description
[b][size=20]Vip Mod Addon[/size][/b]
[color=red][b]This ScriptAddon requires Mattie's Eventscripts v2.0.0.247a or higher![/b][/color]
[b][size=18]Description:[/size][/b]
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.
[b][size=18]Features:[/size][/b]
* Players can use their VIP permissions by saying [b]!vip[/b].
* Players can lookup their own stats by saying [b]!vip[/b] or [b]!vipstats[/b].
* Players can lookup the stats of other online players by saying [b]!vipstats [part-of-playername][/b].
* Players can lookup the highest ranked players by saying [b]!vipstats top[/b].
* 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.
* [i](Optional) [/i]You can setup usertags that will get added to a players name if he has played long enough.
* [i](Optional) [/i]You can setup usermodels that will get assigned to a player if he has played long enough.
[b][size=18]Requirements:[/size][/b]
* Mattie Eventscripts [i]([url=http://forums.mattie.info/cs/forums/viewtopic.php?t=17891]2.0.0.247a[/url] +)[/i]
[b][size=18]Installation:[/size][/b]
* 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 [b]server.cfg[/b]: [syntax="es"]// 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[/syntax]
* Add this to your [b]autoexec.cfg[/b] (after Auth): [syntax="es"]es_load vip_mod[/syntax]
* Restart your server
[b][size=18]License:[/size][/b]
[url=http://creativecommons.org/licenses/by-nc-sa/3.0/us/][img]http://i.creativecommons.org/l/by-nc-sa/3.0/us/88x31.png[/img][/url]
Have Fun :)
Greets
Hunter