SA-MP Forums Archive
Streamer Question - 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 Question (/showthread.php?tid=362452)



Streamer Question - Akcent_Voltaj - 24.07.2012

hello i have a streamer question whice streamer is the best?and why do my objects load hard..i cant see the full map i have createdynamicobjects.. i have 3000 objects..i have createobjects and createdynamic...


Re: Streamer Question - Kindred - 24.07.2012

Not certain, but either all of your objects must (or since I don't know, should) be either createdynamicobject or createobject. Considering you are using a streamer ( I recommend incognitos streamer ) you would use createdynamicobject for all your objects. They might not be loading either because the draw distance is very low (if correct, there is a draw distance and it is set by default to 100, but you may have it at a very low distance).

Plus, since you have to get close to the objects before they load, make sure that if you are using a custom interior or whatnot, script in a thing that freezes you for a few seconds when you enter so that you can fully enter the interior while the objects load.


Re: Streamer Question - Akira297 - 24.07.2012

You need to set the stream distance.


Re: Streamer Question - Akcent_Voltaj - 24.07.2012

i did to 300.0.. is it ok?


Re: Streamer Question - Akira297 - 24.07.2012

That should be fine. If it works it works :3


Re: Streamer Question - Akcent_Voltaj - 24.07.2012

doesent work.. converted objects to 300.0 but no workk


Re: Streamer Question - Akcent_Voltaj - 24.07.2012

what can i do i heard that this happens too lots of people..im want to ask an profesional scripter. cauze he has svr


Re: Streamer Question - Akira297 - 24.07.2012

Akcent, here is a line of a example :

Код:
CreateDynamicObject(1676,1000.45593262,-937.42443848,42.90899277,0.00000000,0.00000000,8.00000000, .interiorid = 0, .worldid = 0, .streamdistance = 75); //object(washgaspump) (1)

 CreateDynamicObject(6959,-1854.16015625,2121.70019531,5.27884245,0.00000000,0.00000000,23.74694824, .interiorid = 0, .worldid = 0, .streamdistance = 500); //object(vegasnbball1) (1)
^--- Example(s).

The line with .streamdistance = 500);

does work.


Re: Streamer Question - Akcent_Voltaj - 24.07.2012

CreateObject(19448,267.67000000,-1801.85000000,6.75000000,0.00000000,90.00000000,90 .00000000); //
Like this??
CreateObject(19448,267.67000000,-1801.85000000,6.75000000,0.00000000,90.00000000,50 0.00000000); //


Re: Streamer Question - Akira297 - 24.07.2012

Your object () Your Cords() ,

Код:
CreateObject(19448,267.67000000,-1801.85000000,6.75000000,0.00000000,90.00000000,50 0.00000000, .interiorid = 0, .worldid = 0, .streamdistance = 500);