Samuels-Development / sd-blackout

A NoPixel inspired Blackout Script

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A NoPixel Inspired Blackout Script

You plant a bomb, there's some nice explosions and the lights go off! Heavy inspiration taken from NoPixel obviously ;)

Thanks for showing your personal interest in my work! Please consider supporting ❤

🔗 > https://discord.gg/Tu94MCDDEa 🔗 > https://samuels-development.tebex.io/

Installation

Add this item to your qb-core/shared/items.lua

['c4_bomb'] = {['name'] = 'c4_bomb', ['label'] = 'C4 Explosive', ['weight'] = 1000, ['type'] = 'item', ['ammotype'] = nil,['image'] = 'weapon_stickybomb.png', 	['unique'] = true, 		['useable'] = false, 	['description'] = 'A high-yield, timed explosive charge..'},

Then you're done and good to go!

Dependencies

qb-core qb-target

(Since a lot of the code is standalone, all you realistically need is the target and qb-weathersync)

About

A NoPixel inspired Blackout Script


Languages

Language:Lua 100.0%