09.10.2017, 15:05
Quote:
I found out what is the lags and how do they appear. I created a lot of default objects (CreateObject) about 700. I tried to replace they to dynamic, lags disappeared. But I need only CreateObject, not CreateDynamicObject in the case. How does it do?
CreateObject needs to get rid of car falling down through textures |
If you are mapping an interior, map it on solid ground, which was made by GTA San Andreas. (LV Airport, or somewhere where the ground is flat). You have to change the interior or vw of the map and player, and then he cant fall out of the interior (neither cars can do). Dont use CreateObject, just know how stuffs are working.
OR Plan B.
Make a global timer, check if the car is streamed for player, and if it's fallen down then set it back on it's original position (But take my mapping critisism serious though cause that's the proper fix for your issue)