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=393752)
run time error 19 file or function is not found -
Goldino - 19.11.2012
Help me please!!!! When I start up my server, on the log it says
Code:
run time error 19 file or function is not found
And when I logon to the server, there are no commands or cars when I had added them all in the script.
Please help me, I really wanna solve it
Re: run time error 19 file or function is not found -
Glad2BeHere - 19.11.2012
do you have all plugins updated

or check this out
https://sampforum.blast.hk/showthread.php?tid=249226, it will fin the error also ensure u have the main in your gm
pawn Code:
main()
{
print("\n----------------------------------");
print(" Blank Gamemode by your name here");
print("----------------------------------\n");
}