StefanAlmighty Posted February 19, 2016 Share Posted February 19, 2016 Hello guys I am in need of a little help. So I am custom mapping a City Hall in Los Santos for my Roleplay server but I am having an issue, I have removed the original building and replaced with the new as seen here: http://imgur.com/iluExNr But whenever I move my camera ever so slightly this happens: http://imgur.com/EsCcJfU I need your help as I have no idea what to do when this occurs. Thank you. Link to comment
peppinoita Posted February 19, 2016 Share Posted February 19, 2016 same issue on gates in the garage of the LS police dp Link to comment
DakiLLa Posted February 19, 2016 Share Posted February 19, 2016 Probably because of occlusions (click) (kind of graphic optimisation) turned on by default. Create an empty resource with a single lua script file inside and put next code in it: -- Client side addEventHandler( "onClientResourceStart", resourceRoot, function() setOcclusionsEnabled( false ) end ) Link to comment
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now