Run time error 19: " File on function is not found" With MySQL Server -
Cremater - 26.07.2010
I had libmysql.dll in my server dir.
I had mysql.dll in folder plugins.
I had a_sampmysql.inc in folder pawno's include.
I add plugins mysql in server.cfg.
----------
Loaded log file: "server_log.txt".
----------
SA-MP Dedicated Server
----------------------
v0.3a, ©2005-2009 SA-MP Team
[20:50:08]
[20:50:08] Server Plugins
[20:50:08] --------------
[20:50:08] Loading plugin: xStreamer
[20:50:08] xStreamer plugin loaded
[20:50:08] Loaded.
[20:50:08] Loading plugin: mysql
[20:50:08] SA:MP MySQL Plugin 1.2.1 Loaded.
[20:50:08] Loaded.
[20:50:08] MySQL: Query thread running. Thread safe: Yes.
[20:50:08] Loaded 2 plugins.
[20:50:08]
[20:50:08] Filter Scripts
[20:50:08] ---------------
[20:50:08] Loading filter script 'xStreamer.amx'...
[20:50:08] xStreamer: xStreamer filterscript has been detected
[20:50:08] Loading filter script 'animlist.amx'...
[20:50:08] Loading filter script 'trunk.amx'...
[20:50:08] Loading filter script 'gl_realtime.amx'...
[20:50:08] Loading filter script 'Zombie.amx'...
[20:50:08]
ZOMBIE Filter Script v1.2 Loading...
**********************
(Zeruel_Angel)
[20:50:08] Loading filter script 'privmsg.amx'...
[20:50:08] Private Message Script Loaded
[20:50:08] Loading filter script 'menu.amx'...
[20:50:08] Loading filter script 'Gangzone.amx'...
[20:50:08] ---------------------------------------
[20:50:08] GangZone Creator by RyDeR - Loaded -
[20:50:08] ---------------------------------------
[20:50:08] Loading filter script 'seatbelt.amx'...
[20:50:08] Roleplay Seatbelt System loaded by Jason AKA AcId n RaPiD...
[20:50:08] Loading filter script 'PingKicker.amx'...
[20:50:08] Loaded 10 filter scripts.
[20:50:08] Script[gamemodes/afterday2.0.6.1.amx]: Run time error 19: "File or function is not found"
[20:50:10] --- Server Shutting Down.
What a this problem? I need someone for help. Who can help me for that problem i will thank you very much.
Re: Run time error 19: " File on function is not found" With MySQL Server -
R@ger - 26.07.2010
you are missing a plugin or a include in gm i think
Re: Run time error 19: " File on function is not found" With MySQL Server -
iLinx - 27.07.2010
make sure you've got something like:
Quote:
main() { print("My script name here"); }
|
in your script before all your callbacks
Re: Run time error 19: " File on function is not found" With MySQL Server -
John_F - 27.07.2010
Quote:
Originally Posted by iLinx
make sure you've got something like:
in your script before all your callbacks
|
I don't think that's the problem.
Check to make sure all your directories are correct in your GM and
that your plugins/filterscripts are all included