Include help.. - 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: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Include help.. (
/showthread.php?tid=366861)
Include help.. -
Luke_James - 08.08.2012
I get this error when I run my server..
Quote:
Streamer Plugin: Include file version <0> does not match plugin version <0x26104> (script needs to be recompiled with the latest include file.
Script[gamemodes/TEST.amx]: Run time error 19: "File or function is not found"
|
I have compiled my script with latest includes, I replaced all my includes with the 0.3e ones, and compiled, but I sitll get this annoying error..
Re: Include help.. -
Jstylezzz - 08.08.2012
it means, the version of the plugin is not the same as the include.
do you know what plugin this is about?
EDIT: shit, i didn't read well -.-
make sure, that if you have streamer plugin 2.6, that you also use streamer include 2.6
this does not come with the standard sa-mp packageas far as i know, so download it from the streamer thread
Re: Include help.. -
[EuG]ZeRoGoD - 08.08.2012
put the new streamer in and compile you'r gamemode and that should work as i see its the plugin streamer not includes so suggest new plugin for streamer
Re: Include help.. -
Luke_James - 08.08.2012
So how do I fix the streamer problem?
Re: Include help.. -
Jstylezzz - 08.08.2012
like i said, make sure that the plugin and the include are the same version
Re: Include help.. -
Luke_James - 08.08.2012
How do I see the version of them?
Re: Include help.. -
Jstylezzz - 08.08.2012
delete the include and plugin, and use this link to download the new/same version..
compile, and it should work.
make sure you delete the old ones, or else same will happen as now..
http://code.******.com/p/samp-stream...q=label%3A0.3e
this is the link from the streamer thread
Re: Include help.. -
Luke_James - 08.08.2012
So delete streamer.dll, streamer.so and streamer.inc from my server files and replace them with the ones provided?
Re: Include help.. -
Jstylezzz - 08.08.2012
yeah, don't forget to compile
Re: Include help.. -
Luke_James - 08.08.2012
I did that, now I get these errors when compiling..
Quote:
C:\Users\owner\Desktop\SDRP Server - Copy\pawno\include\streamer.inc(157) : error 017: undefined symbol "OBJECT_MATERIAL_SIZE_256x128"
C:\Users\owner\Desktop\SDRP Server - Copy\pawno\include\streamer.inc(377) : warning 235: public function lacks forward declaration (symbol "OnPlayerEditObject")
C:\Users\owner\Desktop\SDRP Server - Copy\pawno\include\streamer.inc(399) : warning 235: public function lacks forward declaration (symbol "OnPlayerSelectObject")
C:\Users\owner\Desktop\SDRP Server - Copy\pawno\include\streamer.inc(401) : error 017: undefined symbol "SELECT_OBJECT_PLAYER_OBJECT"
|