SA-MP Forums Archive
Streamer bug ? - 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 bug ? (/showthread.php?tid=436376)



Streamer bug ? - domm98 - 11.05.2013

Hello guys,

I have downloaded a house system, and gave it to the gamemode.

Pawn is OK.

Quote:

Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase

Header size: 7400 bytes
Code size: 976620 bytes
Data size: 4104192 bytes
Stack/heap size: 16384 bytes; estimated max. usage=7596 cells (30384 bytes)
Total requirements: 5104596 bytes

but in server console, it writes error.

Quote:

[09:32:34] Error: Function not registered: 'Streamer_CallbackHook'
[09:32:34] Error: Function not registered: 'IsValidDynamicPickup'
[09:32:34] Error: Function not registered: 'DestroyDynamicPickup'
[09:32:34] Error: Function not registered: 'DestroyDynamicMapIcon'
[09:32:34] Error: Function not registered: 'DestroyDynamic3DTextLabel'
[09:32:34] Error: Function not registered: 'IsValidDynamicMapIcon'
[09:32:34] Error: Function not registered: 'IsValidDynamic3DTextLabel'
[09:32:34] Error: Function not registered: 'CreateDynamicPickup'
[09:32:34] Error: Function not registered: 'CreateDynamic3DTextLabel'
[09:32:34] Error: Function not registered: 'CreateDynamicMapIcon'

I have this --> streamer include, and this --> streamer plugin.

Please help me, and sorry for my bad english.