Admin Screen 2
Posted: Sun Nov 21, 2021 11:53 pm
Description:
Admin Screen was originally written by Rav for AMX Mod, and can be found here.
It forces the client to take a screenshot. This can be useful for a few reasons. People I know use this plugin to check for cheaters. On suspicion, they amx_screen the client and ban them. They tell them to post the screens on their site to be unbanned (granted they're clean).
Admin Screen 2 is different from Admin Screen because the original didn't allow you to specify the amount of screenshots to be taken. This one does. This one also uses a hud message and a client_print timestamp, instead of just client_print.
Commands:
amx_screen <authid, nick or #userid> <# of screens>
CVARs:
amx_maxscreens - Default 10 (How many screens are the admins allowed to take?)
amx_ssinterval - Default 1.0 (How much time between each screenshot?)
amx_timestamptype - Default 3 (0 = Off / 1 = client_print only / 2 = HUD message only / 3 = Both)
Credits:
* Rav for Admin Screen
* sawce for set_task help
* GHW_Chronic for set_task help
get plugin
get source
Admin Screen was originally written by Rav for AMX Mod, and can be found here.
It forces the client to take a screenshot. This can be useful for a few reasons. People I know use this plugin to check for cheaters. On suspicion, they amx_screen the client and ban them. They tell them to post the screens on their site to be unbanned (granted they're clean).
Admin Screen 2 is different from Admin Screen because the original didn't allow you to specify the amount of screenshots to be taken. This one does. This one also uses a hud message and a client_print timestamp, instead of just client_print.
Commands:
amx_screen <authid, nick or #userid> <# of screens>
CVARs:
amx_maxscreens - Default 10 (How many screens are the admins allowed to take?)
amx_ssinterval - Default 1.0 (How much time between each screenshot?)
amx_timestamptype - Default 3 (0 = Off / 1 = client_print only / 2 = HUD message only / 3 = Both)
Credits:
* Rav for Admin Screen
* sawce for set_task help
* GHW_Chronic for set_task help
get plugin
get source