Distance Problem - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Distance Problem (
/showthread.php?tid=441197)
Distance Problem -
AchievementMaster360 - 01.06.2013
When i exit the door of and island i made it makes you fall through the ground how would i change the rendering distance of lets says this example?
Код:
CreateDynamicObject(4079, 628.72, -2310.84, 18.71, 0.00, 0.00, 309.26);
Re: Distance Problem -
Don_Cage - 01.06.2013
If you got problem with players falling you can just freeze the player and then make a timer to unfreeze him/her after example 3 seconds. With that time the objects have gotten the time they needed to load and the player won't be able to fall.
Re: Distance Problem -
AchievementMaster360 - 01.06.2013
Quote:
Originally Posted by Don_Cage
If you got problem with players falling you can just freeze the player and then make a timer to unfreeze him/her after example 3 seconds. With that time the objects have gotten the time they needed to load and the player won't be able to fall.
|
Alright thanks will do that
Re: Distance Problem -
Don_Cage - 02.06.2013
Btw, If it is ALOT of really small objects it can load all and then they have to reload. If that happens you either can remove the map and try to re-map it with larger objects or you just make the timer longer. I hope I helped you