get plugin/*
* -Cuff Mod-
* (C)Copyright Britt Jamerson (da_sk8rboy)
*
* Description:
* - This plugin allows admins to abuse their power and cuff innocent people
* by cuffing them.
* While being cuffed, the player will find out that their are some effects
* while being cuffed, the effects are listed as following:
*
* Effects:
* - Reduce the speed of walking.
* - Make the player glow a bright red.
* - Strips the target of everything including a knife.
*
* Commands:
* - amx_toggle [1/0] <-- Turns the mod on and off.
* - amx_cuff <target> <-- Cuffs the specific target/player you specify.
* - amx_uncuff <target> <-- Uncuffs the specific target/player you specify.
* - say /cuff <-- Cuffs the target/player you are aiming at.
* - say /uncuff <-- Uncuffs the target/player you are aiming at.
*
* Requirements:
* - engine module
* - fun module
*
* Notes:
* - This plugin has been tested and works for ALL Mods including TS.
*
* Thanks:
* - Doombringer. (Thanks alot for the help)
*
* Revisions:
* - 1.0
* ^^Initial attempt.
* ^^Changed typo's and errors.
* ^^Added speed cuff cvar.
* ^^Now uses pcvars.
*
* - 1.1
* ^^Added check is_user_alive().
* ^^Added deathmsg.
*
* - 1.2
* ^^Fixed speed cvar
* ^^Added say commands:
* - say /cuff <-- Whoever your aiming at cuffs.
* - say /uncuff <-- Whoever your aiming at and is cuffed will be uncuffed.
*
*/
get source