Control Security Cameras
How to install Nevera Development - Controll All Security Cameras script.
This script is standalone.
Script
Installation
Download from keymaster and unzip the
Sercurity Cam
. Open ESX folder, and movenv_security_cam
in your server's resource folder.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.
# ...
# All the other resources
ensure nv_security_cam
Open the config.lua and configure it correctly, paying attention to all the variables!
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
Last updated