Streamer.dll problem. - 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: Streamer.dll problem. (
/showthread.php?tid=486253)
Streamer.dll problem. -
FuilteachUrma - 07.01.2014
Hey guys, I have a problem with streamer.dll.
config:
plugins GeoIP_Plugin streamer whirlpool
includes:
#include <a_samp>
#include <streamer>
#include <zcmd>
#include <mCam>
#include <GeoIP_Plugin>
#include <gtazones>
#include <djson>
#include <Dini>
#include <the_zones.inc>
errors:
[12:42:45] Error: Function not registered: 'Streamer_RegisterInterface'
[12:42:45] Error: Function not registered: 'Streamer_AddPlayer'
[12:42:45] Error: Function not registered: 'Streamer_RemovePlayer'
[12:42:45] Error: Function not registered: 'Streamer_VerifyPickup'
[12:42:45] Error: Function not registered: 'Streamer_VerifyCheckpoint'
[12:42:45] Error: Function not registered: 'CreateDynamicPickup'
[12:42:45] Error: Function not registered: 'CreateDynamicObject'
[12:42:45] Error: Function not registered: 'DestroyDynamicPickup'
[12:42:45] Error: Function not registered: 'DestroyDynamicObject'
[12:42:45] Error: Function not registered: 'GetDynamicObjectPos'
[12:42:45] Error: Function not registered: 'MoveDynamicObject'
[12:42:45] Error: Function not registered: 'CountDynamicObjects'
[12:42:45] Error: Function not registered: 'CountDynamicPickups'
[12:42:45] Error: Function not registered: 'CountDynamicCPs'
and yes, it is the recent updated version.
Please help, I've had a VPS for a week now and cannot launch due to this.
Respuesta: Streamer.dll problem. -
Swedky - 07.01.2014
It must put the extenciуn of the file... ...already .dll (Windows) or .so
(Linux).
Windows:
Код:
plugins GeoIP_Plugin.dll streamer.dll whirlpool.dll
Linux:
Код:
plugins GeoIP_Plugin.so streamer.so whirlpool.so
Re: Streamer.dll problem. -
FuilteachUrma - 07.01.2014
Nope, didn't work
Re: Streamer.dll problem. -
FuilteachUrma - 07.01.2014
Any other solutions?