SA-MP Forums Archive
plugin streamer 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: plugin streamer help ? (/showthread.php?tid=587735)



plugin streamer help ? - Alexander1234 - 02.09.2015

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

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

[03:09:32]
[03:09:32] Server Plugins
[03:09:32] --------------
[03:09:32] Loading plugin: streamer
[03:09:32]

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

[03:09:32] Loaded.
[03:09:32] Loading plugin: sscanf
[03:09:32]

[03:09:32] ===============================

[03:09:32] sscanf plugin loaded.

[03:09:32] © 2009 Alex "******" Cole

[03:09:32] 0.3d-R2 500 Players "dnee"

[03:09:32] ===============================

[03:09:32] Loaded.
[03:09:32] Loading plugin: mysql
[03:09:32]

> MySQL plugin R7 successfully loaded.

[03:09:32] Loaded.
[03:09:32] Loading plugin: socket
[03:09:33] Socket plugin v0.1b loaded.
[03:09:33] Loaded.
[03:09:33] Loaded 4 plugins.

[03:09:33]
[03:09:33] Filterscripts
[03:09:33] ---------------
[03:09:33] Loading filterscript 'gm_custmapping.amx'...
[03:09:33] Loading filterscript 'MappingV5.amx'...
[03:09:33] *** Streamer Plugin: Warning: Obsolete or invalid native "Streamer_RegisterInterface" found (script might need to be recompiled with the latest include file)
[03:09:33] *** Streamer Plugin: Warning: Obsolete or invalid native "Streamer_AddPlayer" found (script might need to be recompiled with the latest include file)
[03:09:33] *** Streamer Plugin: Warning: Obsolete or invalid native "Streamer_RemovePlayer" found (script might need to be recompiled with the latest include file)
[03:09:33] *** Streamer Plugin: Warning: Obsolete or invalid native "Streamer_VerifyPickup" found (script might need to be recompiled with the latest include file)
[03:09:33] *** Streamer Plugin: Warning: Obsolete or invalid native "Streamer_VerifyCheckpoint" found (script might need to be recompiled with the latest include file)
[03:09:33] *** Streamer Plugin: Warning: Include file version (unknown version) does not match plugin version (0x26105) (script might need to be recompiled with the latest include file)
[03:09:33] Loaded 2 filterscripts.

[03:09:33] Script[gamemodes/RP.amx]: Run time error 19: "File or function is not found"
[03:09:33] Number of vehicle models: 0


Re: plugin streamer help ? - jlalt - 02.09.2015

download the latest plugin + include files of streamer then re complie your gamemode and try again:
Streamer: https://sampforum.blast.hk/showthread.php?tid=102865


Re: plugin streamer help ? - anassmaroc - 02.09.2015

https://github.com/samp-incognito/sa...ses/tag/v2.7.8


Re: plugin streamer help ? - Alexander1234 - 02.09.2015

when I made it gave me this see the image here

http://imgur.com/lByqC0U


Re: plugin streamer help ? - jlalt - 02.09.2015

your plugin not match with your include update the both plugins : streamer.dll [ windows ] or streamer.so [ linux ] and streamer.inc [ include ]


Re: plugin streamer help ? - Alexander1234 - 02.09.2015

I did that and gave me this like I said

http://imgur.com/lByqC0U


Re: plugin streamer help ? - MarvinPWN - 02.09.2015

You have to download the streamer again (the last version - it's the 2.7.

=> https://sampforum.blast.hk/showthread.php?tid=102865

Well, replace the include and plugin in your folder.
Compile the script again.


Re: plugin streamer help ? - Ghazal - 02.09.2015

Remove your streamer include/plugin, download the latest one from here https://sampforum.blast.hk/showthread.php?tid=102865 , place them in the directory, re-compile the script.