FF Security is a system for FiveM that allows members with permissions (Police) to monitor & view a variety of cameras in your server. It also has an export, to implement, what camera was triggered, into your police alerts.
The config is very self-explanatory and it’s rather simple to add new cameras, with rotation lock and camera quality.
Screenshots
Resource:
Performance:
0.01ms - When idle and in the camera menu.
0.21ms - When in a camera, handling the camera UI and controls scaleform, it returns to 0.01ms when you close the camera.
Installation & Usage
Download the resource and the depencies from GitHub.
Add the resource to your resources folder.
In your server.cfg add ensure ff_security to it, so the resource starts.
/cctv - Toggles the security menu that allows you to select the category assigned to said camera, which then has a location, which lets you select from all of the cameras at that location.
Permissions Setup
Add your identifier of your choice into the ace setup, like below!
It’s very optimized, the only reason it hits 0.20ms, as it is drawing 2 scaleforms at once, it doesn’t affect FPS, and the memory doesn’t go over 800KB.
If you want to decrease the 0.20ms make a fork on GitHub and we’ll take a look.
Well not all scaleforms, it depends on which ones and how they’re drawn, e.g. Top left notification or something similar will draw around 0.20ms - 0.40ms, which is pretty standard.
The controls scaleform, uses about 0.20ms, if he really wants to remove that, for lower ms, whilst in a camera, he is welcome to :D.
The code is free to edit as you like, just don’t repost it, use it in something else without permission from us, or claim it as your own.
I don’t understand how to setup the ace perms. like i just want myself and no one other to have access to it, but i dont know how to do it, please help