Hi everyone! ![]()
I’m releasing a lightweight, standalone resource for servers that want modern tactical mechanics without the bloat. This script adds Tactical Leaning (Q/E) and Quick Grenade Throwing (G) using ox_lib and ox_inventory.
Preview

Features
- Tactical Leaning (Q/E):
- Smooth camera interpolation (Lerp).
- Works while standing and crouching.
- TPV (Third Person) focused with wall collision detection.
- Fully synced via State Bags.
- Quick Throw (G):
- Press one button to throw grenades instantly.
- Auto-Prioritization: Checks inventory for the best available throwable (Grenade > Molotov > Sticky Bomb, etc.).
- Configurable throw speed and cooldowns.
- Optimized: Runs at 0.00ms when idle.
Dependencies
Configuration
Everything is configurable in config.lua. You can tweak camera angles, offsets, keybinds, and throwable item priority.
Config.QuickThrow = {
Enabled = true,
Cooldown = 1500,
Key = 'G',
Throwables = {
{ item = 'WEAPON_GRENADE', hash = `WEAPON_GRENADE`, speed = 35.0 },
{ item = 'WEAPON_MOLOTOV', hash = `WEAPON_MOLOTOV`, speed = 30.0 },
}
}
Download
Credits & Assets
The custom animation clipsets are included in the download. Huge credits to the original creators of these poses:
- Leaning Left: Rifle Tactical Poses Pack 2
- Leaning Right: Rifle Based Tactical Pose Pack