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.
1 parent a65f696 commit 4cb38d2Copy full SHA for 4cb38d2
gtav/base.lua
@@ -101,4 +101,14 @@ CreateThread(function()
101
-- Train track: 2626.374, 2949.869, 39.1409
102
RequestIpl("ld_rail_01_track")
103
RequestIpl("ld_rail_02_track")
104
+
105
+ -- Docks cranes: 887.7344, -2922.285, 34.000
106
+ RequestIpl("dockcrane1")
107
+ RequestIpl("pcranecont")
108
109
+ -- Construction lift: -180.5771, -1016.9276, 28.2893
110
+ RequestIpl("dt1_21_prop_lift_on")
111
112
+ -- Davis Quartz train: 2773.6099, 2835.3274, 35.1903
113
+ RequestIpl("cs5_4_trains")
114
end)
0 commit comments