SA-MP Forums Archive
Sscanf and Streamer: Functions not registered - 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: Sscanf and Streamer: Functions not registered (/showthread.php?tid=628300)



Sscanf and Streamer: Functions not registered - Aerotactics - 08.02.2017

I have the newest version for both.

Код:
[14:29:17] Server Plugins
[14:29:17] --------------
[14:29:17]  Loading plugin: streamer
[14:29:17]   Failed.
[14:29:17]  Loading plugin: sscanf
[14:29:17]   Failed.
[14:29:17]  Loading plugin: nativechecker
[14:29:17]   Loaded.
[14:29:17]  Loaded 1 plugins.

[14:29:17] 
[14:29:17] Filterscripts
[14:29:17] ---------------
[14:29:17]   Loading filterscript 'gl_actions.amx'...
[14:29:17]   Loading filterscript 'gl_realtime.amx'...
[14:29:17]   Loaded 2 filterscripts.

[14:29:17]    Error: Function not registered: 'SSCANF_Init'
[14:29:17]    Error: Function not registered: 'SSCANF_IsConnected'
[14:29:17]    Error: Function not registered: 'SSCANF_Join'
[14:29:17]    Error: Function not registered: 'SSCANF_Leave'
[14:29:17]    Error: Function not registered: 'CreateDynamicObject'
[14:29:17]    Error: Function not registered: 'sscanf'
[14:29:17] Script[gamemodes/NewRP.amx]: Run time error 19: "File or function is not found"
[14:29:17] Number of vehicle models: 0
Код:
hostname Test RP Server
gamemode0 NewRP 1
filterscripts gl_actions gl_realtime
announce 0
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]
language English
plugins streamer sscanf nativechecker



Re: Sscanf and Streamer: Functions not registered - Sew_Sumi - 08.02.2017

runtimes for streamer and sscanf will likely not be installed.

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


Re: Sscanf and Streamer: Functions not registered - Aerotactics - 08.02.2017

Quote:
Originally Posted by Sew_Sumi
Посмотреть сообщение
runtimes for streamer and sscanf will likely not be installed.

https://sampforum.blast.hk/showthread.php?tid=606849
You have fixed my problem. Thank you sincerely.


Re: Sscanf and Streamer: Functions not registered - Sew_Sumi - 08.02.2017

Thanks for the feedback on this