Raised This Month: $12 Target: $400
 3% 

[CS:S] Spectator List


Post New Thread Reply   
 
Thread Tools Display Modes
Author
GoD-Tony
Veteran Member
Join Date: Jul 2005
Plugin ID:
1883
Plugin Version:
1.1.2
Plugin Category:
General Purpose
Plugin Game:
Counter-Strike: Source
Plugin Dependencies:
    Servers with this Plugin:
    410 
    Plugin Description:
    View who is spectating you in CS:S
    Old 08-15-2010 , 08:35   [CS:S] Spectator List
    Reply With Quote #1

    Spectator List

    Similar to the AMXX plugin by FatalisDK, this plugin builds a list of people that are spectating you and displays it as a HudHint message. Also when you're dead you can see which players are spectating the player you are currently spectating.

    This plugin takes advantage of the new env_hudhint entity, which was introduced when CS:S was updated to the OB engine.



    Cvars:
    sm_speclist_enabled <0|1> - Enables the spectator list for all players by default. (Default: 1)
    sm_speclist_allowed <0|1> - Allows players to enable spectator list manually when disabled by default. (Default: 1)
    sm_speclist_adminonly <0|1> - Only admins can use the features of this plugin. (Default: 0)

    Note: plugin.speclist.cfg will be automatically generated in your SourceMod cfg directory.

    Commands:
    sm_speclist - Toggles the spectator list on/off for that player.

    Changelog:
    Quote:
    Spectator List 1.1.2
    - Fixed an issue with the AdminOnly cvar

    Spectator List 1.1.1
    - Fixed a small bug when spectating a client that disconnects

    Spectator List 1.1.0
    - Added cvar sm_speclist_adminonly
    - Automatically generate config file

    Spectator List 1.0.0
    - Initial release
    Attached Files
    File Type: sp Get Plugin or Get Source (speclist.sp - 15381 views - 5.8 KB)
    __________________

    Last edited by GoD-Tony; 01-14-2012 at 10:10.
    GoD-Tony is offline
    sinblaster
    Grim Reaper
    Join Date: Feb 2010
    Location: Australia
    Old 08-15-2010 , 10:51   Re: Spectator List
    Reply With Quote #2

    Wouldnt this just alert hackers to the fact they are being watched and enable them to toggle hacks? I dont get this at all.
    __________________
    Happy Happy Joy Joy

    sinblaster is offline
    DarkEnergy
    SourceMod Donor
    Join Date: Apr 2008
    Location: Georgia Tech, MSECE
    Old 08-15-2010 , 11:03   Re: Spectator List
    Reply With Quote #3

    Quote:
    Originally Posted by sinblaster View Post
    Wouldnt this just alert hackers to the fact they are being watched and enable them to toggle hacks? I dont get this at all.
    its up to the server owner to use this or not. this is something useful some people would like to have
    __________________
    War3:Source Developer
    "Your CPU is just a bunch of Muxes"
    DarkEnergy is offline
    Peace-Maker
    SourceMod Plugin Approver
    Join Date: Aug 2008
    Location: Germany
    Old 08-15-2010 , 16:51   Re: Spectator List
    Reply With Quote #4

    That's pretty useful for admins spectating a player and discussing via TS if he's cheating. Now they can check if they spectate the same player.

    I've modified it to show only to admins in spectator, that's all i need. Thank you!
    __________________
    Peace-Maker is offline
    sinblaster
    Grim Reaper
    Join Date: Feb 2010
    Location: Australia
    Old 08-16-2010 , 01:03   Re: Spectator List
    Reply With Quote #5

    Quote:
    Originally Posted by DarkEnergy View Post
    its up to the server owner to use this or not. this is something useful some people would like to have
    Quote:
    Originally Posted by GoD-Tony View Post
    Exactly.

    If you find it a silly idea, then you don't need to use it. I figured since I made it for my server and use it anyway, I might as well post it here.
    WTF?
    Hey I am not knocking it at all, just questioning its function. I am sure it would be appreciated by someone. Next time maybe don't assume, all I said was I don't get it. And please never put words in my mouth I never said it was silly, you did.
    __________________
    Happy Happy Joy Joy

    sinblaster is offline
    GoD-Tony
    Veteran Member
    Join Date: Jul 2005
    Old 08-16-2010 , 02:51   Re: Spectator List
    Reply With Quote #6

    Quote:
    Originally Posted by Peace-Maker View Post
    That's pretty useful for admins spectating a player and discussing via TS if he's cheating. Now they can check if they spectate the same player.

    I've modified it to show only to admins in spectator, that's all i need. Thank you!
    I like this idea!

    Updated to 1.1.0
    GoD-Tony is offline
    acti0n
    Member
    Join Date: Aug 2010
    Location: Russia
    Old 08-17-2010 , 16:01   Re: Spectator List
    Reply With Quote #7

    why other players do not see who for they observe? only I (admin) this sees! and as be with source tv??
    acti0n is offline
    Send a message via ICQ to acti0n Send a message via Skype™ to acti0n
    GoD-Tony
    Veteran Member
    Join Date: Jul 2005
    Old 08-18-2010 , 02:22   Re: Spectator List
    Reply With Quote #8

    I'm getting slightly odd behaviour from this since the CS:S update. People are able to use spectate list regardless of the sm_speclist_adminonly cvar setting. I'll post back with an update soon.

    Edit: Updated to 1.1.2

    Last edited by GoD-Tony; 08-18-2010 at 03:02.
    GoD-Tony is offline
    Thrawn2
    Veteran Member
    Join Date: Apr 2009
    Old 08-18-2010 , 03:34   Re: Spectator List
    Reply With Quote #9

    why are you limiting this to css? should work for tf2 too etc.
    might need some small fixes.
    also it would be nice if there were several ways of presenting the data to players. menu-style, chat, etc etc. so this plugin could work for games not supporting HudHint messages.
    also nice: admins should be able to filter themselfs from other players list, so they can spec someone without them seeing it.
    __________________
    einmal mit profis arbeiten. einmal.
    Thrawn2 is offline
    GoD-Tony
    Veteran Member
    Join Date: Jul 2005
    Old 08-18-2010 , 03:41   Re: Spectator List
    Reply With Quote #10

    Quote:
    Originally Posted by [AAA] Thrawn View Post
    why are you limiting this to css? should work for tf2 too etc.
    might need some small fixes.
    also it would be nice if there were several ways of presenting the data to players. menu-style, chat, etc etc. so this plugin could work for games not supporting HudHint messages.
    Does it work for TF2? I don't own that game, so I'm not able to support it. I'll consider adding multiple display methods.

    Quote:
    Originally Posted by [AAA] Thrawn View Post
    also nice: admins should be able to filter themselfs from other players list, so they can spec someone without them seeing it.
    I like this idea. I might need to rethink my cvar layout though. I always like when a plugin has ~2-3 cvars and works immediately without fumbling with config options.
    GoD-Tony is offline
    Reply


    Thread Tools
    Display Modes

    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 19:25.


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