SA-MP Forums Archive
Error? - 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)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Error? (/showthread.php?tid=251534)



Error? - Rivera - 27.04.2011

Well, I think many guys got this error too. When I open my samp-server.exe and in the bottom I see this line:

Script [gamemodes/DM.amx]: Run time error 19: "File or function is not found"

And what's more rofl, when I open the samp server it shows a table with another error:

'This application has failed to start because MSVCR100.dll was not found. Re-installing the application may fix this problem'

Help ?


Re: Error? - Cjgogo - 27.04.2011

open server.cfg add there plugins MSVCR100.dll save and run again it will work


Re: Error? - Rivera - 27.04.2011

nope. yet not working


Re: Error? - Vince - 27.04.2011

Think before you give dumb answers. MSVCR100.dll is a Microsoft Visual C++ Redistributable file.

So check if you have the latest Visual C++ libraries installed.


Re: Error? - Rivera - 27.04.2011

kk i fixed the MSVCR100 problem with a program. Anyway how about the runtime error ?


Re: Error? - aircombat - 27.04.2011

that probably is caused by a missing plugin so check your plugins


Re: Error? - Rivera - 27.04.2011

Missing plugin ?

Код:
plugins sscanf YSF
They are all in the plugins folder


Re: Error? - Miguel_Teixeira - 27.04.2011

have you compiled your gm ?


Re: Error? - Rivera - 28.04.2011

Yes I do. I compile but nothing :P


Re: Error? - MadeMan - 28.04.2011

Post all the lines in your script that start with:
pawn Код:
#include



Re: Error? - Rivera - 05.05.2011

pawn Код:
#include <a_samp>
#include <sscanf2>
#include <zcmd>
#include <YSF>
#include <Dini>
#include <dutils>
100000000000000% sure they are in the /include folder


Re: Error? - MadeMan - 05.05.2011

Show your server log.