SA-MP Forums Archive
Function Not Registered Errors - 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: Function Not Registered Errors (/showthread.php?tid=460548)



Function Not Registered Errors - 13 - 29.08.2013

[21:55:04] Error: Function not registered: 'Streamer_CallbackHook'
[21:55:04] Error: Function not registered: 'UpdateDynamic3DTextLabelText'
[21:55:04] Error: Function not registered: 'CreateDynamicObject'
[21:55:04] Error: Function not registered: 'DestroyDynamicObject'
[21:55:04] Error: Function not registered: 'MoveDynamicObject'
[21:55:04] Error: Function not registered: 'CreateDynamic3DTextLabel'
[21:55:04] Error: Function not registered: 'DestroyAllDynamicObjects'
[21:55:04] Error: Function not registered: 'DestroyAllDynamicPickups'
[21:55:04] Error: Function not registered: 'DestroyAllDynamic3DTextLabels'
[21:55:04] Error: Function not registered: 'DestroyAllDynamicCPs'
[21:55:04] Error: Function not registered: 'DestroyAllDynamicMapIcons'
[21:55:04] Error: Function not registered: 'DestroyAllDynamicRaceCPs'
[21:55:04] Error: Function not registered: 'DestroyAllDynamicAreas'
[21:55:04] Error: Function not registered: 'Streamer_UpdateEx'
[21:55:04] Error: Function not registered: 'Streamer_Update'
[21:55:04] Error: Function not registered: 'IsValidDynamicPickup'
[21:55:04] Error: Function not registered: 'DestroyDynamicPickup'
[21:55:04] Error: Function not registered: 'DestroyDynamic3DTextLabel'
[21:55:04] Error: Function not registered: 'CreateDynamicRectangle'
[21:55:04] Error: Function not registered: 'DestroyDynamicArea'
[21:55:04] Error: Function not registered: 'IsPlayerInDynamicArea'
[21:55:04] Error: Function not registered: 'CreateDynamicPickup'
[21:55:04] Error: Function not registered: 'CreateDynamicMapIcon'
[21:55:04] Error: Function not registered: 'CountDynamic3DTextLabels'
[21:55:04] Error: Function not registered: 'CountDynamicPickups'
[21:55:04] Error: Function not registered: 'CountDynamicObjects'
[21:55:04] Error: Function not registered: 'GetDynamicObjectPos'
[21:55:04] Error: Function not registered: 'SetDynamicObjectRot'
[21:55:04] Error: Function not registered: 'IsValidDynamic3DTextLabel'
[21:55:04] Error: Function not registered: 'Streamer_TickRate'
[21:55:04] Error: Function not registered: 'CountDynamicMapIcons'
[21:55:04] Error: Function not registered: 'IsValidDynamicObject'
[21:55:04] Error: Function not registered: 'SetDynamicObjectPos'
[21:55:04] Error: Function not registered: 'IsValidDynamicMapIcon'
[21:55:04] Error: Function not registered: 'DestroyDynamicMapIcon'


Re: Function Not Registered Errors - 13 - 29.08.2013

Bump
Help would be appreciated please!


Re: Function Not Registered Errors - SilentSoul - 29.08.2013

What gamemode you are using ?


Re: Function Not Registered Errors - 13 - 29.08.2013

I am using a NGRP edit, only for testing tho. I am just learning how to script and all by examining codes from this script


Re: Function Not Registered Errors - Lambordi - 29.08.2013

Jezuz, this looks buggy as fuck, good luck though.


Re: Function Not Registered Errors - Isolated - 29.08.2013

Inb4 ban; using a NG:RP edit won't get you far with scripting and SA:MP in general. I suggest learning from a more updated script or read some of the many useful tutorials.


Re: Function Not Registered Errors - 13 - 29.08.2013

I'm not gonna put it on a host...
I just want to test it out and see how it's like. All I want to find out is how to fix this problem.


Respuesta: Function Not Registered Errors - recor - 30.08.2013

Download streamer, or include it at the top if u already have it in your pawn includes

pawn Код:
include <streamer>



Re: Function Not Registered Errors - Konstantinos - 30.08.2013

Load streamer plugin.


Re: Function Not Registered Errors - 13 - 31.08.2013

Ok, I downloaded streamer plugin and the updated pawno include and now the server wont start at all
I cant check the logs to see what the problem is?
anybody help please