SA-MP Forums Archive
Objects laoding [REPS+] - 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: Objects laoding [REPS+] (/showthread.php?tid=509127)



Objects laoding [REPS+] - SPA - 25.04.2014

Hi , how to decrease the loading distance im using CreateDynamicObject and its very lag at 160 players someone help !


Re: Objects laoding [REPS+] - Stanford - 25.04.2014

pawn Код:
native CreateDynamicObject(modelid, Float:x, Float:y, Float:z, Float:rx, Float:ry, Float:rz, worldid = -1, interiorid = -1, playerid = -1, Float:streamdistance = 200.0, Float:drawdistance = 0.0);
decrease the streamdistance.

If you have a big amount of objects and you're lazy use convertffs.
I hope that I helped!


Re: Objects laoding [REPS+] - SPA - 26.04.2014

Where is to find that