SA-MP Forums Archive
File or Function not found - Pc reset - 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: File or Function not found - Pc reset (/showthread.php?tid=645509)



File or Function not found - Pc reset - pulsare - 28.11.2017

I resettet my pc and saved my server folder on my second device.

When I am trying to start my server now, it says:

v0.3.7-R2, ©2005-2015 SA-MP Team


Server Plugins
--------------
Loading plugin: sscanf
Failed.
Loading plugin: streamer
Failed.
Loading plugin: nativechecker
Loaded.
Loaded 1 plugins.


Ban list
--------
Loaded: samp.ban


Started server on port: 7777, with maxplayers: 50 lanmode is OFF.


Filterscripts
---------------
Loading filterscript 'mailers.amx'...
Loaded 1 filterscripts.

Error: Function not registered: 'SSCANF_Init'
Error: Function not registered: 'SSCANF_IsConnected'
Error: Function not registered: 'SSCANF_Join'
Error: Function not registered: 'SSCANF_Leave'
Error: Function not registered: 'CreateDynamicObject'
Error: Function not registered: 'CountDynamicObjects'
Error: Function not registered: 'sscanf'
Error: Function not registered: 'MoveDynamicObject'
Script[gamemodes/neu.amx]: Run time error 19: "File or function is not found"




Before I resettet there were not ANY Problem.

I think I need some dll Files or something could you say me witch?



Re: File or Function not found - Pc reset - Konstantinos - 28.11.2017

http://forum.sa-mp.com/showpost.php?...51&postcount=3


Re: File or Function not found - Pc reset - pulsare - 28.11.2017

Quote:
Originally Posted by Konstantinos
Посмотреть сообщение
installed all - not working!

sure that I dont need any plugins?


Re: File or Function not found - Pc reset - Konewka - 28.11.2017

Make sure you also copied plugins folder into the new directory. It should contain sscanf.dll and streamer.dll (.so extension for Linux based OS).


Re: File or Function not found - Pc reset - pulsare - 29.11.2017

Quote:
Originally Posted by Konewka
Посмотреть сообщение
Make sure you also copied plugins folder into the new directory. It should contain sscanf.dll and streamer.dll (.so extension for Linux based OS).
I copied the whole folder so they is everything


Re: File or Function not found - Pc reset - rfr - 29.11.2017

You sure you added sscanf, streamer in the plugins line in server.cfg? If you have put sscanf first.


Re: File or Function not found - Pc reset - pulsare - 29.11.2017

Quote:
Originally Posted by rfr
Посмотреть сообщение
You sure you added sscanf, streamer in the plugins line in server.cfg? If you have put sscanf first.
Bro.....

I copied the WHOLE Folder they is EVERYTHING in and it worked to 100 % before I resettet my PC


So I watched and yes sscanf & streamer are in server cfg


Re: File or Function not found - Pc reset - Ritzy2K - 29.11.2017

Код:
Loading plugin: sscanf
Failed.
Loading plugin: streamer
Failed.
^ There, 2 of your plugins aren't loading.


Re: File or Function not found - Pc reset - pulsare - 29.11.2017

Quote:
Originally Posted by Ritzy
Посмотреть сообщение
Код:
Loading plugin: sscanf
Failed.
Loading plugin: streamer
Failed.
^ There, 2 of your plugins aren't loading.
yeah and idk why


Re: File or Function not found - Pc reset - pulsare - 29.11.2017

Push