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=540186)



Error: Function not registered - dionisak0s - 03.10.2014

When I start the server I get these errors on the cmd.exe but the server works perfectly without any problems, can you please tell me how to fix them?

Код:
[12:17:10] Filterscripts
[12:17:10] ---------------
[12:17:10]   Loading filterscript 'mapping.amx'...
[12:17:10]    Error: Function not registered: 'CreateDynamicObject'
[12:17:10]    Error: Function not registered: 'Streamer_UpdateEx'
[12:17:10]    Error: Function not registered: 'Streamer_VisibleItems'
[12:17:10]   Loading filterscript 'yom_buttons.amx'...
[12:17:10]    Error: Function not registered: 'CreateDynamicObject'
[12:17:10]    Error: Function not registered: 'DestroyDynamicObject'
[12:17:10]    Error: Function not registered: 'SetDynamicObjectPos'
[12:17:10]    Error: Function not registered: 'SetDynamicObjectRot'
[12:17:10]    Error: Function not registered: 'MoveDynamicObject'
[12:17:10]    Error: Function not registered: 'StopDynamicObject'
[12:17:10]   Loading filterscript 'anims.amx'...
[12:17:10]   Loaded 3 filterscripts.

[12:17:10]    Error: Function not registered: 'SSCANF_Init'
[12:17:10]    Error: Function not registered: 'SSCANF_Join'
[12:17:10]    Error: Function not registered: 'SSCANF_Leave'
[12:17:10]    Error: Function not registered: 'IsValidDynamicObject'
[12:17:10]    Error: Function not registered: 'DestroyDynamicObject'
[12:17:10]    Error: Function not registered: 'CreateDynamicObject'
[12:17:10]    Error: Function not registered: 'IsValidDynamic3DTextLabel'
[12:17:10]    Error: Function not registered: 'DestroyDynamic3DTextLabel'
[12:17:11]    Error: Function not registered: 'GetDynamicObjectPos'
[12:17:11]    Error: Function not registered: 'GetDynamicObjectRot'
[12:17:11]    Error: Function not registered: 'CreateDynamic3DTextLabel'
[12:17:11]    Error: Function not registered: 'Streamer_TickRate'
[12:17:11]    Error: Function not registered: 'MoveDynamicObject'
[12:17:11]    Error: Function not registered: 'UpdateDynamic3DTextLabelText'
[12:17:11]    Error: Function not registered: 'IsPlayerInDynamicArea'
[12:17:11]    Error: Function not registered: 'Streamer_UpdateEx'
[12:17:11]    Error: Function not registered: 'AttachDynamicObjectToVehicle'
[12:17:11]    Error: Function not registered: 'Streamer_Update'
[12:17:11]    Error: Function not registered: 'Streamer_SetArrayData'
[12:17:11]    Error: Function not registered: 'DestroyDynamicPickup'
[12:17:11]    Error: Function not registered: 'CreateDynamicPickup'
[12:17:11]    Error: Function not registered: 'DestroyAllDynamicObjects'
[12:17:11]    Error: Function not registered: 'DestroyAllDynamic3DTextLabels'
[12:17:11]    Error: Function not registered: 'DestroyAllDynamicCPs'
[12:17:11]    Error: Function not registered: 'DestroyAllDynamicMapIcons'
[12:17:11]    Error: Function not registered: 'DestroyAllDynamicRaceCPs'
[12:17:11]    Error: Function not registered: 'DestroyAllDynamicAreas'
[12:17:11]    Error: Function not registered: 'CreateDynamicSphere'
[12:17:11]    Error: Function not registered: 'IsValidDynamicPickup'
[12:17:11]    Error: Function not registered: 'sscanf'
[12:17:11]    Error: Function not registered: 'IsValidDynamicMapIcon'
[12:17:11]    Error: Function not registered: 'DestroyDynamicMapIcon'
[12:17:11]    Error: Function not registered: 'CreateDynamicRectangle'
[12:17:11]    Error: Function not registered: 'DestroyDynamicArea'
[12:17:11]    Error: Function not registered: 'SetDynamicObjectMaterialText'
[12:17:11]    Error: Function not registered: 'Streamer_IsItemVisible'
[12:17:11]    Error: Function not registered: 'IsValidDynamicArea'
[12:17:11]    Error: Function not registered: 'CreateDynamicMapIcon'
[12:17:11]    Error: Function not registered: 'Streamer_SetIntData'
[12:17:11]    Error: Function not registered: 'WP_Hash'
[12:17:11]    Error: Function not registered: 'SetDynamicObjectPos'
[12:17:11]    Error: Function not registered: 'SetDynamicObjectRot'
[12:17:11]    Error: Function not registered: 'EditDynamicObject'



