SA-MP Forums Archive
Streamer Object , Help mer plsss - 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: Streamer Object , Help mer plsss (/showthread.php?tid=566178)



Streamer Object , Help mer plsss - Phuong - 04.03.2015

http://i.imgur.com/9Nbfdqh.png
http://i.imgur.com/Er3cIuv.png
Object load slowww
https://www.youtube.com/watch?v=dYko...ature=*********
Thanks.


Respuesta: Streamer Object , Help mer plsss - !R1Ch@rD! - 04.03.2015

I do not understand your problem


Re: Streamer Object , Help mer plsss - CalvinC - 04.03.2015

Check if there might be too many objects, the limit is 1000.


Re: Streamer Object , Help mer plsss - Phuong - 04.03.2015

Quote:
Originally Posted by CalvinC
Посмотреть сообщение
Check if there might be too many objects, the limit is 1000.
820 Object


Re: Streamer Object , Help mer plsss - JaydenJason - 04.03.2015

Use incognitos streamer and use CreateDynamicObject instead?
For me it looks like you're using CreateObject..


Re: Streamer Object , Help mer plsss - Phuong - 04.03.2015

Quote:
Originally Posted by JaydenJason
Посмотреть сообщение
Use incognitos streamer and use CreateDynamicObject instead?
For me it looks like you're using CreateObject..
CreateDynamicObject(19448, 45.76070, 353.95859, 955.63641, 0.00000, 0.00000, 0.00000); i use Incognitos streamer


AW: Streamer Object , Help mer plsss - Kaliber - 04.03.2015

Set the DrawDistance higher


Re: Streamer Object , Help mer plsss - zetX - 04.03.2015

Facing same problem...


Re: AW: Streamer Object , Help mer plsss - Phuong - 04.03.2015

Quote:
Originally Posted by Kaliber
Посмотреть сообщение
Set the DrawDistance higher
How to set the DrawDistance ?


AW: Re: AW: Streamer Object , Help mer plsss - Kaliber - 04.03.2015

Quote:
Originally Posted by Phuong
Посмотреть сообщение
How to set the DrawDistance ?
Well, look at the parameter:

Код:
CreateDynamicObject(modelid, Float:x, Float:y, Float:z, Float:rx, Float:ry, Float:rz, worldid = -1, interiorid = -1, playerid = -1, Float:streamdistance = 300.0);
So you do sth like this:

Код:
CreateDynamicObject(19448, 45.76070, 353.95859, 955.63641, 0.0, 0.0, 0.0, -1, -1, -1, 600.0);
Greekz