Jump to content

problems with loading map


Rondawgb

Recommended Posts

  • 1 month later...
  • Moderators

https://wiki.multitheftauto.com/wiki/SetLowLODElement

This works 100% for me. Just set the elements you use at 300*

or all objects you even can think off.

Note:(client)

  
for i = 1, 10000 do -- put all objects between 1 t/m 10000 in a loop 
engineSetModelLODDistance ( i, 300 ) --force them to load. 
end 
  

Don't work for ped's, cars and I think also not so good for interiors.

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...