SA-MP Forums Archive
NEw Problem Need 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: NEw Problem Need help (/showthread.php?tid=517279)



NEw Problem Need help - KennJie - 04.06.2014

oaded log file: "server_log.txt".
----------

SA-MP Dedicated Server
----------------------
v0.3z-R2, ©2005-2014 SA-MP Team

[03:47:44]
[03:47:44] Server Plugins
[03:47:44] --------------
[03:47:44] Loading plugin: sscanf2
[03:47:44] Failed (plugins/sscanf2: cannot open shared object file: No such file or directory)
[03:47:44] Loading plugin: sscanf
[03:47:44] Failed (plugins/sscanf: cannot open shared object file: No such file or directory)
[03:47:44] Loading plugin: streamer.so
[03:47:44]

*** Streamer Plugin v2.7.2 by Incognito loaded ***

[03:47:44] Loaded.
[03:47:44] Loading plugin: Whirlpool.so
[03:47:44]
[03:47:44] ==================
[03:47:44]
[03:47:44] Whirlpool loaded
[03:47:44]
[03:47:44] ==================
[03:47:44]
[03:47:44] Loaded.
[03:47:44] Loaded 2 plugins.

[03:47:44]
[03:47:44] Filterscripts
[03:47:44] ---------------
[03:47:44] Loading filterscript 'hicthekiller.amx'...
[03:47:44]
--------------------------------------
[03:47:44] Info script By [HiC]TheKiller Loaded
[03:47:44] --------------------------------------

[03:47:44] Loading filterscript 'mbscript.amx'...
[03:47:44] Loading filterscript 'groups.amx'...
[03:47:44] Group filterscript by [HiC]TheKiller and Weponz has been started!
[03:47:44] Loaded 3 filterscripts.

[03:47:44] *** Streamer Plugin: Warning: Include file version (0x27002) does not match plugin version (0x27201) (script might need to be recompiled with the latest include file)
[03:47:44] Script[gamemodes/NVCNR.amx]: Run time error 19: "File or function is not found"
[03:47:44] Number of vehicle models: 0


Re: NEw Problem Need help - Parallex - 04.06.2014

Quote:
Originally Posted by KennJie
Посмотреть сообщение
oaded log file: "server_log.txt".
----------

SA-MP Dedicated Server
----------------------
v0.3z-R2, ©2005-2014 SA-MP Team

[03:47:44]
[03:47:44] Server Plugins
[03:47:44] --------------
[03:47:44] Loading plugin: sscanf2
[03:47:44] Failed (plugins/sscanf2: cannot open shared object file: No such file or directory)
[03:47:44] Loading plugin: sscanf
[03:47:44] Failed (plugins/sscanf: cannot open shared object file: No such file or directory)
[03:47:44] Loading plugin: streamer.so
[03:47:44]

*** Streamer Plugin v2.7.2 by Incognito loaded ***

[03:47:44] Loaded.
[03:47:44] Loading plugin: Whirlpool.so
[03:47:44]
[03:47:44] ==================
[03:47:44]
[03:47:44] Whirlpool loaded
[03:47:44]
[03:47:44] ==================
[03:47:44]
[03:47:44] Loaded.
[03:47:44] Loaded 2 plugins.

[03:47:44]
[03:47:44] Filterscripts
[03:47:44] ---------------
[03:47:44] Loading filterscript 'hicthekiller.amx'...
[03:47:44]
--------------------------------------
[03:47:44] Info script By [HiC]TheKiller Loaded
[03:47:44] --------------------------------------

[03:47:44] Loading filterscript 'mbscript.amx'...
[03:47:44] Loading filterscript 'groups.amx'...
[03:47:44] Group filterscript by [HiC]TheKiller and Weponz has been started!
[03:47:44] Loaded 3 filterscripts.

[03:47:44] *** Streamer Plugin: Warning: Include file version (0x27002) does not match plugin version (0x27201) (script might need to be recompiled with the latest include file)
[03:47:44] Script[gamemodes/NVCNR.amx]: Run time error 19: "File or function is not found"
[03:47:44] Number of vehicle models: 0
Sscanf error is because you don't have it and you've stated it in plugin's line. Downloaded the latest sscanf from here and put it in your plugin's folder.
For the streamer error, you need to re-compile the script.


Re: NEw Problem Need help - KennJie - 04.06.2014

Thanks