Need some help with script error - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Server (
https://sampforum.blast.hk/forumdisplay.php?fid=6)
+--- Forum: Server Support (
https://sampforum.blast.hk/forumdisplay.php?fid=19)
+--- Thread: Need some help with script error (
/showthread.php?tid=336201)
Need some help with script error -
codebreaker23 - 21.04.2012
i have updated all the plugins and includes
i have reinstall the server and plugins/includes
still having this string of errors
using native checker
Thanks
Код:
SA-MP Dedicated Server
----------------------
v0.3d-R2, ©2005-2011 SA-MP Team
[08:24:49] filterscripts = "" (string)
[08:24:49]
[08:24:49] Server Plugins
[08:24:49] --------------
[08:24:49] Loading plugin: nativechecker
[08:24:49] Loaded.
[08:24:49] Loading plugin: streamer
[08:24:49]
*** Streamer Plugin v2.6 by Incognito loaded ***
[08:24:49] Loaded.
[08:24:49] Loading plugin: wp
[08:24:49]
[08:24:49] ==================
[08:24:49]
[08:24:49] Whirlpool loaded
[08:24:49]
[08:24:49] ==================
[08:24:49]
[08:24:49] Loaded.
[08:24:49] Loading plugin: audio
[08:24:49]
*** Audio Plugin v0.5 by Incognito loaded ***
[08:24:49] Loaded.
[08:24:49] Loading plugin: sscanf2
[08:24:49] Failed.
[08:24:49] Loading plugin: foreach
[08:24:49] Failed.
[08:24:49] Loaded 4 plugins.
[08:24:49]
[08:24:49] Filterscripts
[08:24:49] ---------------
[08:24:49] Loaded 0 filterscripts.
[08:24:49] Error: Function not registered: 'Streamer_CallbackHook'
[08:24:49] Error: Function not registered: 'SSCANF_Init'
[08:24:49] Error: Function not registered: 'SSCANF_Join'
[08:24:49] Error: Function not registered: 'SSCANF_Leave'
[08:24:49] Error: Function not registered: 'Audio_CreateTCPServer'
[08:24:49] Error: Function not registered: 'Audio_AddPlayer'
[08:24:49] Error: Function not registered: 'Audio_RemovePlayer'
[08:24:49] Error: Function not registered: 'Audio_RenamePlayer'
[08:24:49] Error: Function not registered: 'UpdateDynamic3DTextLabelText'
[08:24:49] Error: Function not registered: 'CreateDynamicObject'
[08:24:49] Error: Function not registered: 'DestroyDynamicObject'
[08:24:49] Error: Function not registered: 'Audio_TransferPack'
[08:24:49] Error: Function not registered: 'Audio_IsClientConnected'
[08:24:49] Error: Function not registered: 'Audio_Play'
[08:24:49] Error: Function not registered: 'Audio_SetVolume'
[08:24:49] Error: Function not registered: 'Audio_Set3DPosition'
[08:24:49] Error: Function not registered: 'Audio_PlayStreamed'
[08:24:49] Error: Function not registered: 'MoveDynamicObject'
[08:24:49] Error: Function not registered: 'CreateDynamic3DTextLabel'
[08:24:49] Error: Function not registered: 'DestroyAllDynamicObjects'
[08:24:49] Error: Function not registered: 'DestroyAllDynamicPickups'
[08:24:49] Error: Function not registered: 'DestroyAllDynamic3DTextLabels'
[08:24:49] Error: Function not registered: 'DestroyAllDynamicCPs'
[08:24:49] Error: Function not registered: 'DestroyAllDynamicMapIcons'
[08:24:49] Error: Function not registered: 'DestroyAllDynamicRaceCPs'
[08:24:49] Error: Function not registered: 'DestroyAllDynamicAreas'
[08:24:49] Error: Function not registered: 'Streamer_UpdateEx'
[08:24:49] Error: Function not registered: 'Streamer_Update'
[08:24:49] Error: Function not registered: 'IsValidDynamicPickup'
[08:24:49] Error: Function not registered: 'DestroyDynamicPickup'
[08:24:49] Error: Function not registered: 'DestroyDynamic3DTextLabel'
[08:24:49] Error: Function not registered: 'Audio_Stop'
[08:24:49] Error: Function not registered: 'CreateDynamicRectangle'
[08:24:49] Error: Function not registered: 'DestroyDynamicArea'
[08:24:49] Error: Function not registered: 'IsPlayerInDynamicArea'
[08:24:49] Error: Function not registered: 'sscanf'
[08:24:49] Error: Function not registered: 'CreateDynamicPickup'
[08:24:49] Error: Function not registered: 'CreateDynamicMapIcon'
[08:24:49] Error: Function not registered: 'Streamer_TickRate'
[08:24:49] Error: Function not registered: 'Audio_SetPack'
[08:24:49] Error: Function not registered: 'CountDynamic3DTextLabels'
[08:24:49] Error: Function not registered: 'CountDynamicPickups'
[08:24:49] Error: Function not registered: 'CountDynamicObjects'
[08:24:49] Error: Function not registered: 'SetDynamicObjectPos'
[08:24:49] Error: Function not registered: 'GetDynamicObjectPos'
[08:24:49] Error: Function not registered: 'SetDynamicObjectRot'
[08:24:49] Error: Function not registered: 'WP_Hash'
[08:24:49] Error: Function not registered: 'IsValidDynamic3DTextLabel'
[08:24:49] Error: Function not registered: 'CountDynamicMapIcons'
[08:24:49] Error: Function not registered: 'IsValidDynamicObject'
[08:24:49] Error: Function not registered: 'IsValidDynamicMapIcon'
[08:24:49] Error: Function not registered: 'DestroyDynamicMapIcon'
[08:24:49] Script[gamemodes/ACRP.amx]: Run time error 19: "File or function is not found"
[08:24:49] Number of vehicle models: 0
Re: Need some help with script error -
Phyrunx - 22.04.2012
its sscanf
Not sscanf2
And there is not Any Kind of Plugin Called Foreach
Make sure you have .dll for windows and .so for linux Plugin in the Plugins Folder Found in your Server's Root Directory
Re: Need some help with script error -
Aira - 24.05.2012
Make sure NATIVECHECKER is in the LAST of your plugins, next time read readmes -.-