Skip to content

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

License

Notifications You must be signed in to change notification settings

blnStudio/bln_grenade

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🧨 BLN Grenade - RedM

bln Belt Attachments script - redm

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

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

Preview

Video Preview

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:

["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

Credits 🙏

  • Created by BLN Studio
  • Thanks to Kibook for the throwing mechanics Feel free to contribute to this project!

About

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

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages