SA-MP Forums Archive
Can't See Object From Like A Metre Away -_- - 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: Can't See Object From Like A Metre Away -_- (/showthread.php?tid=454794)



Can't See Object From Like A Metre Away -_- - RandomDude - 30.07.2013

Using
pawn Код:
#include <streamer>
pawn Код:
CreateDynamicObject
2 Pictures to show...

A little Far.


A little Close.
I'm using Streamers latest... plugin...


Re: Can't See Object From Like A Metre Away -_- - IstuntmanI - 30.07.2013

If you have many CreateObject, convert them to CreateDynamicObject, and if you have an outdated streamer, update it !


Re: Can't See Object From Like A Metre Away -_- - thimo - 30.07.2013

I am experiencing this too... Streamer does not seem to support bigger stream distances (The topic says it does but i do not see a single change when I use it)


Re: Can't See Object From Like A Metre Away -_- - RandomDude - 30.07.2013

Quote:
Originally Posted by thimo
Посмотреть сообщение
I am experiencing this too... Streamer does not seem to support bigger stream distances (The topic says it does but i do not see a single change when I use it)
Its really annoying...


Re: Can't See Object From Like A Metre Away -_- - thimo - 30.07.2013

And the worse thing is its getting worse when you get more objects. Any one has a fix for this?


Re: Can't See Object From Like A Metre Away -_- - wumpyc - 30.07.2013

Try increasing stream distance to like 200-400..
pawn Код:
CreateDynamicObject(modelid, Float:x, Float:y, Float:z, Float:rx, Float:ry, Float:rz, worldid = -1, interiorid = -1, playerid = -1, Float:streamdistance);