SA-MP Forums Archive
when i am starting the samp-server.exe - 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: when i am starting the samp-server.exe (/showthread.php?tid=544128)



when i am starting the samp-server.exe - ExtremeHostOwner - 31.10.2014

hello guys,

as i told you in the title it shows me this error

Код:
Error: Function not registered: 'Streamer_CallbackHook'
Error: Function not registered: 'CreateDynamicPickup'
Error: Function not registered: 'DestroyDynamicPickup'
Error: Function not registered: 'GetCountryName'
Error: Function not registered: 'CreateDynamicObject'
Error: Function not registered: 'CreateDynamicMapIcon'
Error: Function not registered: 'CreateDynamicCP'
Error: Function not registered: 'CountDynamicObjects'
Error: Function not registered: 'IsPlayerInDynamicCP'
Error: Function not registered: 'MoveDynamicObject'
Error: Function not registered: 'DestroyDynamicMapIcon'
Error: Function not registered: 'UpdateDynamic3DTextLabelText'
Error: Function not registered: 'DestroyAllDynamicObjects'
Error: Function not registered: 'DestroyAllDynamicPickups'
Error: Function not registered: 'DestroyAllDynamicMapIcons'
Error: Function not registered: 'DestroyAllDynamic3DTextLabels'
Error: Function not registered: 'DestroyDynamic3DTextLabel'
Error: Function not registered: 'CreateDynamic3DTextLabel'
Error: Function not registered: 'GetDynamicObjectPos'
so could you say me how to fix it


AW: when i am starting the samp-server.exe - Flori - 31.10.2014

Try to include streamer.


Re: when i am starting the samp-server.exe - ExtremeHostOwner - 31.10.2014

what do you mean


Re: when i am starting the samp-server.exe - GWMPT - 31.10.2014

https://sampforum.blast.hk/showthread.php?tid=102865
Scroll down to ""Instructions", and follow the information there.


AW: when i am starting the samp-server.exe - Flori - 31.10.2014

Do you included the streamer.inc from Incognito?

You see the link above.


Re: when i am starting the samp-server.exe - ExtremeHostOwner - 31.10.2014

I tried to update and replace the defines still same


Re: when i am starting the samp-server.exe - GWMPT - 31.10.2014

Put streamer.dll in the Plugins folder
EDIT server.cfg, add
Код:
plugins streamer
And start the server.

Is it HARD to read the thread, and follow the instructions there?


Re: when i am starting the samp-server.exe - ExtremeHostOwner - 31.10.2014

I did still same


Re: when i am starting the samp-server.exe - Alex Magaсa - 31.10.2014

Have you tried to re-compile the gamemode by opening pawno.exe (your server/pawno/pawno.exe) and then open your gamemode.pwn and re-compile? (Then run server again?)


Re: when i am starting the samp-server.exe - ExtremeHostOwner - 31.10.2014

Yes I tried more than 5 times