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 - PaulDinam - 20.01.2015

It's been fixed.


Re: Streamer Plugin - ]mxco[ - 21.01.2015

Well, having problems with the new 2.7.5 version.
It appears in server log, updated plugins, includes, compile - everything right.

Код:
[20:49:47] [sampgdk:warning] Native function not found: GetPlayerState
[20:49:47] [sampgdk:warning] Native stub
[20:49:47] [sampgdk:warning] Native function not found: GetPlayerInterior
[20:49:47] [sampgdk:warning] Native stub
[20:49:47] [sampgdk:warning] Native function not found: GetPlayerVirtualWorld
[20:49:47] [sampgdk:warning] Native stub
[20:49:47] [sampgdk:warning] Native function not found: GetPlayerPos
[20:49:47] [sampgdk:warning] Native stub
[20:49:48] [sampgdk:warning] Native stub
[20:49:48] [sampgdk:warning] Native stub
[20:49:48] [sampgdk:warning] Native stub
[20:49:48] [sampgdk:warning] Native stub
[20:49:48] [sampgdk:warning] Native stub
[20:49:48] [sampgdk:warning] Native stub
[20:49:48] [sampgdk:warning] Native stub



Re: Streamer Plugin - Crayder - 21.01.2015

I'm still wondering if this is stable or not (from the looks of the latest comments it doesn't look good, but I don't know Incognito for doing un-stable).


Re: Streamer Plugin - PaulDinam - 21.01.2015

I haven't had any problems since the last update.


Re: Streamer Plugin - Crayder - 22.01.2015

Quote:
Originally Posted by PaulDinam
Посмотреть сообщение
I haven't had any problems since the last update.
Thanks, I'll try it out. :P


Re: Streamer Plugin - Swalih - 22.01.2015

Good


Re: Streamer Plugin - ATGOggy - 23.01.2015

Latest version crashes when a dynamic pickup streams.


Re: Streamer Plugin - PaulDinam - 23.01.2015

He made another update which fixes it.
https://github.com/samp-incognito/sa...ses/tag/v2.7.5


Re: Streamer Plugin - ATGOggy - 24.01.2015

Quote:
Originally Posted by PaulDinam
Посмотреть сообщение
He made another update which fixes it.
https://github.com/samp-incognito/sa...ses/tag/v2.7.5
Lol yeah, thanks for showing that, rep++;


Re: Streamer Plugin - Kar - 31.01.2015

Quote:
Originally Posted by Crayder
Посмотреть сообщение
Does Streamer_SetFloatData work the same as Streamer_SetIntData and use the same enum?
Yes, it's for the float variables..


Re: Streamer Plugin - Crayder - 31.01.2015

Quote:
Originally Posted by Kar
Посмотреть сообщение
Yes, it's for the float variables..
But in the enum, none of the values use the Float tag. That's why I was confused.

Plus, they don't return tag mismatch warnings.


Re: Streamer Plugin - Kar - 31.01.2015

Lol because they are just references to the plugin. The float values are in the plugin.


Re: Streamer Plugin - BGTrucker - 01.02.2015

What I need to do to fix this ?
Код:
[09:31:20]  Loading plugin: streamer
[09:31:20] 

*** Streamer Plugin v2.7.5 by Incognito loaded ***

[09:31:20]   Loaded.
[09:31:20]  Loaded 2 plugins.

[09:31:20] 
[09:31:20] Filterscripts
[09:31:20] ---------------
[09:31:20]   Loaded 0 filterscripts.

[09:31:20] *** Streamer Plugin: Warning: Include file version (0x27002) does not match plugin version (0x27501) (script might need to be recompiled with the latest include file)
[09:31:20] 
----------------------------------
[09:31:20] Transportation Server
[09:31:20] ----------------------------------

[09:31:20] Number of vehicle models: 2
I mean,it loads the plugin,loads the server too but there's still some warning about Streamer and I know it should be fixed for the server to work fine.I downloaded 2.7.5 and used both the dll andinc files from it but for some reason the inc file is not compatible with the dll I guess.


Re: Streamer Plugin - Max_Andolini - 01.02.2015

AttachDynamicObjecttoObject is bugged not work


AW: Streamer Plugin - axi92 - 01.02.2015

I use SelectObject(playerid) to get the mouse pointer but then I klick on the object but OnPlayerSelectDynamicObject is not called so I will get no icons of the axes to move the object.
Anybody an idea why I got this problem?


Re: Streamer Plugin - Abagail - 01.02.2015

Quote:
Originally Posted by BGTrucker
Посмотреть сообщение
What I need to do to fix this ?
Код:
[09:31:20]  Loading plugin: streamer
[09:31:20] 

*** Streamer Plugin v2.7.5 by Incognito loaded ***

[09:31:20]   Loaded.
[09:31:20]  Loaded 2 plugins.

[09:31:20] 
[09:31:20] Filterscripts
[09:31:20] ---------------
[09:31:20]   Loaded 0 filterscripts.

[09:31:20] *** Streamer Plugin: Warning: Include file version (0x27002) does not match plugin version (0x27501) (script might need to be recompiled with the latest include file)
[09:31:20] 
----------------------------------
[09:31:20] Transportation Server
[09:31:20] ----------------------------------

[09:31:20] Number of vehicle models: 2
I mean,it loads the plugin,loads the server too but there's still some warning about Streamer and I know it should be fixed for the server to work fine.I downloaded 2.7.5 and used both the dll andinc files from it but for some reason the inc file is not compatible with the dll I guess.
This means that you're not using the same plugin version as the include file. Simply drag & replace the contents of streamer-plugin-v2.1.5.zip into the main directory of the SA:MP server files.


Re: AW: Streamer Plugin - Crayder - 01.02.2015

Quote:
Originally Posted by axi92
Посмотреть сообщение
I use SelectObject(playerid) to get the mouse pointer but then I klick on the object but OnPlayerSelectDynamicObject is not called so I will get no icons of the axes to move the object.
Anybody an idea why I got this problem?
You are probably using OnPlayerSelectDynamicObject in another script somewhere, check your filterscripts.


Re: Streamer Plugin - BGTrucker - 01.02.2015

Quote:
Originally Posted by Abagail
Посмотреть сообщение
This means that you're not using the same plugin version as the include file. Simply drag & replace the contents of streamer-plugin-v2.1.5.zip into the main directory of the SA:MP server files.
I downloaded the latest version so the files must be compatible with each other since they're coming from the same place.


AW: Re: AW: Streamer Plugin - axi92 - 01.02.2015

Quote:
Originally Posted by Crayder
Посмотреть сообщение
You are probably using OnPlayerSelectDynamicObject in another script somewhere, check your filterscripts.
I only found it in streamer.inc where it comes from^^
And in impl.inc that is used by y_hook


Re: Streamer Plugin - Crayder - 01.02.2015

Wait, so you don't even have it in your gamemode?