Weird Errors! -
hewittpro - 25.10.2013
Hey Guys when I go to start up my Server I get this and then the cmd box closes?
Any Ideas?
[17:32:33] Error: Function not registered: 'Streamer_CallbackHook'
[17:32:33] Error: Function not registered: 'SSCANF_Init'
[17:32:33] Error: Function not registered: 'SSCANF_Join'
[17:32:33] Error: Function not registered: 'SSCANF_Leave'
[17:32:33] Error: Function not registered: 'CreateDynamic3DTextLabel'
[17:32:33] Error: Function not registered: 'MoveDynamicObject'
[17:32:33] Error: Function not registered: 'CreateDynamicObject'
[17:32:33] Error: Function not registered: 'CreateDynamicPickup'
[17:32:33] Error: Function not registered: 'DestroyDynamicPickup'
[17:32:33] Error: Function not registered: 'DestroyDynamicObject'
[17:32:33] Error: Function not registered: 'GetDynamicObjectPos'
[17:32:33] Error: Function not registered: 'DestroyDynamic3DTextLabel'
[17:32:33] Error: Function not registered: 'sscanf'
[17:32:33] Error: Function not registered: 'Streamer_TickRate'
[17:32:33] Error: Function not registered: 'SetDynamicObjectPos'
[17:32:33] Error: Function not registered: 'SetDynamicObjectRot'
[17:32:33] Error: Function not registered: 'EditDynamicObject'
[17:32:33] Error: Function not registered: 'CountDynamicObjects'
[17:32:33] Error: Function not registered: 'CountDynamicPickups'
[17:32:33] Error: Function not registered: 'Streamer_UpdateEx'
[17:32:33] Error: Function not registered: 'IsValidDynamicObject'
[17:32:33] Error: Function not registered: 'GetDynamicObjectRot'
Re: Weird Errors! -
SilentSoul - 25.10.2013
Download that plugins and includes :
https://sampforum.blast.hk/showthread.php?tid=102865
https://sampforum.blast.hk/showthread.php?tid=120356
Re: Weird Errors! -
hewittpro - 25.10.2013
[18:11:40] Loaded.
[18:11:40] Loading plugin: nativechecker
[18:11:40] Loaded.
[18:11:40] Loading plugin: streamer.dll
[18:11:40]
*** Streamer Plugin v2.6.1 by Incognito loaded ***
This is right above that
Re: Weird Errors! -
SilentSoul - 25.10.2013
Yes , i think you don't got same errors ?
Re: Weird Errors! -
hewittpro - 25.10.2013
[18:14:06] Loaded.
[18:14:06] Loading plugin: nativechecker
[18:14:06] Loaded.
[18:14:06] Loading plugin: streamer.dll
[18:14:06]
*** Streamer Plugin v2.6.1 by Incognito loaded ***
[18:14:06] Loaded.
[18:14:06] Loading plugin: sscanf
[18:14:06]
[18:14:06] ===============================
[18:14:06] sscanf plugin loaded.
[18:14:06] Version: 2.8.1
[18:14:06] © 2012 Alex "******" Cole
[18:14:06] ===============================
[18:14:06] Loaded.
[18:14:06] Loading plugin: audio
[18:14:06]
*** Audio Plugin v0.5 by Incognito loaded ***
[18:14:06] Loaded.
[18:14:06] Loaded 5 plugins.
[18:14:06]
[18:14:06] Filterscripts
[18:14:06] ---------------
[18:14:06] Loaded 0 filterscripts.
[18:14:06] Error: Function not registered: 'Streamer_CallbackHook'
[18:14:06] Error: Function not registered: 'SSCANF_Init'
[18:14:06] Error: Function not registered: 'SSCANF_Join'
[18:14:06] Error: Function not registered: 'SSCANF_Leave'
[18:14:06] Error: Function not registered: 'CreateDynamic3DTextLabel'
[18:14:06] Error: Function not registered: 'MoveDynamicObject'
[18:14:06] Error: Function not registered: 'CreateDynamicObject'
[18:14:06] Error: Function not registered: 'CreateDynamicPickup'
[18:14:06] Error: Function not registered: 'DestroyDynamicPickup'
[18:14:06] Error: Function not registered: 'DestroyDynamicObject'
[18:14:06] Error: Function not registered: 'GetDynamicObjectPos'
[18:14:06] Error: Function not registered: 'DestroyDynamic3DTextLabel'
[18:14:06] Error: Function not registered: 'sscanf'
[18:14:06] Error: Function not registered: 'Streamer_TickRate'
[18:14:06] Error: Function not registered: 'SetDynamicObjectPos'
[18:14:06] Error: Function not registered: 'SetDynamicObjectRot'
[18:14:06] Error: Function not registered: 'EditDynamicObject'
[18:14:06] Error: Function not registered: 'CountDynamicObjects'
[18:14:06] Error: Function not registered: 'CountDynamicPickups'
[18:14:06] Error: Function not registered: 'Streamer_UpdateEx'
[18:14:06] Error: Function not registered: 'IsValidDynamicObject'
[18:14:06] Error: Function not registered: 'GetDynamicObjectRot'
[18:14:06] [MySQL] Connecting to '127.0.0.1'...
[18:14:06] [MySQL] Connection to '127.0.0.1' failed!
[18:14:06] Authenticated successfully.
[18:14:06]
[18:14:06] Highrise Gaming Roleplay
[18:14:06] Number of vehicle models: 0
[18:14:06] --- Server Shutting Down.
[18:14:06]
> MySQL plugin unloaded.
[18:14:06]
*** Streamer Plugin v2.6.1 by Incognito unloaded ***
[18:14:06]
[18:14:06] ===============================
[18:14:06] sscanf plugin unloaded.
[18:14:06] ===============================
[18:14:06]
*** Audio Plugin v0.5 by Incognito unloaded ***
Re: Weird Errors! -
SilentSoul - 25.10.2013
Are you sure that you added streamer.inc and sscanf2.inc on Pawno/include ?
And you defined them on the top of your script like that
pawn Код:
#include <sscanf2>
#include <streamer>
and after that try to compile your gamemode.
Re: Weird Errors! -
StuartD - 25.10.2013
Also make sure you are using the same Plugin and Include versions.