server log - 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: server log (
/showthread.php?tid=502107)
server log -
aboa - 22.03.2014
Hello,When I try to run my server it works
but I found this in the server log:
pawn Код:
[22/03/2014 13:38:13] Error: Function not registered: 'SSCANF_Init'
[22/03/2014 13:38:13] Error: Function not registered: 'SSCANF_Join'
[22/03/2014 13:38:13] Error: Function not registered: 'SSCANF_Leave'
[22/03/2014 13:38:13] Error: Function not registered: 'Streamer_CallbackHook'
[22/03/2014 13:38:13] Error: Function not registered: 'IsValidDynamic3DTextLabel'
[22/03/2014 13:38:13] Error: Function not registered: 'DestroyDynamic3DTextLabel'
[22/03/2014 13:38:13] Error: Function not registered: 'sscanf'
[22/03/2014 13:38:13] Error: Function not registered: 'CreateDynamic3DTextLabel'
[22/03/2014 13:38:13] Error: Function not registered: 'CreateDynamicPickup'
[22/03/2014 13:38:13] Error: Function not registered: 'CreateDynamicObject'
[22/03/2014 13:38:13] Error: Function not registered: 'CreateDynamicMapIcon'
[22/03/2014 13:38:13] Error: Function not registered: 'DestroyDynamicPickup'
[22/03/2014 13:38:13] Error: Function not registered: 'DestroyDynamicObject'
[22/03/2014 13:38:13] Error: Function not registered: 'Streamer_SetFloatData'
[22/03/2014 13:38:13] Error: Function not registered: 'SetDynamicObjectRot'
[22/03/2014 13:38:13] Error: Function not registered: 'UpdateDynamic3DTextLabelText'
[22/03/2014 13:38:13] Error: Function not registered: 'WP_Hash'
[22/03/2014 13:38:13] Error: Function not registered: 'AttachDynamicObjectToVehicle'
[22/03/2014 13:38:13] Error: Function not registered: 'MoveDynamicObject'
[22/03/2014 13:38:13] Error: Function not registered: 'GetDynamicObjectPos'
[22/03/2014 13:38:13] Error: Function not registered: 'GetDynamicObjectRot'
[22/03/2014 13:38:13] Error: Function not registered: 'EditDynamicObject'
[22/03/2014 13:38:13] Error: Function not registered: 'DestroyDynamicMapIcon'
[22/03/2014 13:38:13] Error: Function not registered: 'IsValidDynamicPickup'
[22/03/2014 13:38:13] Error: Function not registered: 'SetDynamicObjectPos'
[22/03/2014 13:38:13]
Re: server log -
Konstantinos - 22.03.2014
Posting the whole server log would help us a lot! Nativechecker plugin MUST be loaded last. If any other plugin is loaded after nativechecker, it will give those errors about 'Function not registered'.
If any plugin failed to load and its functions are used in the gamemode, it will give a run time error 19.
Re: server log -
Hanuman - 22.03.2014
I think u need to update ur plugins and includes!