Function not found - 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 found (
/showthread.php?tid=545682)
Function not found -
FeaRXPhobia - 09.11.2014
Here's my next issue, the roleplay.amx finally compiled from my last problem, now this happens:
Код:
SA-MP Dedicated Server
----------------------
v0.3z, ©2005-2014 SA-MP Team
[15:03:38]
[15:03:38] Server Plugins
[15:03:38] --------------
[15:03:38] Loading plugin: mysql7
[15:03:38]
> MySQL plugin R5 successfully loaded.
[15:03:38] Loaded.
[15:03:38] Loading plugin: Whirlpool
[15:03:38]
[15:03:38] ==================
[15:03:38]
[15:03:38] Whirlpool loaded
[15:03:38]
[15:03:38] ==================
[15:03:38]
[15:03:38] Loaded.
[15:03:38] Loading plugin: streamer
[15:03:38] Loaded.
[15:03:38] Loading plugin: sscanf
[15:03:38]
[15:03:38] ===============================
[15:03:38] sscanf plugin loaded.
[15:03:38] Version: 2.8.1
[15:03:38] © 2012 Alex "******" Cole
[15:03:38] ===============================
[15:03:38] Loaded.
[15:03:38] Loaded 4 plugins.
[15:03:38]
[15:03:38] Filterscripts
[15:03:38] ---------------
[15:03:38] Loading filterscript 'gotocoord.amx'...
[15:03:38]
--------------------------------------
[15:03:38] Niixies GotoCoord Filterscript
[15:03:38] --------------------------------------
[15:03:38] Loaded 1 filterscripts.
[15:03:38] Script[gamemodes/roleplay.amx]: Run time error 19: "File or function is not found"
[15:03:38] Number of vehicle models: 0
UPDATE: I ran the nativechecker and get this:
Код:
SA-MP Dedicated Server
----------------------
v0.3z, ©2005-2014 SA-MP Team
[15:28:37]
[15:28:37] Server Plugins
[15:28:37] --------------
[15:28:37] Loading plugin: mysql
[15:28:37]
> MySQL plugin R7 successfully loaded.
[15:28:37] Loaded.
[15:28:37] Loading plugin: Whirlpool
[15:28:37]
[15:28:37] ==================
[15:28:37]
[15:28:37] Whirlpool loaded
[15:28:37]
[15:28:37] ==================
[15:28:37]
[15:28:37] Loaded.
[15:28:37] Loading plugin: streamer
[15:28:38] Failed.
[15:28:38] Loading plugin: sscanf
[15:28:38]
[15:28:38] ===============================
[15:28:38] sscanf plugin loaded.
[15:28:38] Version: 2.8.1
[15:28:38] © 2012 Alex "******" Cole
[15:28:38] ===============================
[15:28:38] Loaded.
[15:28:38] Loading plugin: nativechecker
[15:28:38] Loaded.
[15:28:38] Loaded 4 plugins.
[15:28:39]
[15:28:39] Filterscripts
[15:28:39] ---------------
[15:28:39] Loading filterscript 'gotocoord.amx'...
[15:28:39]
--------------------------------------
[15:28:39] Niixies GotoCoord Filterscript
[15:28:39] --------------------------------------
[15:28:39] Loaded 1 filterscripts.
[15:28:39] Error: Function not registered: 'IsValidDynamicObject'
[15:28:39] Error: Function not registered: 'DestroyDynamicObject'
[15:28:39] Error: Function not registered: 'CreateDynamicObject'
[15:28:39] Error: Function not registered: 'GetDynamicObjectPos'
[15:28:39] Error: Function not registered: 'IsValidDynamicMapIcon'
[15:28:39] Error: Function not registered: 'DestroyDynamicMapIcon'
[15:28:39] Error: Function not registered: 'CreateDynamicMapIcon'
[15:28:39] Error: Function not registered: 'SetDynamicObjectMaterial'
[15:28:39] Error: Function not registered: 'SetDynamicObjectMaterialText'
[15:28:39] Error: Function not registered: 'IsValidDynamic3DTextLabel'
[15:28:39] Error: Function not registered: 'DestroyDynamic3DTextLabel'
[15:28:39] Error: Function not registered: 'CreateDynamic3DTextLabel'
[15:28:39] Error: Function not registered: 'IsValidDynamicPickup'
[15:28:39] Error: Function not registered: 'DestroyDynamicPickup'
[15:28:39] Error: Function not registered: 'CreateDynamicPickup'
[15:28:39] Error: Function not registered: 'MoveDynamicObject'
[15:28:39] Error: Function not registered: 'UpdateDynamic3DTextLabelText'
[15:28:39] Error: Function not registered: 'EditDynamicObject'
[15:28:39] Error: Function not registered: 'CreateDynamicPickupEx'
[15:28:39] Error: Function not registered: 'CreateDynamicObjectEx'
[15:28:39] Error: Function not registered: 'SetDynamicObjectPos'
[15:28:39] Error: Function not registered: 'Streamer_ToggleIdleUpdate'
[15:28:39] Error: Function not registered: 'SetDynamicObjectRot'
[15:28:39] Error: Function not registered: 'AttachDynamicObjectToVehicle'
[15:28:39] Script[gamemodes/roleplay.amx]: Run time error 19: "File or function is not found"
[15:28:39] Number of vehicle models: 0
[15:28:44] --- Server Shutting Down.
[15:28:44]
Re: Function not found -
PJ47 - 09.11.2014
The reason why you get that error might be because of incorrectly installing a plugin. Double-check if you installed your plugins correctly (#include's and server.cfg)?
Re: Function not found -
Dziugsas - 09.11.2014
These functions are from streamer.Please check the plugin and the include if it's in the right place.
Re: Function not found -
sammp - 09.11.2014
Re-install the streamer package
Re: Function not found -
Blade_Cervetti - 09.11.2014
Make sure that you are using the correct plugin for your server's operating system. If it is linux use .so or windows use .dll