Main/resources/[tools]/patoche_interact/config/client.lua

34 lines
3.2 KiB
Lua
Raw Permalink Normal View History

2025-06-07 08:51:21 +02:00
return {
target = {
system = 'qb', -- ox or qb or custom,
enabledGroups = false, -- Enable/Disable groups system for target,
distance = 4.0, -- Distance to interact with the target
useAuthorizedCharacters = true, -- Set to true to use authorizedCharacters, for ESX, uncomment line 12 in your fxmanifest. You cant use this with enabledGroups unless you also have the correct job/gang
-- Add your licenses in config/maps/*.lua (At line 28 for bunker map)
},
-- You can add camera, just add coord and rotation
-- canRotate : To authorize camera control
dataCCTV = {
enabledCamera = true, -- Enable/Disable cameras system
hideRadar = true, -- Enable or disable minimap when use camera
cameras = {
{label = 'Caméra test 1', coords = vec3(-1137.78, 362.9, 73.5), rotation = vec3(-30.0, 0.0, 213.0), canRotate = true},
{label = 'Caméra test 2', coords = vec3(-1138.83, 378.47, 74.1), rotation = vec3(0.0, 0.0, -70.0), canRotate = false},
{label = 'Caméra test 3', coords = vec3(229.46, -723.6767578125, 45.066337585449), rotation = vec3(0.0, 0.0, 202.0), canRotate = false},
{label = 'Caméra test 4', coords = vec3(-1305.8229980469, 378.79232788086, 70.676742553711), rotation = vec3(0.0, 0.0, 150.0), canRotate = false},
{label = 'Caméra test 5', coords = vec3(1060.2436523438, -325.09646606445, 64.678863525391), rotation = vec3(0.0, 0.0, 10.0), canRotate = false},
{label = 'Caméra test 6', coords = vec3(291.39611816406, -616.31317138672, 47.221588134766), rotation = vec3(0.0, 0.0, 298.0), canRotate = false},
{label = 'Caméra test 7', coords = vec3(1665.0844726562, 20.330669403076, 182.80662536621), rotation = vec3(0.0, 0.0, 200.0), canRotate = false},
{label = 'Caméra test 8', coords = vec3(535.72393798828, -974.04852294922, 41.214046478271), rotation = vec3(0.0, 0.0, 200.0), canRotate = false},
{label = 'Caméra test 9', coords = vec3(820.82104492188, -2953.7373046875, 13.098528862), rotation = vec3(0.0, 0.0, 298.0), canRotate = false},
{label = 'Caméra test 10', coords = vec3(2663.8544921875, 1358.1895751953, 35.296543121338), rotation = vec3(0.0, 0.0, 298.0), canRotate = false},
{label = 'Caméra test 11', coords = vec3(2363.236328125, 3141.5090332031, 51.669788360596), rotation = vec3(0.0, 0.0, 100.0), canRotate = false},
{label = 'Caméra test 12', coords = vec3(-2319.3969726562, 458.81274414062, 183.89030456543), rotation = vec3(0.0, 0.0, 200.0), canRotate = false},
{label = 'Caméra test 13', coords = vec3(98.338005065918, -2413.9934082031, 15.323197364807), rotation = vec3(0.0, 0.0, 100.0), canRotate = false},
{label = 'Caméra test 14', coords = vec3(461.0537109375, -3140.9638671875, 26.208894729614), rotation = vec3(0.0, 0.0, 220.0), canRotate = false},
{label = 'Caméra test 15', coords = vec3(2907.9721679688, 3676.1730957031, 48.236801147461), rotation = vec3(0.0, 0.0, 100.0), canRotate = false},
{label = 'Caméra test 16', coords = vec3(1323.5806884766, 4299.283203125, 41.18656539917), rotation = vec3(0.0, 0.0, 120.0), canRotate = false},
}
}
}