SA-MP Forums Archive
Run Time Error 19. - 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: Run Time Error 19. (/showthread.php?tid=146216)



Run Time Error 19. - Carvos - 06.05.2010

Dear readers,

Lately I have been encountering a problem whilst trying to launch my server.

The error message.


The current server config.


I found several sites which told me to download a streamer which is already in the script and working as long as I know.
Also as you can see on the first screen I'm not using any plugins.

I would appreciate it if someone could try to help me, I got some several ways for that.
X-Fire: Carvos.
Skype: KraziaSkype.
Msn: Jeffreypfaff@msn.com.
Of-course you could also simply reply onto this thread.

Especially help in the Dutch language will be greatly appreciated.

- Carvos.




Re: Run Time Error 19. - [MWR]Blood - 06.05.2010

You've missed some plugin or scriptfile.


Re: Run Time Error 19. - Carvos - 06.05.2010

Quote:
Originally Posted by ikarus❶❸❸❼
You've missed some plugin or scriptfile.
Quote:
Originally Posted by Carvos
Also as you can see on the first screen I'm not using any plugins.
And about the scriptfile, I'm not using any since the script is based on MySQL.


Re: Run Time Error 19. - [HiC]TheKiller - 06.05.2010

Make sure you have
pawn Code:
main()
{
}
In your gamemode


Re: Run Time Error 19. - MafiaGuy™ - 06.05.2010

Yes Killer is right. If everything is ok then it is a script bug.


Re: Run Time Error 19. - NotoriousRoleplay - 06.05.2010

Iґve also encountered some kind of error like this, still didnґt found a solution.


Re: Run Time Error 19. - Carvos - 06.05.2010

Quote:
Originally Posted by [HiC
TheKiller [Stuntp.com] ]
Make sure you have
pawn Code:
main()
{
}
In your gamemode
First of all, thanks for your reply.

It was already in my script but then with an extra line between it.
Deleted that extra line with nothing in it and then compiled it.
No success.


Re: Run Time Error 19. - Fj0rtizFredde - 06.05.2010

Quote:
Originally Posted by Carvos
Quote:
Originally Posted by ikarus❶❸❸❼
You've missed some plugin or scriptfile.
Quote:
Originally Posted by Carvos
Also as you can see on the first screen I'm not using any plugins.
And about the scriptfile, I'm not using any since the script is based on MySQL.
Well if the script is MySQL then you need the SQL plugin in your plugins folder and also add it to the server.cfg :P


Re: Run Time Error 19. - Carvos - 06.05.2010

I added the SQL plugins but now the server won't even launch, I can't see the small black screen which normally pops up.

The serverlog.


My current plugins and includes.


The updated serverconfig.


So-.. What's the problem now?


Re: Run Time Error 19. - Obie27 - 06.05.2010

libmysql.dll needs to go in the server directory, not the plugins one.