Theme editor

  • If you experience issues login with Discord, reset your password and wait 3 minutes for the email!

MLO ðŸ”¥ [ROXWOOD COUNTRY] - UNLOCKED 🚀

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:
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 View attachment 22053
 

🔥 [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
 
Guys i am having issue with the map not loading of roxwood when i go in menu. Can someone tell me how can i fix that so Map properly shows me the way from paleto like the complete attachment?
 
Back
Top Bottom