Re: Streamer Plugin -
Infra - 26.03.2017
Something is very wrong with v2.9.0
Using v2.9.0:
https://puu.sh/uYNUT/a96bad890a.png
Using v2.8.2:
https://puu.sh/uYODu/91f8ec0bad.png
Can anyone explain this to me? Do I have to change any of the new settings?
Re: Streamer Plugin -
rt-2 - 26.03.2017
Quote:
Originally Posted by Blokkmonsta
It seems that something is wrong with Streamer_UpdateEx in 2.9.0. I aways get this warning:
Код:
[14:56:08] *** Streamer Plugin: Streamer_UpdateEx: Expecting 8 parameter(s), but found 9
Maybe the "freezeplayer" parameter isn't properly implemented?
|
Can you include the code that triggers this error/warning?
Thank you,
rt-2
Re: Streamer Plugin -
kernel32 - 27.03.2017
(
http://imgur.com/a/uq0VA)
That for garbage, and so to flood already 2 hours!
Re: Streamer Plugin -
ISmokezU - 03.04.2017
Just bumping this to say that Version 2.9 is out!
Thanks to DRIFT_HUNTER for the heads up (
http://forum.sa-mp.com/showpost.php?...6&postcount=62 )
Re: Streamer Plugin -
Tamer - 03.04.2017
After updating the plugin from 2_7_5_1 I am facing issues like these:
https://imgur.com/a/YXnLv
https://imgur.com/a/KnGnI
The objects are loading quite late. I am not sure why this is happening, on 2_7_5_1 it was loading completely fine.
Solved, both draw distance and stream distance must be added to the function CreateDynamicObjectEx
Re: Streamer Plugin -
Romz - 04.04.2017
I found a problem with the function
DestroyDynamicActor. After destroy the actor, he disappears, and then reappears.
Re: Streamer Plugin -
Romz - 14.04.2017
When will version 2.9.1? I ask because I need a bug fix with destroy actors...
Re: Streamer Plugin -
IstuntmanI - 14.04.2017
Quote:
Originally Posted by Kolstin
When will version 2.9.1? I ask because I need a bug fix with destroy actors...
|
Here's a build for Windows and Linux for the latest commit (#23c6f72):
https://mega.nz/#!r8BmmBpK!1ASndVRLL...KuuwZa17aDKRyI
Re: Streamer Plugin -
Romz - 15.04.2017
Quote:
Originally Posted by IstuntmanI
|
Is this you compiled?
Re: Streamer Plugin -
GuyYahood1 - 24.04.2017
The public of OnPlayerPickupDynamicPickup, OnPlayerEnterDynamicCP and more is not working, please check this out!!
Re: Streamer Plugin -
MrStead - 25.04.2017
I've update the plugin to the latest version and again got the bug I talked about here:
http://forum.sa-mp.com/showpost.php?...postcount=5592 and
http://forum.sa-mp.com/showpost.php?...postcount=5589
In the old version I've resolved the problem, but In this one I encouter the bug, although the coords of the attached object are set
Re: Streamer Plugin -
Johny32 - 25.04.2017
Do you own RWW? If yes good job handling a server and a plugin at the same time !
Re: Streamer Plugin -
coool - 01.05.2017
How can i set the offsets of attached 3d text label on vehicle ??
Re: Streamer Plugin -
babeng - 01.05.2017
How to install this? i really dont understand anything
Re: Streamer Plugin -
TommyB - 01.05.2017
Quote:
Originally Posted by coool
How can i set the offsets of attached 3d text label on vehicle ??
|
I'm not entirely sure but you could probably use Streamer_SetFloatData to edit E_STREAMER_ATTACH_OFFSET_X, E_STREAMER_ATTACH_OFFSET_Y, and E_STREAMER_ATTACH_OFFSET_Z. If that doesn't work see if manipulating any other position
in the enum would do the trick.
Re: Streamer Plugin -
rt-2 - 05.05.2017
There use to be a description of the parameters for "CreateDynamicObject" on this page, you removed it and it's not on the wiki, thank you
Re: Streamer Plugin -
Crayder - 06.05.2017
Quote:
Originally Posted by rt-2
There use to be a description of the parameters for "CreateDynamicObject" on this page, you removed it and it's not on the wiki, thank you
|
It is in the wiki, the streamer wiki. It's on GitHub.
Re: Streamer Plugin -
Riddick94 - 06.05.2017
Whenever I spawn. I'm aware of where the issue is, but don't understand why it happens:
I have the validation checks. That message in the console is more sort of the warning for me than a critical since it doesn't crash anything or something.
OnPlayerLookAt is in SetTimerEx called in OnPlayerSpawn (ONCE).
Re: Streamer Plugin -
AbyssMorgan - 06.05.2017
E_STREAMER_EXTRA_ID is integer not array
Re: Streamer Plugin -
Riddick94 - 06.05.2017
Quote:
Originally Posted by AbyssMorgan
E_STREAMER_EXTRA_ID is integer not array
|
Elaborate. What would you do instead?