Jump to content

grass drawing distance


mehmet

Recommended Posts

  • Scripting Moderators
39 minutes ago, mehmet said:

@stPatrick

 

Thank. But there are still problems. With drawing objects. Here is the screenshot.

Media-viewer-2019-02-02-21-31-19.png

if the distance is increased slightly

Media-viewer-2019-02-02-21-31-45.png

Even on trees, some kind of texture bug, how to fix it?

Media-viewer-2019-02-02-21-34-19.png

this can still be seen on the ground 

 

Media-viewer-2019-02-02-21-37-19.png

 

 

You can use:

 

-- Server
--
-- https://wiki.multitheftauto.com/wiki/SetFarClipDistance

addEventHandler( "onResourceStart", resourceRoot,
	function( )
		setFarClipDistance( 3000 ) -- We adjust visibility range to 3000 metres
	end
)

 

But this doesn't help that much.

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