SA-MP Forums Archive
Cant see objects from distance - 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: Cant see objects from distance (/showthread.php?tid=409467)



Cant see objects from distance - maiky1499 - 21.01.2013

I've some objects on my gamemode that I cannot see from distance, it's not all of the objects, all the objects has the same format on CreateDynamicObject, it's can't be drawdistance because I didn't set to any of my objects drawdistance and even when I tried too it's still didn't worked.
It's some objects, interiors, that I downloaded. Help, please.


Re: Cant see objects from distance - kaisersouse - 21.01.2013

Define "that I downloaded"


Re: Cant see objects from distance - DaRk_RaiN - 21.01.2013

Try to use the normal CreateObject on the ones who doesn't show up.


Re: Cant see objects from distance - Glad2BeHere - 21.01.2013

streamer takes time to load hence the word "stream"

if the player is in range of the object then it would be created.....
Objects are created for players who are in range of the objects with streamer


learn how to use all functions here >>>> https://sampforum.blast.hk/showthread.php?tid=102865


Re: Cant see objects from distance - Attias - 21.01.2013

You might want to change it to CreateObject instead.


Re: Cant see objects from distance - maiky1499 - 21.01.2013

Quote:
Originally Posted by Attias
Посмотреть сообщение
You might want to change it to CreateObject instead.
Still.


Re: Cant see objects from distance - Attias - 21.01.2013

If there are more than 400 objects, some of them won't show up. The maximum are 400 in a small area.


Re: Cant see objects from distance - JonesMTG - 22.01.2013

Try using the normal CreateObject rather on everything that doesn't normally show up.