Addon Details

Watch - Add Favorite


Tell Spectators ScreenShot

1 out of 1 users claim this version works for them.
Does this version work for you?
10
w00ts
w00t!2

Tell Spectators - Version 2.0

posted on 2010-01-26 12:37:23
by Absolute



Description

Pretty straightforward addon, it tells you the names of all people who are spectating you. There are 3 spots where it can tell you the names: 1. In a popup 2. In a hudhint 3. As TopText ( is a bit buggy but nevertheless cool ) Also the players can type !disable to toggle the menu I dont even know why it has not been done yet but :P btw: This is my first official released python script, YAY ^^ (which I've written in one hour O.o) PS: Visit My Bhop server (Timer|Mpbhops|FastDL) which is running it :P [url=http://www.game-monitor.com/cstrike2_GameServer/95.156.208.240:27015/Bhop_by_Absolute-Tick_199-MPBhops-Timer-FastDL.html][img]http://module.game-monitor.com/95.156.208.240:27015/image/default/cstrike2-05.png[/img][/url]

Installation

First open the tellspec.py and alter these variables to your needs: [syntax="python"]auto_enable = 1 # If the menu should be enabled on join updaterate = 1 # How often the menu should update (in seconds) style = 2 # The style the spectators are shown ( 1 = hud hint, 2 = popup, 3 = toptext [You can set the updaterate pretty high with toptext]) max_length = 8 # The maximum length a name may have (Will be shortened otherwise: Absolute123 would be shortened to Absolu..) advert_time = 120 # The time between the adverts (in seconds) ignore_list = ["STEAM_0:0:44884","STEAM:0:123456789"] # these players will not been shown as spectating # Following are the colors of the toptext (if its used) R = 175 G = 175 B = 175 [/syntax] Then put the tellspec.py into a folder named tellspec and put this folder on your ftp, then add es_load tellspec to your server.cfg

Version Notes For 2.0

Updated on: 2010-02-13 11:58:07 EST by Absolute (View Zip Contents)
-Using cfglib now -Using 'spec_*' commands now -Commented stuff :P

( Previous Versions )