Raised This Month: $32 Target: $400
 8% 

[ANY]Watchlist


Post New Thread Reply   
 
Thread Tools Display Modes
em-eukal
Member
Join Date: Sep 2009
Old 01-24-2011 , 22:00   Re: Watchlist
Reply With Quote #21

Is this plugin still supported?
em-eukal is offline
Atreus
SourceMod Donor
Join Date: Apr 2005
Location: San Diego, CA
Old 01-25-2011 , 04:15   Re: Watchlist
Reply With Quote #22

I wish D:
Atreus is offline
Send a message via AIM to Atreus Send a message via MSN to Atreus
em-eukal
Member
Join Date: Sep 2009
Old 03-05-2011 , 18:45   Re: Watchlist
Reply With Quote #23

*push*
em-eukal is offline
dmustanger
Member
Join Date: Mar 2008
Old 10-09-2011 , 15:27   Re: Watchlist
Reply With Quote #24

Sorry guys its been a while. Had some personal issuses that I had to take care of.

I have uploaded a new version of this plugin. This new version fixes a few bugs mainly the one where it would not announce the watchlist and add a couple new features. You can now pick what admin flag will be needed by the admin to use/see the watchlist.

v2.0.0
- Fixed the problem that was preventing the plugin from announcing the players on the watchlist
- Plugin now stores userid's in the database instead of client index's.
- Changed convar watchlist_logging_enabled to watchlist_log_enabled.
- Added convar watchlist_adminflag.
- Added convar watchlist_announce.
__________________

Last edited by dmustanger; 10-09-2011 at 15:29.
dmustanger is offline
dmustanger
Member
Join Date: Mar 2008
Old 10-13-2011 , 00:29   Re: Watchlist
Reply With Quote #25

NEW UPDATE: v 2.0.1

- Added convar watchlist_auto_delete
- Added convar watchlist_admin_join

As before you will need to install the new watchlist.phrases.txt and watchlist.cfg.
__________________
dmustanger is offline
Peace-Maker
SourceMod Plugin Approver
Join Date: Aug 2008
Location: Germany
Old 10-14-2011 , 18:55   Re: Watchlist
Reply With Quote #26

Great plugin. You should still add a link to the original and put recon0's name right!
__________________
Peace-Maker is offline
caxanga334
Member
Join Date: Nov 2013
Location: Brazil
Old 08-28-2014 , 17:28   Re: [ANY]Watchlist
Reply With Quote #27

Brazilian Portuguese translation.
Attached Files
File Type: txt watchlist.phrases.txt (1.9 KB, 108 views)

Last edited by caxanga334; 08-28-2014 at 18:55. Reason: translation fix
caxanga334 is offline
dmustanger
Member
Join Date: Mar 2008
Old 08-28-2014 , 21:40   Re: [ANY]Watchlist
Reply With Quote #28

Quote:
Originally Posted by caxanga334 View Post
Brazilian Portuguese translation.
Thanks! I added it to the first post.
__________________
dmustanger is offline
Sarin
Senior Member
Join Date: Nov 2014
Location: Sydney, Australia
Old 07-10-2015 , 05:20   Re: [ANY]Watchlist
Reply With Quote #29

Does this plugin announce to chat?
Sarin is offline
ZASTRELIS
Veteran Member
Join Date: Nov 2010
Location: Siberia, Irkutsk
Old 07-20-2015 , 08:18   Re: [ANY]Watchlist
Reply With Quote #30

Code:
//SourceMod Batch Compiler
// by the SourceMod Dev Team


