SA-MP Forums Archive
FIXED PLEASE LOCK + DELETE :) - 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: FIXED PLEASE LOCK + DELETE :) (/showthread.php?tid=112073)



FIXED PLEASE LOCK + DELETE :) - GforceNL - 05.12.2009

Hello I Got this Error in The Server Log, Can somebody Explain me How i can Fix it and what is it?
Thank you Guys
Regrads, Gforce

Run time error 19: "File or function is not Found


Re: Run time error 19: "File or function is not Found - Streetplaya - 05.12.2009

You need a main() function in your gamemode.

Try adding this:
pawn Код:
main()
{
}



Re: Run time error 19: "File or function is not Found - GforceNL - 05.12.2009

Quote:
Originally Posted by MaVe - leeturl.de
You need a main() function in your gamemode.

Try adding this:
pawn Код:
main()
{
}
There's Already A main() in the Gamemode


Re: Run time error 19: "File or function is not Found - DJDhan - 05.12.2009

You have an error in your server log ...mm
Maybe there is a reference to a file in your gamemode that is missiing from the folder it should be in
Check your files again


Re: Run time error 19: "File or function is not Found - GforceNL - 05.12.2009

Quote:
Originally Posted by DJDhan
You have an error in your server log ...mm
Maybe there is a reference to a file in your gamemode that is missiing from the folder it should be in
Check your files again
it is a Server On MySQL



Re: Run time error 19: "File or function is not Found - GforceNL - 05.12.2009

Quote:
Originally Posted by GforceNL
Quote:
Originally Posted by DJDhan
You have an error in your server log ...mm
Maybe there is a reference to a file in your gamemode that is missiing from the folder it should be in
Check your files again
it is a Server On MySQL
This is the error

Failed (/usr/lib/libstdc++.so.6: version `GLIBCXX_3.4.9' not found (required by plugins/mysql.so))

How Can i fix it?