SA-MP Forums Archive
Help me please - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP (https://sampforum.blast.hk/forumdisplay.php?fid=3)
+--- Forum: Client Support (https://sampforum.blast.hk/forumdisplay.php?fid=16)
+--- Thread: Help me please (/showthread.php?tid=661462)



Help me please error with objects - Duartstrocci - 04.12.2018

Good noite everyone.
I'm in serious trouble, objects only appear when the player comes close to them.
I have the Streamer plugin updated (2.9.4)
I have already compiled everything right.
Can someone help me please?

*I'm new to the forum, sorry if I'm posting this topic in the wrong place.


Re: Help me please - Alexis17 - 05.12.2018

Verify that the object distance is high.

parameter: streamdistance

HTML Code:
CreateDynamicObject(modelid, Float:x, Float:y, Float:z, Float:rx, Float:ry, Float:rz, worldid = -1, interiorid = -1, playerid = -1, Float:streamdistance = STREAMER_OBJECT_SD, Float:drawdistance = STREAMER_OBJECT_DD, STREAMER_TAG_AREA areaid = STREAMER_TAG_AREA -1, priority = 0);



Re: Help me please - Extremac - 05.12.2018

You are only setting up a topic here to know https://forum.sa-mp.com/forumdisplay.php?f=12


Re: Help me please - Duartstrocci - 05.12.2018

Quote:
Originally Posted by ******
View Post
Objects showing up when you get close to them is a pretty good explanation of exactly what the streamer plugin is meant to do.
But bro, it's very annoying only appear when you get close to them!
Can you tell me what I can do to make them render without having to get close to them?
Helpe me please


Re: Help me please - GTLS - 06.12.2018

As mentioned above, increase the Stream distance. And Streamer only streams Dynamic object. Just so you know.