Help with streamer failing to load - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Server (
https://sampforum.blast.hk/forumdisplay.php?fid=6)
+--- Forum: Server Support (
https://sampforum.blast.hk/forumdisplay.php?fid=19)
+--- Thread: Help with streamer failing to load (
/showthread.php?tid=565638)
Help with streamer failing to load -
JessThompson - 28.02.2015
Could you please help me on my hosting my streamer is not loading any ideas how to fix?
I have tried to recompile it and download newer version.
Also
Код:
echo Executing Server Config...
lanmode 0
rcon_password djiklnads
maxplayers 10
plugins sscanf.dll streamer.dll Whirlpool.dll audio.dll
port 7800
hostname Test
gamemode0 UGRP 1
filterscripts anims
announce 0
query 1
chatlogging 0
weburl www.sa-mp.com
onfoot_rate 40
incar_rate 40
weapon_rate 40
stream_distance 300.0
stream_rate 1000
maxnpc 0
logtimeformat [%H:%M:%S]
Re: Help with streamer failing to load -
Michael B - 28.02.2015
Firstly, you may try fixing it by adding nativechecker as plugin.
Remember, place this plugin at the end of the plugin's line, so it load the last.
e.g.
plugins sscanf.dll streamer.dll Whirlpool.dll audio.dll
nativechecker.dll
Note: You may find it here:
https://sampforum.blast.hk/showthread.php?tid=249226
Re: Help with streamer failing to load -
JessThompson - 28.02.2015
It gave me this
Код:
[13:59:49] Error: Function not registered: 'UpdateDynamic3DTextLabelText'
[13:59:49] Error: Function not registered: 'CreateDynamicPickup'
[13:59:49] Error: Function not registered: 'CreateDynamic3DTextLabel'
[13:59:49] Error: Function not registered: 'CreateDynamicObject'
[13:59:49] Error: Function not registered: 'DestroyDynamicObject'
[13:59:49] Error: Function not registered: 'MoveDynamicObject'
[13:59:49] Error: Function not registered: 'DestroyAllDynamicObjects'
[13:59:49] Error: Function not registered: 'DestroyAllDynamicPickups'
[13:59:49] Error: Function not registered: 'DestroyAllDynamic3DTextLabels'
[13:59:49] Error: Function not registered: 'DestroyAllDynamicCPs'
[13:59:49] Error: Function not registered: 'DestroyAllDynamicMapIcons'
[13:59:49] Error: Function not registered: 'DestroyAllDynamicRaceCPs'
[13:59:49] Error: Function not registered: 'DestroyAllDynamicAreas'
[13:59:49] Error: Function not registered: 'Streamer_UpdateEx'
[13:59:49] Error: Function not registered: 'Streamer_Update'
[13:59:49] Error: Function not registered: 'IsValidDynamicPickup'
[13:59:49] Error: Function not registered: 'DestroyDynamicPickup'
[13:59:49] Error: Function not registered: 'DestroyDynamic3DTextLabel'
[13:59:49] Error: Function not registered: 'CreateDynamicRectangle'
[13:59:49] Error: Function not registered: 'DestroyDynamicArea'
[13:59:49] Error: Function not registered: 'IsPlayerInDynamicArea'
[13:59:49] Error: Function not registered: 'CreateDynamicMapIcon'
[13:59:49] Error: Function not registered: 'CountDynamic3DTextLabels'
[13:59:49] Error: Function not registered: 'CountDynamicPickups'
[13:59:49] Error: Function not registered: 'CountDynamicObjects'
[13:59:49] Error: Function not registered: 'GetDynamicObjectPos'
[13:59:49] Error: Function not registered: 'SetDynamicObjectRot'
[13:59:49] Error: Function not registered: 'IsValidDynamic3DTextLabel'
[13:59:49] Error: Function not registered: 'Streamer_TickRate'
[13:59:49] Error: Function not registered: 'CountDynamicMapIcons'
[13:59:49] Error: Function not registered: 'IsValidDynamicObject'
[13:59:49] Error: Function not registered: 'SetDynamicObjectPos'
[13:59:49] Error: Function not registered: 'IsValidDynamicMapIcon'
[13:59:49] Error: Function not registered: 'DestroyDynamicMapIcon'
Re: Help with streamer failing to load -
JessThompson - 28.02.2015
Does anyone know what ^^^ that means
Re: Help with streamer failing to load -
JessThompson - 28.02.2015
Hello does anyone know or can anyone help me please
Re: Help with streamer failing to load -
StevenHeinz - 28.02.2015
Download and install
Microsoft redistributable 2008 and 2010.
Re: Help with streamer failing to load -
Parallax - 28.02.2015
Probably the include version of the streamer.inc doesn't match with the plugin's one? Did you use the latest version of the streamer plugin?
Re: Help with streamer failing to load -
JessThompson - 28.02.2015
Yes I did