Miscellaneous
This will explain the most important and features related configs of the script.
🚗 cfg.allowVehicle
Allow the script to detect researched players that are in a vehicle.
🚦 cfg.maxSpeedVehicle
Set the speed (in m/s) where the camera can't recognize the wanted player anymore. (84 m/s is roughly equal to 300kph)
🛣️ cfg.camLocations
This table will contain all the configs you need to have your cameras ready to scan people faces !
A camera config will look like this :
Let's dive into this :
model = 'prop_cctv_cam_05a'
is the camera model you want to use for the script to spawn.pos = vector3(-1453.14, -769.04, 16.09)
is the position vector of the camerarot = vector3(0,0,-82.65670013427734)
is the rotation vector of the camera
As a reminder : x = left/right | y = front/back | z = up/down
isGivingClue = true
, if this config is set to false, the camera will recognize the player but won't let it know it. Otherwise, the player will be able to know that he had been recognisedrecognitionRange = 80.0
, this is the distance in meters the camera can detect you
⏲️ cfg.utc
Sets the UTC offset for your server, this will modify the time on the cameras screenshots. 1 = UTC+1, 2 = UTC+2 ...
Last updated