Admins grab a player or entity with +grab, push/pull it with the mouse wheel and throw it on release.
CSB Admin Grab is the classic physics-gun toy for admins. Bind +grab to a key: while held, whatever your crosshair was on is pinned in the air at a fixed distance along your aim and follows it every frame (its origin is set in PlayerPreThink). The mouse wheel (invnext / invprev) pushes the target away or pulls it closer, and releasing the key throws it forward with velocity.
Inspired by Admin Grab by KRoTaL. Independent GPL re-implementation.
Features
bind KEY +grab— grab whatever is in your crosshair (players or physics entities).- Mouse wheel changes the hold distance, clamped by
csb_grab_maxdist. - Release throws the target along your aim with
csb_grab_throwspeed. - Access-flag gated; state is dropped safely on disconnect.
Installation
- Enable the
fakemetamodule inmodules.ini. - Compile
csb_admin_grab.sma, copy it toaddons/amxmodx/plugins/and add it toplugins.ini. - Change the map, then
bind mouse3 +grabin your config.
The command requires the ADMIN_BAN flag (d) by default.









