Jump to content

Set a bigger draw distance?


Xeonmeister

Recommended Posts

Is it possible to set a higher draw distance for the objects of a .map file? I'm not talking about the LOD distance nor the setfarclipdistance function. Doesn't matter what i try, the draw distance remains 300. In sa-mp you can easily set a 1000 units as draw distance. I would only need like 400-500 units, but i can't change it.

Link to comment
local obj = createObject(...) 
local lod = createObject(...) 
setLowLODElement(obj, lod) 
-- Where obj is the object and lod is the LOD object (use the LOD model id) 

I don't know of any way to set LOD of map objects, so I would convert part of the .map into a .lua file and use the code above for any objects you want to set the lod of.

Link to comment
I'm not talking about the LOD distance

So no, that's not what i need. I've seen objects with a greater draw distance, and even people were talking about it, that it is possible but noone knew how. I'm looking for something that would help me to change the draw distance to something over 300 units.

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...