Problem with Streamer plugin -
Yordan_Kronos - 01.05.2014
Hello everybody. Before 5 minutes i dont have that problem.. But now i have got it.. i dont know why.
pawn Код:
C:\Users\Use\Desktop\Нова папка\pawno\include\streamer.inc(487) : warning 235: public function lacks forward declaration (symbol "OnPlayerWeaponShot")
C:\Users\Use\Desktop\Нова папка\pawno\include\streamer.inc(489) : error 017: undefined symbol "BULLET_HIT_TYPE_PLAYER_OBJECT"
Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
1 Error.
Re: Problem with Streamer plugin -
Danyal - 01.05.2014
your are using samp include which is of 0.3x or below while your streamer include is of samp 0.3z
Re: Problem with Streamer plugin -
Yordan_Kronos - 01.05.2014
I am with them bro,before 5 minutes i doesnt have that problem.. i use 0.3z and i am with streamer 2.6.1.
Re: Problem with Streamer plugin -
Eth - 01.05.2014
download this version :
https://sampforum.blast.hk/showthread.php?tid=102865
Re: Problem with Streamer plugin -
Konstantinos - 01.05.2014
Your streamer version is not 2.6.1 and that's because in that version the callback OnPlayerWeaponShot didn't exist.
That callback is forwarded and BULLET_HIT_TYPE_PLAYER_OBJECT is defined for the include 0.3z so you may have the the server version to 0.3z but an old include for a_samp.inc
Re: Problem with Streamer plugin -
Yordan_Kronos - 01.05.2014
Again this
pawn Код:
C:\Users\Use\Desktop\Нова папка\pawno\include\streamer.inc(487) : warning 235: public function lacks forward declaration (symbol "OnPlayerWeaponShot")
C:\Users\Use\Desktop\Нова папка\pawno\include\streamer.inc(489) : error 017: undefined symbol "BULLET_HIT_TYPE_PLAYER_OBJECT"
Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
1 Error.
I am not noob... believe me .. if someone can help me please Private Message and Team Viewer

(9
Re: Problem with Streamer plugin -
Konstantinos - 01.05.2014
You should use these versions:
a_samp.inc -> 0.3z
streamer.inc -> 2.7.1
as well as the server package to 0.3z* and the plugin's file to 2.7.1
* 0.3z R2-2 is the latest and it's also recommended.
Re: Problem with Streamer plugin -
Yordan_Kronos - 01.05.2014
Okay, now not pawno errors but again server doesnt work
pawn Код:
[16:12:58] *** Streamer Plugin: Warning: Include file version (0x26104) does not match plugin version (0x27101) (script might need to be recompiled with the latest include file)
[16:12:58] Loading filterscript 'mp3.amx'...
[16:12:58] Loading filterscript 'mapper.amx'...
[16:12:58] *** Streamer Plugin: Warning: Obsolete or invalid native "Streamer_RegisterInterface" found (script might need to be recompiled with the latest include file)
[16:12:58] *** Streamer Plugin: Warning: Obsolete or invalid native "Streamer_AddPlayer" found (script might need to be recompiled with the latest include file)
[16:12:58] *** Streamer Plugin: Warning: Obsolete or invalid native "Streamer_RemovePlayer" found (script might need to be recompiled with the latest include file)
[16:12:58] *** Streamer Plugin: Warning: Obsolete or invalid native "Streamer_VerifyPickup" found (script might need to be recompiled with the latest include file)
[16:12:58] *** Streamer Plugin: Warning: Obsolete or invalid native "Streamer_VerifyCheckpoint" found (script might need to be recompiled with the latest include file)
[16:12:58] *** Streamer Plugin: Warning: Include file version (unknown version) does not match plugin version (0x27101) (script might need to be recompiled with the latest include file)
[16:12:58] *** CreateDynamicObject: Expecting 12 parameter(s), but found 11
[16:12:58] *** CreateDynamicObject: Expecting 12 parameter(s), but found 11
[16:12:58] *** CreateDynamicObject: Expecting 12 parameter(s), but found 11
[16:12:58] *** CreateDynamicObject: Expecting 12 parameter(s), but found 11
[16:12:58] *** CreateDynamicObject: Expecting 12 parameter(s), but found 11
[16:12:58] *** CreateDynamicObject: Expecting 12 parameter(s), but found 11
[16:12:58] *** CreateDynamicObject: Expecting 12 parameter(s), but found 11
[16:12:58] *** CreateDynamicObject: Expecting 12 parameter(s), but found 11
[16:12:58] *** CreateDynamicObject: Expecting 12 parameter(s), but found 11
[16:12:58] *** CreateDynamicObject: Expecting 12 parameter(s), but found 11
[16:12:58] *** CreateDynamicObject: Expecting 12 parameter(s), but found 11
[16:12:58] *** CreateDynamicObject: Expecting 12 parameter(s), but found 11
[16:12:58] *** CreateDynamicObject: Expecting 12 parameter(s), but found 11
[16:12:58] *** CreateDynamicObject: Expecting 12 parameter(s), but found 11
[16:12:58] *** CreateDynamicObject: Expecting 12 parameter(s), but found 11
[16:12:58] *** CreateDynamicObject: Expecting 12 parameter(s), but found 11
[16:12:58] *** CreateDynamicObject: Expecting 12 parameter(s), but found 11
Re: Problem with Streamer plugin -
Konstantinos - 01.05.2014
Replace the old streamer.inc with the new one and re-compile your scripts. Like the warning says your include is for 2.6.1 and the plugin's version is 2.7.1; therebefore they do not match.
Also in CreateDynamicObject, a new parameter has been added (drawdistance) so set it to 300.0 or whatever value you want but you need to set a value to it to get rid of those messages.
Re: Problem with Streamer plugin -
UfsDev - 01.05.2014
Update Streamer.Dll and .so i had this problam before. +REP if this helped u.