SA-MP Forums Archive
[Plugin] Streamer Plugin - 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 (/showthread.php?tid=102865)



Re: Streamer Plugin - Incognito - 03.01.2016

Quote:

One of our mostly harmless robots seems to think you are not a human.
Because of that, it’s hidden your profile from the public. If you really are human, please contact support to have your profile reinstated. We promise we won’t require DNA proof of your humanity.

Sorry about that. I've contacted GitHub.


Re: Streamer Plugin - PT - 03.01.2016

Quote:
Originally Posted by Incognito
Посмотреть сообщение
Sorry about that. I've contacted GitHub.
That happend with me too some time ago XD


Re: Streamer Plugin - Jeroen52 - 03.01.2016

When I started to read the latest replies I started to panic, but I hope that it can be resolved as soon as possible.


Re: Streamer Plugin - AbyssMorgan - 03.01.2016

Hmm, Streamer Plugin 2.7.8:
https://github.com/AbyssMorgan/SA-MP...master/plugins


Re: Streamer Plugin - coolmark1995 - 03.01.2016

Has github responded to your account being deleted?


Re: Streamer Plugin - Crayder - 03.01.2016

And we're back in business!


Re: Streamer Plugin - vannesenn - 03.01.2016

Thanks Incognito !


Re: Streamer Plugin - coolmark1995 - 03.01.2016

Thanks for the amazing Links Glad problem got resolved


Re: Streamer Plugin - ikey07 - 06.01.2016

Maybe someone can think a way to re-stream a single object ?

When I apply Material color to an object, and reset it to default it loses its original coloring, unless I recreate the object or go away, so it can re-stream. Streamer_Update/Ex didnt helped.


Re: Streamer Plugin - Anuris - 17.01.2016

Hello everybody.

I would like to apologize for my poor English and if anybody has already written it before.
But, I've got a small suggestion for object streamer.

Imagine, that we have a big amount of streamed objects in one place (for example - interior). As I understood, streamer will check distance between each and every one object and between each and every one player.
But, what if we combine all these objects in one place into an special object area? I mean, when we creating objects, we declare, that they are from specified area. So, streamer would only check a distance between player and this area, and if it's alright, stream all object from this area.
I think it will be less distance check, isn't it?


Re: Streamer Plugin - Crayder - 17.01.2016

Quote:
Originally Posted by Anuris
Посмотреть сообщение
Hello everybody.

I would like to apologize for my poor English and if anybody has already written it before.
But, I've got a small suggestion for object streamer.

Imagine, that we have a big amount of streamed objects in one place (for example - interior). As I understood, streamer will check distance between each and every one object and between each and every one player.
But, what if we combine all these objects in one place into an special object area? I mean, when we creating objects, we declare, that they are from specified area. So, streamer would only check a distance between player and this area, and if it's alright, stream all object from this area.
I think it will be less distance check, isn't it?
I suggested this on GitHub about 6 months ago. My suggestion was to assign dynamic items to a specific dynamic area, it would be a bit like you said.

https://github.com/samp-incognito/sa...ugin/issues/71

So far, IStuntmanI and JernejL supported the idea. I've had no reply from Incognito, however, since h has closed the issue yet I'm guessing he has at least considered it.


Re: Streamer Plugin - radiobizza - 18.01.2016

How to fix "Error: Function not registered: 'CreateDynamicObject'" ?:<


Re: Streamer Plugin - Crayder - 18.01.2016

Quote:
Originally Posted by radiobizza
Посмотреть сообщение
How to fix "Error: Function not registered: 'CreateDynamicObject'" ?:<
Load the plugin.

Add 'streamer' to the 'plugins' line of your server.cfg, make sure the plugin is in the 'plugins' folder, and viola.


Re: Streamer Plugin - radiobizza - 18.01.2016

still doesn't work.. )


Re: Streamer Plugin - AbyssMorgan - 18.01.2016

you may just wrong order plugins

crashdetect - must be first
nativechecker - must be last

plugins crashdetect ... nativechecker


Re: Streamer Plugin - mobiliz - 21.01.2016

Quote:
Originally Posted by blinkpnk
Посмотреть сообщение
I can't even trigger anything with OnPlayerEnterDynamicRaceCP
Код:
OnPlayerEnterDynamicRaceCP(playerid, checkpointid)
{
     printf('TEST');
     return 1;
}
OnPlayerLeaveDynamicRaceCP(playerid, checkpointid)
{
     printf('TEST2');
     return 1;
}
Returns nothing never, I tried:
Код:
RaceStart = CreateDynamicRaceCP(1, x, y, z, 0.0, 0.0, 0.0, 25, GetPlayerVirtualWorld(playerid), GetPlayerInterior(playerid), -1, STREAMER_RACE_CP_SD);
But when I try to go over, into my checkpoint, nothing happens, thanks!
pawn Код:
if(checkpointid == RaceStart)



Re: Streamer Plugin - kristo - 21.01.2016

Quote:
Originally Posted by mobiliz
Посмотреть сообщение
pawn Код:
if(checkpointid == RaceStart)
Did you even read what he said?


Re: Streamer Plugin - Roel - 16.02.2016

Hello,

Is it possible that the default 3d text labels for players are not working anymore when I use the streamer?
All player labels are gone suddenly.


Re: Streamer Plugin - Kyle - 16.02.2016

Quote:
Originally Posted by Roel
Посмотреть сообщение
Hello,

Is it possible that the default 3d text labels for players are not working anymore when I use the streamer?
All player labels are gone suddenly.
I thought this was a scripting issue of mine


Re: Streamer Plugin - PT - 08.03.2016

If is windows u need instal this https://www.microsoft.com/en-us/down....aspx?id=48145