-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathconfig.lua
More file actions
27 lines (26 loc) · 2.55 KB
/
Copy pathconfig.lua
File metadata and controls
27 lines (26 loc) · 2.55 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
Config = Config or {}
Config.Characters = {
-- // LOCATION 1 \\ --
-- ["PedCoords"] = {x = -813.97, y = 176.22, z = 76.74, h = -7.5, r = 1.0}, -- Spot where fake characters are placed.
-- ["HiddenCoords"] = {x = -812.23, y = 182.54, z = 76.74, h = 156.5, r = 1.0}, -- Spot where actual character will be placed.
-- ["CamCoords"] = {x = -813.46, y = 178.95, z = 76.85}, -- Position of camera that is looking at fake characters.
-- // LOCATION 2 \\ --
-- ["StartPedCoords"] = {x = -810.50537109375, y = 179.63662719727, z = 76.740798950195, h = 107.30009460449, r = 1.0}, -- Spot where fake characters are placed.
-- ["EndPedCoords"] = {x = -803.98, y = 169.35, z = 76.74, h = 110.92, r = 1.0}, -- Spot where character will walk when chosen.
-- ["PedCoords"] = {x = -815.57, y = 178.83, z = 76.74, h = 228.15, r = 1.0}, -- Spot where fake characters walk to.
-- ["HiddenCoords"] = {x = -811.41, y = 175.36, z = 76.74, h = 299.5, r = 1.0}, -- Spot where actual character will be placed.
-- ["CamCoords"] = {x = -813.71, y = 177.47, z = 76.74}, -- Position of camera that is looking at fake characters.
-- // LOCATION 3 \\ --
-- ["StartPedCoords"] = {x = -806.18, y = 177.37, z = 76.74, h = 200.37, r = 1.0}, -- Spot where fake characters are placed.
-- ["PedCoords"] = {x = -803.72, y = 169.39, z = 76.74, h = 109.66, r = 1.0}, -- Spot where fake characters walk to.
-- ["EndPedCoords"] = {x = -804.79, y = 177.12, z = 76.74, h = 277.82, r = 1.0}, -- Spot where character will walk when chosen.
-- ["HiddenCoords"] = {x = -811.41, y = 175.36, z = 76.74, h = 299.5, r = 1.0}, -- Spot where actual character will be placed.
-- ["CamCoords"] = {x = -802.00, y = 168.38, z = 77.00}, -- Position of camera that is looking at fake characters.
-- // LOCATION 4 \\ --
["StartPedCoords"] = {x = -1450.20, y = -549.20, z = 72.84, h = 125.14, r = 1.0}, -- Spot where fake characters are placed.
["PedCoords"] = {x = -1453.56, y = -551.53, z = 72.84, h = 109.66, r = 1.0}, -- Spot where fake characters walk to.
["EndPedCoords"] = {x = -1449.65, y = -555.63, z = 72.84, h = 299.70, r = 1.0}, -- Spot where character will walk when chosen.
["EndPedCoordsCreated"] = {x = -1449.11, y = -548.54, z = 72.00, h = 123.25, r = 1.0}, -- Spot where character will walk when chosen when creating char.
["HiddenCoords"] = {x = -1453.58, y = -556.30, z = 72.88, h = 299.5, r = 1.0}, -- Spot where actual character will be placed.
["CamCoords"] = {x = -1458.66, y = -550.97, z = 73.00}, -- Position of camera that is looking at fake characters.
}