I've this problem with streamer,help. -
ZToPMaN - 07.05.2016
I've got a problem with streamer which is in this picture:
I've downloaded the latest version which is streamer 2.8. I've re-compiled my PAWN FILE.
So, what's the problem?
Re: I've this problem with streamer,help. REP+ -
Eymeric69 - 07.05.2016
You need MSVCP140.dll :
http://fr.dll-files.com/msvcp140.dll.html, then restart your computer and start your server
Re: I've this problem with streamer,help. REP+ -
oMa37 - 07.05.2016
Download MSVCP140.dll and put it in your server files.
http://www.opendll.com/index.php?fil...n=14.0.22816.0
Re: I've this problem with streamer,help. REP+ -
ZToPMaN - 07.05.2016
I've tried to do what you guys told me to do tho.
It showed me these errors:
[11:41:00] Error: Function not registered: 'Streamer_CallbackHook'
[11:41:00] Error: Function not registered: 'CreateDynamicObject'
[11:41:00] Error: Function not registered: 'CreateDynamicCP'
[11:41:00] Script[gamemodes/yo.amx]: Run time error 19: "File or function is not found"
Re: I've this problem with streamer,help. REP+ -
ZToPMaN - 07.05.2016
A little note:
I downloaded the include from this link:
https://github.com/samp-incognito/sa...lugin/releases
I've also downloaded Microsoft Visual C++ 2015 64PIT VERSION.
Re: I've this problem with streamer,help. REP+ -
oMa37 - 07.05.2016
Show me your whole server.log, and please put it in Quote or code
Re: I've this problem with streamer,help. REP+ -
ZToPMaN - 07.05.2016
pawn Код:
----------
Loaded log file: "server_log.txt".
----------
SA-MP Dedicated Server
----------------------
v0.3.7, (C)2005-2015 SA-MP Team
[12:06:09]
[12:06:09] Server Plugins
[12:06:09] --------------
[12:06:09] Loading plugin: Whirlpool
[12:06:09]
[12:06:09] ==================
[12:06:09]
[12:06:09] Whirlpool loaded
[12:06:09]
[12:06:09] ==================
[12:06:09]
[12:06:09] Loaded.
[12:06:09] Loading plugin: streamer.dll
[12:06:09] Failed.
[12:06:09] Loading plugin: sscanf
[12:06:09]
[12:06:09] ===============================
[12:06:09] sscanf plugin loaded.
[12:06:09] Version: 2.8.1
[12:06:09] (c) 2012 Alex "******" Cole
[12:06:09] ===============================
[12:06:09] Loaded.
[12:06:09] Loading plugin: iTD
[12:06:09]
* iTD Plugin loaded. (Support for textdraw editor mouse/keyboard)
[12:06:09] Loaded.
[12:06:09] Loading plugin: nativechecker
[12:06:09] Loaded.
[12:06:09] Loaded 4 plugins.
[12:06:09]
[12:06:09] Filterscripts
[12:06:09] ---------------
[12:06:09] Loading filterscript 'iTDe.amx'...
[12:06:09]
iPLEOMAX's TextDraw Editor loaded successfully!
Version: 1.16 Stable (13/10/2012)
[12:06:09] Loaded 1 filterscripts.
[12:06:09] Error: Function not registered: 'Streamer_CallbackHook'
[12:06:09] Error: Function not registered: 'CreateDynamicObject'
[12:06:09] Error: Function not registered: 'CreateDynamicCP'
[12:06:09] Script[gamemodes/yo.amx]: Run time error 19: "File or function is not found"
[12:06:09] Number of vehicle models: 0
here you are ;d
Re: I've this problem with streamer,help. REP+ -
oMa37 - 07.05.2016
The streamer plugin failed to load, that's why it keeps showing the errors, Show me your server.cfg
Re: I've this problem with streamer,help. REP+ -
ZToPMaN - 07.05.2016
pawn Код:
echo Executing Server Config...
lanmode 0
rcon_password 123
maxplayers 100
port 7777
hostname Test.
gamemode0 yo 1
filterscripts
announce 1
plugins Whirlpool streamer.dll sscanf iTD nativechecker
query 1
chatlogging 0
weburl none
onfoot_rate 40
incar_rate 40
weapon_rate 40
stream_distance 300.0
stream_rate 1000
maxnpc 0
logtimeformat [%H:%M:%S]
Re: I've this problem with streamer,help. REP+ -
iggy1 - 07.05.2016
You need to install Visual C++ redistributable packages (vs2015):
https://www.microsoft.com/en-us/down....aspx?id=48145