
📸CCTV
Adding More CCTV Locations
Adding more
CCTV Locationsis very simple via theconfig.luafileTo add another
CCTV Locationthat a shop can use you must pass theShopNameas the key and then customize the values to suit your needsThe
COORDSis where the camera will be locatedThe
HEADINGis which way the camera is facing
Config.CCTV = {
['Example Shop'] = {
["Entrance"] = {
coords = vector3(-1382.57, -590.95, 33.0),
heading = 85.59,
},
["Outside"] = {
coords = vector3(-1386.42, -584.15, 33.65),
heading = 127.95,
},
},
}Last updated