An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# ๐Ÿงจ BLN Grenade - RedM

bln Belt Attachments script - redm

A dynamic throwable items script for RedM, featuring customizable explosive devices with unique effects and behaviors.

[![](https://img.shields.io/badge/YouTube-FF0000?style=flat&logo=youtube&logoColor=white)](https://youtu.be/OqH8r0MoXu4)
[![Discord](https://img.shields.io/badge/Discord-1111?style=flat&logo=discord&logoColor=white&color=7289da)](https://discord.bln-studio.com/)
![GitHub release (latest by date)](https://img.shields.io/github/v/release/blnStudio/bln_grenade)
![License](https://img.shields.io/github/license/blnStudio/bln_grenade)

## 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!