Re: Error: Function not registered - Eth - 03.10.2014

show me your server.cfg


Re: Error: Function not registered - Rudy_ - 03.10.2014

Update streamer.


Re: Error: Function not registered - Team_PRO - 03.10.2014

Try to update sscanf and streamer


Re: Error: Function not registered - dionisak0s - 03.10.2014

Код:
echo Executing Server Config...
lanmode 0
rcon_password 123123
maxplayers 50
port 7777
hostname SAMP Server
gamemode0 EGRP 1
filterscripts mapping yom_buttons anims
plugins audio libmysql mysql nativechecker sscanf streamer Whirlpool
announce 1
query 1
chatlogging 0
weburl N/A
onfoot_rate 40
incar_rate 40
weapon_rate 40
stream_distance 300.0
stream_rate 1000
maxnpc 0
logtimeformat [%H:%M:%S]



Re: Error: Function not registered - dionisak0s - 03.10.2014

Quote:
Originally Posted by Team_PRO
Посмотреть сообщение
Try to update sscanf and streamer
Still nothing


Re: Error: Function not registered - AroseKhanNiazi - 03.10.2014

add nativechecker as last plugin
pawn Код:
plugins audio libmysql mysql sscanf streamer Whirlpool nativechecker



Re: Error: Function not registered - Eth - 03.10.2014

show me the whole server log or the first 20 lines of it


Re: Error: Function not registered - dionisak0s - 03.10.2014

Quote:
Originally Posted by Eth
Посмотреть сообщение
show me the whole server log or the first 20 lines of it
Код:
SA-MP Dedicated Server
----------------------
v0.3z, ©2005-2014 SA-MP Team

[13:37:46] 
[13:37:46] Server Plugins
[13:37:46] --------------
[13:37:46]  Loading plugin: audio
[13:37:46] 

*** Audio Plugin v0.5 by Incognito loaded ***

[13:37:46]   Loaded.
[13:37:46]  Loading plugin: libmysql
[13:37:46]   Plugin does not conform to architecture.
[13:37:46]   Failed.
[13:37:46]  Loading plugin: mysql
[13:37:46]  >> plugin.mysql: R34 successfully loaded.
[13:37:46]   Loaded.
[13:37:46]  Loading plugin: nativechecker
[13:37:46]   Loaded.
[13:37:46]  Loading plugin: sscanf
[13:37:46] 

[13:37:46]  ===============================

[13:37:46]       sscanf plugin loaded.     

[13:37:46]          Version:  2.8.1        

[13:37:46]    © 2012 Alex "******" Cole  

[13:37:46]  ===============================

[13:37:46]   Loaded.
[13:37:46]  Loading plugin: streamer
[13:37:46] 

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

[13:37:46]   Loaded.
[13:37:46]  Loading plugin: Whirlpool
[13:37:48]  
[13:37:48]  ==================
[13:37:48]  
[13:37:48]   Whirlpool loaded
[13:37:48]  
[13:37:48]  ==================
[13:37:48]  
[13:37:48]   Loaded.
[13:37:48]  Loaded 6 plugins.

[13:37:48] 
[13:37:48] Ban list
[13:37:48] --------
[13:37:48]  Loaded: samp.ban
[13:37:48] 
[13:37:48] 
[13:37:48] Filterscripts
That's what before the errors


Re: Error: Function not registered - dionisak0s - 03.10.2014

Quote:
Originally Posted by AroseKhanNaizi
Посмотреть сообщение
add nativechecker as last plugin
pawn Код:
plugins audio libmysql mysql sscanf streamer Whirlpool nativechecker
Thanks, it's fixed. I thought there isn't any difference on where is a plugin placed in that line