How can I change the original map of San Andreas in water? I am using the following code to delete the map:
for i=550,20000 do
removeWorldModel(i,10000,0,0,0)
end
setOcclusionsEnabled(false) -- Also disable occlusions when removing certain models
setWaterLevel(-5000) -- Also hide the default water as it will be full of holes