BLN Grenade - All Frameworks

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

Features

  • :dart: Realistic throwing mechanics
  • :boom: Multiple throwable types with unique explosion effects
  • :stopwatch: Customizable fuse timers per grenade type
  • :bar_chart: Visual grenade count and timer display
  • :arrows_counterclockwise: Synchronized explosions across all players
  • :gear: Framework detection (VORP, RedEM, RedEM2023, QBR, RSG, QR)
  • :video_game: Smooth animations and controls
  • :fire: Clean code, Well optimized

Works with

:white_check_mark: VORP :white_check_mark: REDEMRP(old/2023) :white_check_mark: RSG :white_check_mark:QBR & QR

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
}

Get it

Download Now


:1st_place_medal:Have you checked our HUD/Metabolism system?

BLN HUD :fire:(Click for more info)

:star: Get More from BLN Studio

PAID

FREE

and many other FREE releases here

:star2: Support

Need help? Our dedicated support team is ready to assist you with:

  • Custom implementation
  • Configuration assistance
  • Technical support

Join our Community

Made with :heart: by BLN Studio - Elevating your RedM experience


Code is accessible Yes
Subscription-based No
Lines (approximately) ~300
Requirements N/A
Support Yes
4 Likes

Nice, good job

Support :speech_balloon:

Need help? or more resources? Join our Discord server:

Join Discord

New update v1.0.1 available for bln_grenade

Changelog

Fixed

  • Unable to aim down the sights of weapon when grenades run out, cleanup added to fix that.

Added

  • Smoke grenade type added to the config

Updated Files

  • c/c_main.lua (modified)
  • config.lua (modified)
  • fxmanifest.lua (modified)