NeveraDev Docs
  • Welcome
  • Paid
    • Realistic ATM
    • Private Yacht
    • Weed Planting
    • Advanced Scoreboard
    • Weapon Shop
    • Control Security Cameras
  • Free
    • OX Debug
    • ESX Scoreboard
    • Loading Screen
    • Sit On Every Chair
  • Social
    • Tebex Shop
    • Fivem Forum
    • Discord Support
Powered by GitBook
On this page
  • Script
  • Installation
  • Code
  • Support
  1. Paid

Control Security Cameras

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

PreviousWeapon ShopNextOX Debug

Last updated 5 months ago

This script is standalone.

Script

Installation

  1. 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.

  1. 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

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

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

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

keymaster
keymaster
Discord!
LogoControl All Security CamerasCfx.re Community