Posts: 156
Threads: 25
Joined: May 2016
Hello , i need Streamer Plugin v2.6.1 by Incognito , I've searched many times but still not luck..
I need it because i dont have the .so version.
When i use the latest streamer, i compile my gm (no errors and warnings) and when i start the server, it says
Quote:
" *** Streamer Plugin: Include file version (0x26104) does not match plugin version (0x280001) (script might need to be recompiled with the latest include file)"
|
But i already copied both folder pawno and plugins into my sa-mp server folder. When i used the old version V2.6.1 , no problem occur, Please kindly help me out. I need Streamer Plugin v2.6.1 for linux, Thanks guys!
Posts: 156
Threads: 25
Joined: May 2016
Quote:
Originally Posted by oMa37
****** > Streamer Samp
How i found it?
ClickMe
|
I recommend pair of glasses
Posts: 11,827
Threads: 33
Joined: Dec 2011
Reputation:
0
You shouldn't use an older version. All you have to do is re-compile your scripts with the streamer.inc from the latest version and everything will be fine.
Posts: 134
Threads: 0
Joined: May 2016
Reputation:
0
Did you try to recompile your script with newest Streamer Plugin and streamer.inc?
Posts: 156
Threads: 25
Joined: May 2016
@luke, yes i did, As what i said i copied the 2 folder pawno and plugins to my samp servrr. Now i tried the latest version no error and warning then i recompile then i start my srrver now i get random unexpected paramameters 13 but found 8
Posts: 156
Threads: 25
Joined: May 2016
Quote:
Originally Posted by luke49
You get this error, because your script's function CreateDynamicObject has less parameters than in newer. You have to add more parameters. This is an example:
PHP Code:
CreateDynamicObject(modelid, Float:x, Float:y, Float:z, Float:rx, Float:ry, Float:rz, worldid = -1, interiorid = -1, playerid = -1, Float:streamdistance = 200.0, Float:drawdistance = 0.0);
|
I have thousands and hundreds of dynamic object, How would i able to do that?
Posts: 134
Threads: 0
Joined: May 2016
Reputation:
0
So it is your task to change all function's CreateDynamicObject parameters in your script - I cannot "touch" your script to change it.
Posts: 156
Threads: 25
Joined: May 2016
Quote:
Originally Posted by luke49
So it is your task to change all function's CreateDynamicObject parameters in your script - I cannot "touch" your script to change it.
|
Lmao it will take 1 year before it gets finished, is there any other way
Posts: 156
Threads: 25
Joined: May 2016
Quote:
Originally Posted by luke49
Does your function CreateDynamicObject in the line have 8 parameters?
I suggest updating your streamer.dll and streamer.inc with these files:
http://www107.zippyshare.com/v/6fugJxbL/file.html
(it is from my gamemode (my gamemode's function CreateDynamicObject has 8 parameters)).
Furthermore, do you use CreateDynamicObject or CreateObject?
|
This is why I'm looking for the streamer v2.6.1 incognito version. I have this before but not with .so plugin . Thanks anyway, I also pmed you