SA-MP Forums Archive
ERROR: FUNCTION NOT REGISTERED - 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: ERROR: FUNCTION NOT REGISTERED (/showthread.php?tid=431661)



ERROR: FUNCTION NOT REGISTERED - alexitaly - 19.04.2013

SERVER LOG:
----------
Loaded log file: "server_log.txt".
----------

SA-MP Dedicated Server
----------------------
v0.3x, ©2005-2013 SA-MP Team

[14:24:18]
[14:24:18] Server Plugins
[14:24:18] --------------
[14:24:18] Loading plugin: nativechecker
[14:24:18] Loaded.
[14:24:18] Loading plugin: streamer
[14:24:18]

*** Streamer Plugin v2.6.1 by Incognito loaded ***

[14:24:18] Loaded.
[14:24:18] Loading plugin: sscanf
[14:24:18]

[14:24:18] ===============================

[14:24:18] sscanf plugin loaded.

[14:24:18] Version: 2.8.1

[14:24:18] © 2012 Alex "Y_Less" Cole

[14:24:18] ===============================

[14:24:18] Loaded.
[14:24:18] Loading plugin: whirlpool
[14:24:18]
[14:24:18] ==================
[14:24:18]
[14:24:18] Whirlpool loaded
[14:24:18]
[14:24:18] ==================
[14:24:18]
[14:24:18] Loaded.
[14:24:18] Loaded 4 plugins.

[14:24:18]
[14:24:18] Filterscripts
[14:24:18] ---------------
[14:24:18] Loading filterscript 'cars.amx'...
[14:24:18] Loading filterscript 'skinchanger.amx'...
[14:24:18]
--Admin Player Skin Changer Loaded

[14:24:18] Loading filterscript 'casa.amx'...
[14:24:18] Error: Function not registered: 'Streamer_CallbackHook'
[14:24:18] Error: Function not registered: 'DestroyDynamicPickup'
[14:24:18] Error: Function not registered: 'DestroyDynamicMapIcon'
[14:24:18] Error: Function not registered: 'SetDynamicObjectPos'
[14:24:18] Error: Function not registered: 'SetDynamicObjectRot'
[14:24:18] Error: Function not registered: 'IsValidDynamicObject'
[14:24:18] Error: Function not registered: 'EditDynamicObject'
[14:24:18] Error: Function not registered: 'CreateDynamicObject'
[14:24:18] Error: Function not registered: 'DestroyDynamicObject'
[14:24:18] Error: Function not registered: 'CreateDynamicPickup'
[14:24:18] Error: Function not registered: 'CreateDynamicMapIcon'
[14:24:18]

[14:24:18] Loaded 2 filterscripts.

[14:24:18] Error: Function not registered: 'Streamer_CallbackHook'
[14:24:18] Error: Function not registered: 'CreateDynamicObject'
[14:24:18] Script[gamemodes/GM.amx]: Run time error 20: "Invalid index parameter (bad entry point)"
[14:24:18] Number of vehicle models: 0


Re: ERROR: FUNCTION NOT REGISTERED - Dzines4SAMP - 19.04.2013

Update your streamer.dll and streamer.inc, and then compile the GM with the new .inc you have.


Re: ERROR: FUNCTION NOT REGISTERED - alexitaly - 19.04.2013

give me new streame. dll and streamer.inc please


Re: ERROR: FUNCTION NOT REGISTERED - Dzines4SAMP - 19.04.2013

Download it for yourself.

https://sampforum.blast.hk/showthread.php?tid=102865


Re: ERROR: FUNCTION NOT REGISTERED - Sithis - 19.04.2013

Learn to search. We are not your personal army.


Re: ERROR: FUNCTION NOT REGISTERED - alexitaly - 19.04.2013

friend "SITHIS" does not comment just to increase posts.
Dzines4SAMP, thanks, but have a new error:

Run time error 20: " Invalid index parameter <bad entry point> "


Re: ERROR: FUNCTION NOT REGISTERED - alexitaly - 19.04.2013

I have not insulted anyone


Re: ERROR: FUNCTION NOT REGISTERED - Yashas - 19.04.2013

lol lol xD


Re: ERROR: FUNCTION NOT REGISTERED - SilverKiller - 19.04.2013

Quote:
Originally Posted by alexitaly
View Post
friend "SITHIS" does not comment just to increase posts.
Dzines4SAMP, thanks, but have a new error:

Run time error 20: " Invalid index parameter <bad entry point> "
Put this in your script before OnGameModeInIt :

pawn Code:
main( ) { }