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



File or function not found. - faff - 23.03.2013

Hello, My Gamemode, server was fully working.
Then i decided to add the streamer plugin.
Now, i got this problem everytime.


Код:
Run time error 19: "File or function is not found"
Anyone can help me out?


Re : File or function not found. - thegreathom - 23.03.2013

When I got this errors, I resolve it by adding all of the plugins list, only when I download a gm.
p.s : if you download this gamemodes please give me the link I'll see what I can do for you?


Re: File or function not found. - Avi Raj - 23.03.2013

ok some tips for it :-
*Make sure your Client version and server version is same (0.3x)
*You should have all the include and plugins which are required.


Re: File or function not found. - Gamer_007 - 23.03.2013

Download nativechecker plugin from this forum and add it at last of plugins line.Then run the samp-server.exe and paste the server log here.


Re: File or function not found. - B-Matt - 23.03.2013

Did you put "streamer" plugin in the plugins folder and list in server.cfg?


Re: File or function not found. - faff - 24.03.2013

Quote:
Originally Posted by B-Matt
Посмотреть сообщение
Did you put "streamer" plugin in the plugins folder and list in server.cfg?
I did.
And updated all plugins etc.


Re: File or function not found. - Konstantinos - 24.03.2013

Quote:
Originally Posted by Gamer_007
Посмотреть сообщение
Download nativechecker plugin from this forum and add it at last of plugins line.Then run the samp-server.exe and paste the server log here.
The solution is here. Download nativechecker and run your server, it will show which function is missing and you'll understand from which plugin it is.


Re: File or function not found. - faff - 24.03.2013

Fixed!
It was in the .Cfg
I typed ''scanff'' instead of ''sscanf''.
Thanks anyways.