Control Security Cameras

How to install Nevera Development - Controll All Security Cameras script.

Script

Installation

  1. Download from keymaster and unzip the Sercurity Cam. Open ESX folder, and move nv_security_cam in your server's resource folder.

  2. Add the resource to your server start config: ensure nv_security_cam, the name of the folder must not be changed or the resource will not function correctly. Ensure the script is the latest one.

server.cfg
# ...
# All the other resources
ensure nv_security_cam
  1. Open the config.lua and configure it correctly, paying attention to all the variables!

  2. Restart server or type ensure nv_security_cam in console.

Code

config = {}

config.notifyName = "CCTV"
config.notifyDesc = "Security Cameras"
config.notifyIcon = "CHAR_GANGAPP"

config.command = "nv-cams"

config.jobsThatCanOpenTablet = {
	"police",
	"swat"
}

config.noJobMsg = "You need to have Police Job to open Security Tablet."

Support

If you have any problems or need help, contact us on Discord!

Last updated