Allows clients to take clear snapshots (without HUD elements & client weapon model).
Requirements:
any mod
AMX/X 1.76 or higher
Fakemeta module
New client commands:
my_snapshot
take a clear snapshot
cl_hud <0|1>
this is a bonus command to hide/show HUD elements manually;
requires ADMIN_MAP access level
Changelog:
get pluginCode:
v1.0.1 [2007-07-01]
! fixed invalid view model restoring after taking a snapshot & dropping
a weapon within 0.1 sec
! fixed restoring of no view model after taking a snapshot in zoom mode &
switching zoom mode within 0.1 sec
! fixed exploit when using a combination of 'cl_hud' command & zooming
(player could hide a black area around the sight)
* now player can't hide HUD using 'cl_hud' command during zooming unless
he has IMMUNITY
* now HUD is restored (if previously was hidden by 'cl_hud') on zooming
unless player has IMMUNITY
* changed default access level for 'cl_hud' command from EVERYONE
to ADMIN_MAP for security reason (i'm not sure it is still stable
from exploitation)
v1.0.0 [2007-07-01]
* first public release
get source