Need Help
#1

I Need Help With This Errors I Don't Know Why

streamer.inc is updated to 2.8.2 and also the plugin but still this error appear

Код:
*** Streamer Plugin: Include file version (0x26105) does not match plugin version (0x282001) (script might need to be recompiled with the latest include file)
also i'm having this error i already have nativechecker.dll

all plugins and filterscripts is successfully loaded but still have this error

Код:
[07:52:13] Script[gamemodes/test.amx]: Run time error 19: "File or function is not found"
Reply
#2

U'r plugins version is not same like include version of streamer.
Reply
#3

Quote:
Originally Posted by Pearson
Посмотреть сообщение
U'r plugins version is not same like include version of streamer.
I Already updated the streamer to latest version streamer.inc is 2.8.2 and also the plugin or streamer.dll is 2.8.2 I don't know what is the problem why it keeps telling me that and not loading the gamemode.
Reply
#4

Cuz you have to recompile your filter scripts too and ya are you trying to run it on Linux or windows?
Reply
#5

Quote:
Originally Posted by Sunehildeep
Посмотреть сообщение
Cuz you have to recompile your filter scripts too and ya are you trying to run it on Linux or windows?
I'm trying to run it in windows
Reply
#6

Fixed this error

Код:
*** Streamer Plugin: Include file version (0x26105) does not match plugin version (0x282001) (script might need to be recompiled with the latest include file)
but still file function not found
Reply
#7

You are probably just missing some plugin...post your includes here, also check in your script if there is line starting with native (Use CTRL+F for search)
Reply
#8

Код:
#include <a_samp>
#include <a_http>
#include <a_mysql>	
#include <streamer>
#include <yom_buttons>
#include <core>
#include <float>
#include <ZCMD>
#include <sscanf2>
#include <foreach>
#include <profiler>
#include <crashdetect>
#include <YSI\y_timers>
#include <YSI\y_utils>
#include <cuffs>
#include <socket>
also yes there's a line starting with Native

Код:
native WP_Hash(buffer[], len, const str[]);
native gpci(playerid, serial[], maxlen);
Reply
#9

Do you have an other errors?

What does your crash detect say?

how about try doing it on debug mode 3...

It might give you some more clues where that error is.
Reply
#10

Quote:
Originally Posted by JesterlJoker
Посмотреть сообщение
Do you have an other errors?

What does your crash detect say?

how about try doing it on debug mode 3...

It might give you some more clues where that error is.
doesn't have any errors when compiling only when i start the server it says Script[gamemodes/test.amx]: Run time error 19: "File or function is not found"

but there's test.amx in gamemodes folder also all plugins and filterscripts are updated i tried the nativechecker but still doesn't work


EDIT:

Oh I see another error

Код:
 Error: Function not registered: 'Profiler_Start'
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)