Help - 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: Help (
/showthread.php?tid=495945)
Help -
KIllINGS - 19.02.2014
Hi
When you start the web server I see the following errors:
pawn Код:
[19:22:05] Error: Function not registered: 'Streamer_CallbackHook'
[19:22:05] Error: Function not registered: 'mysql_function_query'
[19:22:05] Error: Function not registered: 'IsPlayerInDynamicArea'
[19:22:05] Error: Function not registered: 'DestroyDynamicObject'
[19:22:05] Error: Function not registered: 'IsValidDynamicObject'
[19:22:05] Error: Function not registered: 'IsPlayerInAnyDynamicArea'
[19:22:05] Error: Function not registered: 'GetDynamicObjectPos'
[19:22:05] Error: Function not registered: 'AttachDynamicObjectToVehicle'
[19:22:05] Error: Function not registered: 'SetDynamicObjectPos'
[19:22:05] Error: Function not registered: 'EditDynamicObject'
[19:22:05] Error: Function not registered: 'Streamer_UpdateEx'
[19:22:05] Error: Function not registered: 'Streamer_VisibleItems'
[19:22:05] Error: Function not registered: 'CreateDynamicCP'
[19:22:05] Error: Function not registered: 'CreateDynamic3DTextLabel'
[19:22:05] Error: Function not registered: 'CreateDynamicObject'
[19:22:05] Error: Function not registered: 'SetDynamicObjectMaterial'
[19:22:05] Error: Function not registered: 'SetDynamicObjectMaterialText'
[19:22:05] Error: Function not registered: 'CreateDynamicPickup'
[19:22:05] Error: Function not registered: 'DestroyDynamicCP'
[19:22:05] Error: Function not registered: 'mysql_real_escape_string'
[19:22:05] Error: Function not registered: 'DestroyDynamic3DTextLabel'
[19:22:05] Error: Function not registered: 'WP_Hash'
[19:22:05] Error: Function not registered: 'UpdateDynamic3DTextLabelText'
[19:22:05] Error: Function not registered: 'DestroyDynamicPickup'
[19:22:05] Error: Function not registered: 'Streamer_Update'
[19:22:05] Error: Function not registered: 'CreateDynamicRectangle'
[19:22:05] Error: Function not registered: 'mysql_insert_id'
[19:22:05] Error: Function not registered: 'CreateDynamicMapIcon'
[19:22:05] Error: Function not registered: 'mysql_free_result'
[19:22:05] Error: Function not registered: 'MoveDynamicObject'
[19:22:05] Error: Function not registered: 'mysql_store_result'
[19:22:05] Error: Function not registered: 'mysql_num_rows'
[19:22:05] Error: Function not registered: 'IsPlayerInDynamicCP'
[19:22:05] Error: Function not registered: 'DestroyDynamicMapIcon'
[19:22:05] *** Streamer Plugin: Warning: Include file version (0x26104) does not match plugin version (0x26105) (script might need to be recompiled with the latest include file)
[19:22:05] [debug] Run time error 19: "File or function is not found"
[19:22:05] [debug] mysql_function_query
[19:22:05] [debug] mysql_real_escape_string
[19:22:05] [debug] mysql_insert_id
[19:22:05] [debug] mysql_free_result
[19:22:05] [debug] mysql_store_result
[19:22:05] [debug] mysql_num_rows
[19:22:05] Script[gamemodes/GGS.amx]: Run time error 19: "File or function is not found"
[19:22:05] Number of vehicle models: 0
Re: Help -
Konstantinos - 19.02.2014
Re-compile the scripts with the latest version of streamer.inc and did mysql plugin fail to load?
The mistake you've done is that you should add nativechecker last in the
plugins line in server.cfg