SA-MP Forums Archive
Can Someone Have A Look On This [HELP] - 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: Can Someone Have A Look On This [HELP] (/showthread.php?tid=415091)



Can Someone Have A Look On This [HELP] - DaDenz - 11.02.2013

Alright I converted it to 0.3x but now i get these message ( useing nativechecker )
Quote:

SA-MP Dedicated Server
----------------------
v0.3x, ©2005-2013 SA-MP Team

[20:57:54] filterscripts = "" (string)
[20:57:54]
[20:57:54] Server Plugins
[20:57:54] --------------
[20:57:54] Loading plugin: nativechecker
[20:57:54] Loaded.
[20:57:54] Loaded 1 plugins.

[20:57:54]
[20:57:54] Filterscripts
[20:57:54] ---------------
[20:57:54] Loaded 0 filterscripts.

[20:57:54] Error: Function not registered: 'Streamer_CallbackHook'
[20:57:54] Error: Function not registered: 'DestroyDynamicObject'
[20:57:54] Error: Function not registered: 'UpdateDynamic3DTextLabelText'
[20:57:54] Error: Function not registered: 'DestroyDynamic3DTextLabel'
[20:57:54] Error: Function not registered: 'CreateDynamic3DTextLabel'
[20:57:54] Error: Function not registered: 'MoveDynamicObject'
[20:57:54] Error: Function not registered: 'CreateDynamicObject'
[20:57:54] Error: Function not registered: 'CreateDynamicPickup'
[20:57:54] Error: Function not registered: 'CountDynamicObjects'
[20:57:54] Error: Function not registered: 'CountDynamicPickups'
[20:57:54] Error: Function not registered: 'CountDynamicCPs'
[20:57:54] Error: Function not registered: 'CountDynamicRaceCPs'
[20:57:54] Error: Function not registered: 'CountDynamicMapIcons'
[20:57:54] Error: Function not registered: 'CountDynamic3DTextLabels'
[20:57:54] Error: Function not registered: 'GetDynamicObjectPos'
[20:57:54] Error: Function not registered: 'SetDynamicObjectRot'
[20:57:54] Error: Function not registered: 'DestroyDynamicPickup'
[20:57:54] Script[gamemodes/lslrp.amx]: Run time error 19: "File or function is not found"
[20:57:54] Number of vehicle models: 0

Someone can help me on this one please?


Re: Can Someone Have A Look On This [HELP] - ColorHost-Kevin - 11.02.2013

Seem like your plugins are outdated. And a lot of functions not used.


Re: Can Someone Have A Look On This [HELP] - DaDenz - 11.02.2013

So what can i do about it?


Re: Can Someone Have A Look On This [HELP] - Yves - 11.02.2013

Download the new plugins here http://forum.sa-mp.com/forumdisplay.php?f=18


Re: Can Someone Have A Look On This [HELP] - TommyVer - 11.02.2013

put your new include files from 0.3x include directory


Re: Can Someone Have A Look On This [HELP] - nickdodd25 - 11.02.2013

Код:
[20:57:54] 
[20:57:54] Server Plugins
[20:57:54] --------------
[20:57:54] Loading plugin: nativechecker
[20:57:54] Loaded.
[20:57:54] Loaded 1 plugins.
You aren't even loading the streamer plugin, that's why you get all of the Function not registered errors. Make sure the plugin is in the plugins folder and add add "streamer" (without quotes) to the plugins line in the server config.