This plugin allows you to execute any command on the player you're aiming at.
Usage (requires ADMIN_SLAY):
Examples:amx_point <command> [$name <params>] - Runs <command> with the player you're aiming at as the target
pluginbind "K" "amx_point amx_kick" - Kicks whoever you're aiming at when you press K
bind "K" "amx_point amx_kick $name No spawn camping" - Kicks whoever you're aiming at with the reason "No spawn camping" when you press K
bind "MOUSE3" "amx_point amx_slap $name 10" - Slaps who you're looking at with 10 damage when you click with your 3rd mouse button (usually your scroll wheel)
bind "F1" "amx_point amx_psay $name Stop camping or be kicked" - Psays the player you're aiming at with "Stop camping or be kicked" when you press F1
source