Objects loading slow - 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)
+---- Forum: Help Archive (
https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Objects loading slow (
/showthread.php?tid=248938)
Objects loading slow -
Kitten - 16.04.2011
Solved
Re: Objects loading slow -
HyperZ - 16.04.2011
I have the same problem.
Re: Objects loading slow -
Sascha - 16.04.2011
try to change the drawdistance...
CreateDynamicObject(model, x, y, z, ax, ay, az, world, interior, playerid, dd);
world interior and playerid are auto set to -1 = all
and dd (drawdistance) is auto set to 200.00..
change it to e.g. 800.00 or so
Re: Objects loading slow -
Kitten - 16.04.2011
Quote:
Originally Posted by Sascha
try to change the drawdistance...
CreateDynamicObject(model, x, y, z, ax, ay, az, world, interior, playerid, dd);
world interior and playerid are auto set to -1 = all
and dd (drawdistance) is auto set to 200.00..
change it to e.g. 800.00 or so
|
Yea that actually worked. thanks
Re: Objects loading slow -
CrazyBlob - 16.04.2011
how many objects do u have
Re: Objects loading slow -
Mean - 16.04.2011
Quote:
Originally Posted by CrazyBlob
how many objects do u have
|
It's solved, and for a streamer, there is no object limit!