Another problem
#1

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.
Reply
#2

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

EDIT: Latest version here.
Reply
#3

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

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)
Reply
#5

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

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.
Reply
#7

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

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

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.
Reply
#10

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


Forum Jump:


Users browsing this thread: 1 Guest(s)