//// watchlist.sp
//
// C:\Servers\GO\csgo\addons\sourcemod\scripting\watchlist.sp(24) : error 021: symbol already defined: "Database"
// C:\Servers\GO\csgo\addons\sourcemod\scripting\watchlist.sp(101) : error 174: symbol 'Database' is a type and cannot be used as a value
// C:\Servers\GO\csgo\addons\sourcemod\scripting\watchlist.sp(102) : error 174: symbol 'Database' is a type and cannot be used as a value
// C:\Servers\GO\csgo\addons\sourcemod\scripting\watchlist.sp(117) : error 174: symbol 'Database' is a type and cannot be used as a value
// C:\Servers\GO\csgo\addons\sourcemod\scripting\watchlist.sp(117) : warning 215: expression has no effect
// C:\Servers\GO\csgo\addons\sourcemod\scripting\watchlist.sp(128) : error 174: symbol 'Database' is a type and cannot be used as a value
// C:\Servers\GO\csgo\addons\sourcemod\scripting\watchlist.sp(141) : error 174: symbol 'Database' is a type and cannot be used as a value
// C:\Servers\GO\csgo\addons\sourcemod\scripting\watchlist.sp(142) : error 174: symbol 'Database' is a type and cannot be used as a value
// C:\Servers\GO\csgo\addons\sourcemod\scripting\watchlist.sp(162) : error 174: symbol 'Database' is a type and cannot be used as a value
// C:\Servers\GO\csgo\addons\sourcemod\scripting\watchlist.sp(189) : warning 234: symbol "GetClientAuthString" is marked as deprecated: Use GetClientAuthId
//
//
// C:\Servers\GO\csgo\addons\sourcemod\scripting\watchlist.sp(243) : error 174: symbol 'Database' is a type and cannot be used as a value
// C:\Servers\GO\csgo\addons\sourcemod\scripting\watchlist.sp(260) : error 174: symbol 'Database' is a type and cannot be used as a value
// C:\Servers\GO\csgo\addons\sourcemod\scripting\watchlist.sp(285) : error 174: symbol 'Database' is a type and cannot be used as a value
// C:\Servers\GO\csgo\addons\sourcemod\scripting\watchlist.sp(322) : error 174: symbol 'Database' is a type and cannot be used as a value
// C:\Servers\GO\csgo\addons\sourcemod\scripting\watchlist.sp(336) : error 174: symbol 'Database' is a type and cannot be used as a value
// C:\Servers\GO\csgo\addons\sourcemod\scripting\watchlist.sp(353) : error 174: symbol 'Database' is a type and cannot be used as a value
// C:\Servers\GO\csgo\addons\sourcemod\scripting\watchlist.sp(371) : error 174: symbol 'Database' is a type and cannot be used as a value
// C:\Servers\GO\csgo\addons\sourcemod\scripting\watchlist.sp(378) : warning 234: symbol "GetClientAuthString" is marked as deprecated: Use GetClientAuthId
//
//
// C:\Servers\GO\csgo\addons\sourcemod\scripting\watchlist.sp(379) : error 174: symbol 'Database' is a type and cannot be used as a value
// C:\Servers\GO\csgo\addons\sourcemod\scripting\watchlist.sp(381) : error 174: symbol 'Database' is a type and cannot be used as a value
// C:\Servers\GO\csgo\addons\sourcemod\scripting\watchlist.sp(467) : error 174: symbol 'Database' is a type and cannot be used as a value
// C:\Servers\GO\csgo\addons\sourcemod\scripting\watchlist.sp(468) : warning 234: symbol "GetClientAuthString" is marked as deprecated: Use GetClientAuthId
//
//
// C:\Servers\GO\csgo\addons\sourcemod\scripting\watchlist.sp(469) : error 174: symbol 'Database' is a type and cannot be used as a value
// C:\Servers\GO\csgo\addons\sourcemod\scripting\watchlist.sp(488) : error 174: symbol 'Database' is a type and cannot be used as a value
// C:\Servers\GO\csgo\addons\sourcemod\scripting\watchlist.sp(504) : warning 234: symbol "GetClientAuthString" is marked as deprecated: Use GetClientAuthId
//
//
// C:\Servers\GO\csgo\addons\sourcemod\scripting\watchlist.sp(505) : error 174: symbol 'Database' is a type and cannot be used as a value
// C:\Servers\GO\csgo\addons\sourcemod\scripting\watchlist.sp(510) : error 174: symbol 'Database' is a type and cannot be used as a value
// C:\Servers\GO\csgo\addons\sourcemod\scripting\watchlist.sp(571) : error 174: symbol 'Database' is a type and cannot be used as a value
// C:\Servers\GO\csgo\addons\sourcemod\scripting\watchlist.sp(585) : error 174: symbol 'Database' is a type and cannot be used as a value
// C:\Servers\GO\csgo\addons\sourcemod\scripting\watchlist.sp(660) : warning 234: symbol "GetClientAuthString" is marked as deprecated: Use GetClientAuthId
//
//
// C:\Servers\GO\csgo\addons\sourcemod\scripting\watchlist.sp(674) : error 174: symbol 'Database' is a type and cannot be used as a value
// C:\Servers\GO\csgo\addons\sourcemod\scripting\watchlist.sp(683) : error 174: symbol 'Database' is a type and cannot be used as a value
//
// Compilation aborted.
// 26 Errors.
//
// Compilation Time: 0,53 sec
// ----------------------------------------
ZASTRELIS 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:40.


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