We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 93511b7 + 65f4d22 commit 264f8faCopy full SHA for 264f8fa
1 file changed
config.lua
@@ -42,10 +42,16 @@ Config.MinBagsPerDestination = 1 -- minimum bags per location
42
Config.MaxBagsPerDestination = 4 -- maximum bags per location
43
44
Config.BagSpawns = {
45
- --[[vector4(234.72, 209.21, 104.39, 161.51),
46
- vector4(929.34, 55.75, 80.1, 65.93),]]
47
-- ADD MORE IN THE SAME FORMAT
48
- vector4(-12.45, -678.57, 32.34, 206.6)
+ --vector4(-12.45, -678.57, 32.34, 206.6) --for test
+ ---all banks
+ vector4(240.46197, 225.80572, 105.2869, 165.49162),
49
+ vector4(-354.3628, -53.91887, 48.03651, 247.68736),
50
+ vector4(-1212.502, -336.1436, 36.780963, 292.10525),
51
+ vector4(-2957.656, 480.38278, 14.697005, 333.28643),
52
+ vector4(146.06887, -1044.604, 28.368, 242.84365),
53
+ vector4(1177.191, 2711.5874, 37.087966, 78.774597),
54
+ vector4(-106.9418, 6468.7456, 30.626705, 51.005558),
55
}
56
57
Config.DropSpot = vector3(-9.58, -654.66, 32.91)
0 commit comments