https://github.com/blnstudio/bln_grenade
A dynamic throwable items script for RedM, featuring customizable explosive devices with unique effects and behaviors.
https://github.com/blnstudio/bln_grenade
qbcore redemrp redm rsg vorp
Last synced: 4 months ago
JSON representation
A dynamic throwable items script for RedM, featuring customizable explosive devices with unique effects and behaviors.
- Host: GitHub
- URL: https://github.com/blnstudio/bln_grenade
- Owner: blnStudio
- License: agpl-3.0
- Created: 2024-12-11T18:49:31.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-07T14:59:10.000Z (over 1 year ago)
- Last Synced: 2025-03-29T06:11:14.623Z (over 1 year ago)
- Topics: qbcore, redemrp, redm, rsg, vorp
- Language: Lua
- Homepage: https://github.com/blnStudio/bln_grenade
- Size: 1.23 MB
- Stars: 1
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ๐งจ BLN Grenade - RedM

A dynamic throwable items script for RedM, featuring customizable explosive devices with unique effects and behaviors.
[](https://youtu.be/OqH8r0MoXu4)
[](https://discord.bln-studio.com/)


## Features
- ๐ฏ Realistic throwing mechanics
- ๐ฅ Multiple throwable types with unique explosion effects
- โฑ๏ธ Customizable fuse timers per grenade type
- ๐ Visual grenade count and timer display
- ๐ Synchronized explosions across all players
- โ๏ธ Framework detection (VORP, RedEM, RedEM2023, QBR, RSG, QR)
- ๐ฎ Smooth animations and controls
- ๐ฅ Clean code, Well optimized
## Works with
**โ
VORP โ
REDEMRP(old/2023) โ
RSG โ
QBR & QR**
## Installation
1. Download the script
2. Place it in your resources folder
3. Add `ensure bln_grenade` to your server.cfg
4. Configure your grenade types in `config.lua`
## Usage & Controls
- Use inventory item.
- Right Mouse Button - Aim
- Left Mouse Button - Throw
## Creating Custom Grenades
Add new grenade types in config.lua:
```lua
["grenade_type_name"] = {
model = `your_model`,
item = "your_item_name",
fuseTime = your_time,
maxCount = your_max_count,
explode = function(coords)
-- Your custom explosion effect
end
}
```
## Support ๐ฌ
Need help? or more resources? Join our Discord server:
[Join Discord](https://discord.com/invite/MEZRYQVpnt)
## Credits ๐
- Created by [BLN Studio](https://bln.tebex.io)
- Thanks to Kibook for the throwing mechanics
Feel free to contribute to this project!