Flexiboi / flex-cctv

cctv camera script for qb

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

flex-cctv

cctv camera script for qb

Credits for base https://github.com/astudiosdevelopment/astudios-cctv

How it works

You can setup cams in the config. You will have some categories where you will put each camera in. Each camera can have a 3d model if you dont see a camera (must be setup) Each camera can also be hacked by players.

setup

https://github.com/boiidevelopment/boii-chiphack

You will have to setup your own ps dispatch alert for the hack

	['camerhacker'] 			 	 = {['name'] = 'camerhacker', 			  		['label'] = 'Hackaparaat', 				['weight'] = 1000, 		['type'] = 'item', 		['image'] = 'Hackaparaat.png', 			['unique'] = false, 	['useable'] = true, 	['shouldClose'] = true,	   	['combinable'] = nil,   ['description'] = ''},

About

cctv camera script for qb


Languages

Language:Lua 100.0%