File tree Expand file tree Collapse file tree 4 files changed +18
-4
lines changed Expand file tree Collapse file tree 4 files changed +18
-4
lines changed Original file line number Diff line number Diff line change @@ -191,6 +191,7 @@ Citizen.CreateThread(function()
191191 if GetGameBuildNumber () >= 2944 then
192192 MercenariesClub .LoadDefault () -- 1202.407, -3251.251, -50.000
193193 MercenariesLab .LoadDefault () -- -1916.119, 3749.719, -100.000
194+ MercenariesFixes .LoadDefault ()
194195 end
195196
196197 -- ====================================================================
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1+ -- Map fixes
2+ exports (' GetMercenariesFixesObject' , function ()
3+ return MercenariesFixes
4+ end )
5+
6+ MercenariesFixes = {
7+ ipl = " m23_1_legacy_fixes" ,
8+
9+ Enable = function (state )
10+ EnableIpl (MercenariesFixes .ipl , state )
11+ end ,
12+
13+ LoadDefault = function ()
14+ MercenariesFixes .Enable (true )
15+ end
16+ }
Original file line number Diff line number Diff line change @@ -136,9 +136,9 @@ client_scripts {
136136 , " dlc_drugwars/traincrash.lua"
137137
138138 -- DLC San Andreas Mercenaries (Requires forced build 2944 or higher)
139- , " dlc_mercenaries/base.lua"
140139 , " dlc_mercenaries/club.lua"
141140 , " dlc_mercenaries/lab.lua"
141+ , " dlc_mercenaries/fixes.lua"
142142
143143 -- DLC The Chop Shop (Requires forced build 3095 or higher)
144144 , " dlc_chopshop/base.lua"
You can’t perform that action at this time.
0 commit comments