Skip to content

Commit 3a9f94d

Browse files
committed
Add traffic for North Yankton
1 parent 1aed7ad commit 3a9f94d

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

gtav/north_yankton.lua

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,20 @@ NorthYankton = {
5454
end
5555
},
5656

57+
Traffic = {
58+
Enable = function(state)
59+
SetAllPathsCacheBoundingstruct(state)
60+
61+
SetRoadsInAngledArea(5526.24, -5137.23, 61.78925, 3679.327, -4973.879, 125.0828, 192, false, state, true);
62+
SetRoadsInAngledArea(3691.211, -4941.24, 94.59368, 3511.115, -4869.191, 126.7621, 16, false, state, true);
63+
SetRoadsInAngledArea(3510.004, -4865.81, 94.69557, 3204.424, -4833.817, 126.8152, 16, false, state, true);
64+
SetRoadsInAngledArea(3186.534, -4832.798, 109.8148, 3202.187, -4833.993, 114.815, 16, false, state, true);
65+
end
66+
},
67+
5768
Enable = function(state)
5869
NorthYankton.Grave.Clear()
70+
NorthYankton.Traffic.Enable(state)
5971

6072
EnableIpl(NorthYankton.ipl, state)
6173
end

0 commit comments

Comments
 (0)