• Guest did you know we are live since end 2019? Still going strong thanks to all of you!💪❤

MLO 🔥 [ROXWOOD COUNTRY] - UNLOCKED 🚀

asddsdse

Member
Joined
Jun 13, 2025
Messages
14
Reaction score
6
Points
3
Credits
1,151
Hi! For those who couldn't find a solution for the water level bugs, here it is:

1. you have to replace the water.lua with a regular - not encrypted one
2. then you have to insert the following code into it:

local function LoadWaterData()
local success = LoadWaterFromPath(GetCurrentResourceName(), 'water.xml')
if success ~= 1 then
print('Failed to load water.xml')
end
end
AddEventHandler('onClientResourceStart', function(resourceName)
if (GetCurrentResourceName() ~= resourceName) then
return
end
LoadWaterData()
end)
RegisterCommand('fixWater', function()
LoadWaterData()
end,false)
3. Restart the server and you're good to go.

Also if anyone has a version fivem bypassed that does not come with those road issues please share it with me.
Enjoy
 
Last edited:
  • Post hidden due to user being banned.

eXe

Active member
Joined
Mar 21, 2024
Messages
170
Reaction score
17
Points
18
Credits
555
Hi! For those who couldn't find a solution for the water level bugs, here it is:

1. you have to replace the water.lua with a regular - not encrypted one
2. then you have to insert the following code into it:

local function LoadWaterData()
local success = LoadWaterFromPath(GetCurrentResourceName(), 'water.xml')
if success ~= 1 then
print('Failed to load water.xml')
end
end
AddEventHandler('onClientResourceStart', function(resourceName)
if (GetCurrentResourceName() ~= resourceName) then
return
end
LoadWaterData()
end)
RegisterCommand('fixWater', function()
LoadWaterData()
end,false)
3. Restart the server and you're good to go.

Also if anyone has a version fivem bypassed that does not come with those road issues please share it with me.
Enjoy
I can vouch and verify that the fix provided by @asddsdse does work. The Coast Guard jail cells were flooded with water and after redoing the water.lua file that can be found in the map file everything is A1 and working properly. Thanks bro 1755873722291.png
 

Leviiii4321

Active member
Joined
Aug 20, 2025
Messages
79
Reaction score
7
Points
8
Credits
79

🔥 [ROXWOOD COUNTRY] - UNLOCKED 🚀


What is ROXWOOD?​

Roxwood county is a map expansion which offers a whole new land mass on the Northern part of the map. The expansions is packed with interiors and add many new vehicles too. Custom agencies have been created and spread across the map. The whole package is lore friendly and perfectly supplements to the lore experience.

🎥 Ingame Preview:
View attachment 20852

🎥 Trailer Preview:

📥 Download (Provider: swisstransfer):
-=Stripped Content=-

⚠️ Further Information:
I'm not sure which parts are missing exactly, and I'm not familiar with the map.
  • The trains resource is throwing errors and maybe some assets are missing
  • Vehicles are working
  • Interiors are included
  • To use the map, simply add `ensure amb-roxwood` to your server.cfg
  • It's unclear whether peds and clothing work correctly
  • I couldn't spot any issues with the map itself, but no guarantees!
⚠️ Disclaimer:
If the link are down, please contact me. Make sure to download the package immediately after purchase — I cannot guarantee access if the links expire. Be aware of this before you spend your credits here.

Enjoy and have fun! 🚗💨
thank yoiu bro love u
 
Back
Top