SA-MP Forums Archive
Vehicle Stream - 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)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Vehicle Stream (/showthread.php?tid=100787)



Vehicle Stream - Kurence - 06.10.2009

Hi. I have a big question.

In my GM I naturally have some variables using vehicle IDs.
But when the vehicle is not streamed in, the function will break.

Can you add to server.cfg option "enable_stream 0/1" please? ThX


Re: Vehicle Stream - SloProKiller - 06.10.2009

Quote:
Originally Posted by Kye
SA-MP 0.3a is now in feature lockdown. That means that only major bugs will be fixed. I know there are lots of good suggestions being posted but please keep them for the next version and do not post them in this section of the forum.



Re: Vehicle Stream - Sergei - 06.10.2009

Check if vehicle is streamed in, so your function won't break. You can also try increasing stream distance in server.cfg.


Re: Vehicle Stream - beckzy - 06.10.2009

Vehicle IDs are always the same whether they are streamed in or not. It is a problem with your code that is breaking it. And as for enable_stream that is the stupidest thing I have heard suggested just because somebody doesn't know how to script.