SA-MP Forums Archive
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: Help! (/showthread.php?tid=482745)



Help! - boomerboom - 22.12.2013

Код:
[22/12/2013 19:39:44] *** Streamer Plugin: Warning: Include file version (0x26104) does not match plugin version (0x26105) (script might need to be recompiled with the latest include file)
[22/12/2013 19:39:44]    Error: Function not registered: 'SSCANF_Init'
[22/12/2013 19:39:44]    Error: Function not registered: 'SSCANF_Join'
[22/12/2013 19:39:44]    Error: Function not registered: 'SSCANF_Leave'
[22/12/2013 19:39:44]    Error: Function not registered: 'sscanf'
[22/12/2013 19:39:44] Script[gamemodes/BBRP_9.0.amx]: Run time error 19: "File or function is not found"
[22/12/2013 19:39:44] Number of vehicle models: 0
If you got solution for this...Give me a download link.


Re: Help! - SilentSoul - 22.12.2013

Update your sscanf include and plugin , also your Streamer version don't match with the plugin (Include is older or plugin.)
SSCANF :https://sampforum.blast.hk/showthread.php?tid=120356
STREAMER : http://code.******.com/p/samp-stream...downloads/list


Re: Help! - boomerboom - 22.12.2013

May I get a ownload link not thread link?


Re: Help! - SilentSoul - 22.12.2013

Quote:
Originally Posted by boomerboom
Посмотреть сообщение
May I get a ownload link not thread link?
Sscanf plugin : http://dl.dropbox.com/u/21683085/sscanf.rar
Sscanf include : http://pastebin.com/download.php?i=aY2cnzhr


Re: Help! - boomerboom - 22.12.2013

Quote:
Originally Posted by SilentSoul
Посмотреть сообщение
I still get these

Код:
[22/12/2013 20:07:20] *** Streamer Plugin: Warning: Include file version (0x26104) does not match plugin version (0x26105) (script might need to be recompiled with the latest include file)
[22/12/2013 20:07:20]    Error: Function not registered: 'SSCANF_Init'
[22/12/2013 20:07:20]    Error: Function not registered: 'SSCANF_Join'
[22/12/2013 20:07:20]    Error: Function not registered: 'SSCANF_Leave'
[22/12/2013 20:07:20]    Error: Function not registered: 'sscanf'
[22/12/2013 20:07:20] Script[gamemodes/HRP_9.0.amx]: Run time error 19: "File or function is not found"
[22/12/2013 20:07:20] Number of vehicle models: 0



Re: Help! - SilentSoul - 22.12.2013

Show me your includes please. Post them here in [ pawn ] [ /pawn ]


Re: Help! - boomerboom - 22.12.2013

[ pawn ]
#include <a_samp>

#include <a_zones>
#include <streamer>
#include <foreach>
#include <progress>
#include <ZCMD>
#include <YSI/y_timers.inc>
#include <yom_buttons>
#include <sscanf2>[ /pawn ]


and

Код:
[22/12/2013 20:11:57] 
[22/12/2013 20:11:57] Filterscripts
[22/12/2013 20:11:57] ---------------
[22/12/2013 20:11:57]   Loading filterscript 'yom_buttons.amx'...
[22/12/2013 20:11:57] *** Streamer Plugin: Warning: Include file version (0x26104) does not match plugin version (0x26105) (script might need to be recompiled with the latest include file)
[22/12/2013 20:11:57]   Loading filterscript 'anims.amx'...
[22/12/2013 20:11:57]   Loaded 2 filterscripts.



Re: Help! - iFiras - 22.12.2013

pawn Код:
[22/12/2013 20:11:57] *** Streamer Plugin: Warning: Include file version (0x26104) does not match plugin version (0x26105) (script might need to be recompiled with the latest include file)
Didn't you read this?
You need last version, when you get it re-compile.