Run time error 19 "file or function"
#1

Help me, Mysql does not have any problems at all and mysql.cfg, I do not understand why it is so
https://imgur.com/JrKqyoh
Reply
#2

There is totally a plugin which should be used to run this script but you didn't load it, you must first know what plugins and includes does your script need so you could run it..
Reply
#3

i m facing same problem and not getting solution and my all of plugings to my gm i have
all done but says run time error 19
Reply
#4

Add this in the begging of the script:
PHP код:
main()
{
    
printf("Server started!");

Reply
#5

did i add it in my gamemodes's pwn file?
Reply
#6

Show the full log, not just the end of it... If the plugin failed to load, it failed above what you've shown.

Quote:
Originally Posted by Kraeror
Посмотреть сообщение
Add this in the begging of the script:
PHP код:
main()
{
    
printf("Server started!");

What in the heck... Seriously... This isn't an entrypoint error.
Reply
#7

show the server log and server.cfg.. There is an include(like sscanf2, which is (#)include(d) in the gamemode, but the plugin isnt loaded( plugins sscanf ) in server.cfg..


Show all the includes.. or using crashdetect may tell you about the errors, which you can state here.
Reply
#8

Recompile the script with updated plugins and their respective includes.
Reply
#9

This spam of every solution possible WITHOUT checking the logs, is indicative of a culture of simply slapping shit together until it works, and FLUKING the fix...


Request the logs instead of blindly suggesting shit as you're GUESSING...


After all, the logs have more info, yet hardly anyone is asking about them. Check the logs for the REASON the plugin isn't loading, or whether it even tried to load it.


The stupidest part in this, is some plugins will fail in this way, IF THE PLUGINS ARE LOADED IN THE WRONG ORDER.


Seriously, cut the spam of guesses, this shit is making people look desperate.

Quote:
Originally Posted by Akeem
Посмотреть сообщение
Recompile the script with updated plugins and their respective includes.
And there's an actual chance, that this method, was what caused this to even occur, so again, don't just throw up random guesses that are likely to break their script more.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)