SA-MP Forums Archive
[Plugin] Streamer Plugin v2.7.2 with vehicle streamer - 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: Plugin Development (https://sampforum.blast.hk/forumdisplay.php?fid=18)
+--- Thread: [Plugin] Streamer Plugin v2.7.2 with vehicle streamer (/showthread.php?tid=529389)

Pages: 1 2 3 4


Re: Streamer Plugin v2.7.2 with vehicle streamer - Swimor - 06.08.2014

Quote:
Originally Posted by Incognito
Посмотреть сообщение
You'll have to treat vehicles the same as moving objects (i.e., they should change cells as needed). Look at Streamer:rocessMovingObjects to see how this is done.

If you ever want to merge your changes in the future, just ask me, and I'll create a separate branch where you can send a pull request.
I think that I can simply update vehicles position before the update and it will fix the problem...
Ok, thanks

Quote:
Originally Posted by CoaPsyFactor
Посмотреть сообщение
Now it only streams last loaded vehicle
Will be checked


Re: Streamer Plugin v2.7.2 with vehicle streamer - CoaPsyFactor - 06.08.2014

Also what I noticed, is when you drive vehicle from some reason it respawn vehicle on position where it currently is and removes player from it.

For now, this is not playable.


Re: Streamer Plugin v2.7.2 with vehicle streamer - anou1 - 06.08.2014

Awesome ! (:


Re: Streamer Plugin v2.7.2 with vehicle streamer - iFarbod - 07.08.2014

Upgrade with v2.7.3


Re: Streamer Plugin v2.7.2 with vehicle streamer - CoaPsyFactor - 07.08.2014

Quote:
Originally Posted by anou1
Посмотреть сообщение
Awesome ! (:
It is, but as I said, its not playable for now, there is lot of bugs with vehicle streaming.


Re: Streamer Plugin v2.7.2 with vehicle streamer - Swimor - 07.08.2014

Quote:
Originally Posted by iFarbod
Посмотреть сообщение
Upgrade with v2.7.3
Quote:
Originally Posted by CoaPsyFactor
Посмотреть сообщение
It is, but as I said, its not playable for now, there is lot of bugs with vehicle streaming.
Yes, that why I closed the project.
I will do massive rewrite of the stream to get the best performance out of it.

****** if you can please lock, thank you!


Re: Streamer Plugin v2.7.2 with vehicle streamer - iFarbod - 07.08.2014

Quote:

there is lot of bugs with vehicle streaming.

That's why Incognito not added vehicle-streamer.
I Think 2000 vehicles are enough, not?


Re: Streamer Plugin v2.7.2 with vehicle streamer - DiDok - 07.08.2014

No it's not and this streamer is extremely needed, hope it'll work well next time


Re: Streamer Plugin v2.7.2 with vehicle streamer - CoaPsyFactor - 07.08.2014

well I do think its not problem flagging the vehicle in code as occupied and not do any update on it if flag === OCCUPIED

Here is something I've made in pawn

https://www.youtube.com/watch?v=L-wjD8TL02U

I can see how much all of you want this plugin, how much of you actually need vehicle streamer -.-'


Re: Streamer Plugin v2.7.2 with vehicle streamer - d711728 - 11.08.2014

How goes the development?