Gang Compound

Purchasearrow-up-right

Introduction

Hello, This is my second release called DropBear_GangRadar.

This only Supports QBCore, you need some basic LUA Coding knowladge to add more gang zones.

This is completely un-encrypted due to the nature of i haven’t made it able to use a config.lua file, if i get enough requests i will convert it all to be done via a config file.

If the player is in the gang that owns said compound the alarm will not get triggered, for recording purposes that was turned off.

Features

This features a Jammer that can be used by Police or other gangs etc to disable the gang radars

For Recording purposes the jammer timer was set to 5 seconds.

Installation

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

["jammer"] 					 = {["name"] = "jammer", 			  			["label"] = "Jammer", 					["weight"] = 100, 		["type"] = "item", 		["image"] = "jammer.png", 		    ["unique"] = true, 	["useable"] = true, 	["shouldClose"] = true,	   ["combinable"] = nil,   ["description"] = "Honestly, what does this even do?"},

Last updated