AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Approved Plugins (https://forums.alliedmods.net/forumdisplay.php?f=8)
-   -   Watchlist (https://forums.alliedmods.net/showthread.php?t=148187)

drekes 01-19-2011 09:52

Watchlist
 
7 Attachment(s)
Watchlist


Allows you to 'watch' a player.


When a watched player joins the server, all admins are notified who and why he is watched.
Watchlist is by default saved using a file located in addons/amxmodx/data/watchlist.ini .
To save using MySql, uncomment #define SQL on line 28

This was a special assigment for supercentral
But was voted to be released to public here and at supercentral


commands:
- amx_watch <player/steamid> <reason>
- amx_unwatch <player/steamid>
- amx_watchlist "shows the currently watched players"


Changelog:
Code:

v1.0    - Created plugin

v1.1    - Changed amx_chat because of servername displaying.

v1.2    - Added amx_watchlist command.
        - fixed bug that reasons can't have spaces.

v1.3    - Added SQLite support (sqlvault)

v1.4 - Removed SQLite and added MySql support.




Credits:
Code:

Exolent[jNr]: sqlvault include and tutorial.
Notes:
To compile with MySql you'll need this include.



RestartGaming 01-19-2011 10:38

Re: Watchlist
 
The purpose of this plugin is?

elitetaco 01-19-2011 10:53

Re: Watchlist
 
Quote:

Originally Posted by RestartGaming (Post 1396856)
The purpose of this plugin is?

Lol funny people.....

Anyways

Great Job Drekes :)

drekes 01-19-2011 11:27

Re: Watchlist
 
Quote:

Originally Posted by RestartGaming (Post 1396856)
The purpose of this plugin is?

When a player has been abusing or could be a hacker for example, an admin can flag him as watched. But if you didn't have the time to determine whether he's cheating or not and he disconnects, he's steamid is saved along with the reason
Then later if he comes back, all admins are notified that this player has been watched for cheating.

mabaclu 01-19-2011 11:51

Re: Watchlist
 
AMXBans includes that feature.

bibu 01-19-2011 11:56

Re: Watchlist
 
Quote:

Originally Posted by mabaclu (Post 1396900)
AMXBans includes that feature.

Then don't install it?:|

Nice plugin drekes, thanks for this. :)

DarkGod 01-22-2011 11:22

Re: Watchlist
 
Quote:

Originally Posted by mabaclu (Post 1396900)
AMXBans includes that feature.

Not really.

Great job, Drekes.

nikhilgupta345 01-22-2011 11:49

Re: Watchlist
 
Good job. I see what people were working on while AM was down :)

alibimag 01-22-2011 12:36

Re: Watchlist
 
Good job.

drekes 01-22-2011 15:48

Re: Watchlist
 
Quote:

Originally Posted by nikhilgupta345 (Post 1397000)
Good job. I see what people were working on while AM was down :)

I made this a while ago, but it was kepted private before.
I decided to update it when i read about Exolent[jNr]'s sqlvault include.
And then we voted to release this.


All times are GMT -4. The time now is 20:42.

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