Quote:
Originally Posted by JasonRiggs
Since he was able to create 1500 objects then he's using CreateDynamicObject which is unlimited as far as I'm concerned..
@OP about the draw distance i always used to set a high draw for important objects (roads, buildings) and low for other, dunno if there is another solution, i hope that someone will help you
|
When you create dynamic object ex.: bridge and there you create vehicle it will fall into water, because dynamic object is creating when player is near place where it creates, but vehicles are created on gamemode starts, so there be no bridge and car just fall into water. So land masses, roads, bridges you can use CreateObject, but ex.: rocks, plant you can use CreateDynamicObject. Draw distance will be good, while you don't create a 1000 objects in range of 250.0 area. Sorry for bad english
hope you understand