SA-MP Forums Archive
Another problem - 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: Another problem (/showthread.php?tid=359063)



Another problem - Eugene. - 12.07.2012

I got another problem.

Code:
[19:04:01] *** Streamer Plugin: Include file version (0) does not match plugin version (0x26104) (script needs to be recompiled with the latest include file)
[19:04:01] Script[gamemodes/RRP.amx]: Run time error 19: "File or function is not found"
I did change the Streamer Include last version and compile the GM. I did change the Streamer Plugin with last version and I putted everything in GM very well and still don't work. Anyone know something about this ?

I saw multiple people got the same problem but few of them fixed already but they didn't posted the solution. If someone know how to fix this reply please.


Re: Another problem - Cxnnor - 12.07.2012

Show your sever.cfg - and are you SURE you have the latest version?

EDIT: Latest version here.


Re : Another problem - Eugene. - 12.07.2012

Yes. Already 2 scripters checked it and everything is good. They changed everything into 0.3e and still nothing.


Re: Another problem - Cxnnor - 12.07.2012

Go to your server.cfg and if you don't have the plugins line add it and do this.

Code:
plugins streamer
Also don't forget the enum and defines.

pawn Code:
enum
{
    E_STREAMER_ATTACHED_OBJECT,
    E_STREAMER_ATTACHED_PLAYER,
    E_STREAMER_ATTACHED_VEHICLE,
    E_STREAMER_ATTACH_OFFSET_X,
    E_STREAMER_ATTACH_OFFSET_Y,
    E_STREAMER_ATTACH_OFFSET_Z,
    E_STREAMER_ATTACH_R_X,
    E_STREAMER_ATTACH_R_Y,
    E_STREAMER_ATTACH_R_Z,
    E_STREAMER_ATTACH_X,
    E_STREAMER_ATTACH_Y,
    E_STREAMER_ATTACH_Z,
    E_STREAMER_COLOR,
    E_STREAMER_DRAW_DISTANCE,
    E_STREAMER_EXTRA_ID,
    E_STREAMER_INTERIOR_ID,
    E_STREAMER_MAX_X,
    E_STREAMER_MAX_Y,
    E_STREAMER_MAX_Z,
    E_STREAMER_MIN_X,
    E_STREAMER_MIN_Y,
    E_STREAMER_MIN_Z,
    E_STREAMER_MODEL_ID,
    E_STREAMER_MOVE_R_X,
    E_STREAMER_MOVE_R_Y,
    E_STREAMER_MOVE_R_Z,
    E_STREAMER_MOVE_SPEED,
    E_STREAMER_MOVE_X,
    E_STREAMER_MOVE_Y,
    E_STREAMER_MOVE_Z,
    E_STREAMER_NEXT_X,
    E_STREAMER_NEXT_Y,
    E_STREAMER_NEXT_Z,
    E_STREAMER_PLAYER_ID,
    E_STREAMER_R_X,
    E_STREAMER_R_Y,
    E_STREAMER_R_Z,
    E_STREAMER_SIZE,
    E_STREAMER_STREAM_DISTANCE,
    E_STREAMER_STYLE,
    E_STREAMER_TEST_LOS,
    E_STREAMER_TYPE,
    E_STREAMER_WORLD_ID,
    E_STREAMER_X,
    E_STREAMER_Y,
    E_STREAMER_Z
}
pawn Code:
#define STREAMER_TYPE_OBJECT (0)
#define STREAMER_TYPE_PICKUP (1)
#define STREAMER_TYPE_CP (2)
#define STREAMER_TYPE_RACE_CP (3)
#define STREAMER_TYPE_MAP_ICON (4)
#define STREAMER_TYPE_3D_TEXT_LABEL (5)
#define STREAMER_TYPE_AREA (6)

#define STREAMER_AREA_TYPE_CIRCLE (0)
#define STREAMER_AREA_TYPE_RECTANGLE (1)
#define STREAMER_AREA_TYPE_SPHERE (2)
#define STREAMER_AREA_TYPE_CUBE (3)
#define STREAMER_AREA_TYPE_POLYGON (4)

#define STREAMER_OBJECT_TYPE_GLOBAL (0)
#define STREAMER_OBJECT_TYPE_PLAYER (1)
#define STREAMER_OBJECT_TYPE_DYNAMIC (2)



Re: Another problem - newbienoob - 12.07.2012

Are you sure you have downloaded the new latest version? I mean



Re: Another problem - Cxnnor - 12.07.2012

Quote:
Originally Posted by newbienoob
View Post
Are you sure you have downloaded the new latest version? I mean
That is the one I sent him, and he already stated he did bro.


Re: Another problem - Larceny - 12.07.2012

Did you update the plugin AND the include file?
Download both and put both in their folders.


Re: Another problem - clarencecuzz - 12.07.2012

Actually no he didn't have that one. He had 2.6.1.0
Install the one they've linked to you.


Re : Re: Another problem - Eugene. - 12.07.2012

Quote:
Originally Posted by newbienoob
View Post
Are you sure you have downloaded the new latest version? I mean

Yes. I already did everything possible and it should work. I don't think I forgot anything..

I replaced the includes, plugin , i checked the server.cfg, I compiled the GM with the new include and still same problem.


Re: Another problem - Cxnnor - 12.07.2012

Send me your script in a pastebin via PM, if you wish, I will attempt to fix it..