Run time error 19: "File or function is 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: Run time error 19: "File or function is not found" (
/showthread.php?tid=358822)
Run time error 19: "File or function is not found" -
EviLxxBunny - 11.07.2012
I have the following error with a gamemode script: Script[gamemodes/larp.amx]: Run time error 19: "File or function is not found".
The gamemode script im having the problem with is:
https://sampforum.blast.hk/showthread.php?tid=283264
Iv tried everything to fix this problem including what it says to do in the link above, if i ever get that problem.
Everything Iv tried fails, nothing Iv tried makes it work.
Could anyone please reply with some help or add me on skype to help me with this problem please?
Skype: EviLxxBunnyX
I think it would be good to share screens on skype or teamviewer.
Please help. Thanks in advance...
Re: Run time error 19: "File or function is not found" -
PawnFox - 11.07.2012
Put the plugins wich server uses into 'plugins' folder, then put the plugin name in server.cfg at 'plugins' line
eg.
Code:
plugins streamer.dll sscanf.dll irc.dll
or .so if you use linux.
Re: Run time error 19: "File or function is not found" -
EviLxxBunny - 11.07.2012
Quote:
Originally Posted by [V]PawnFox
Put the plugins wich server uses into 'plugins' folder, then put the plugin name in server.cfg at 'plugins' line
eg.
Code:
plugins streamer.dll sscanf.dll irc.dll
or .so if you use linux.
|
Iv already tried that and it still doesent work. It comes up with the same error.