Run time error 19: "File or function is not found"
#1

Hey there, i been working on a DM script and i was going to test it.

But when i run the "samp-server" file it's says:

[21:13:54] Script[gamemodes/TotalDM.amx]: Run time error 19: "File or function is not found"

But the .amx file is already in the folder.

And when i enter the server i spawn underground at blueberry and after 2-3 seconds i get ported up but still in blueberry..

Any1 know waht this means?
Thanks!

-Naxix
Reply
#2

It means that your missing a plugin or something,
Ive got that twice before,

First time i got it cause i was missing

main()
{
}

Second because i was missing whirlpool plugin,
Does your server need any plugins?
Does it have

main()
{
}
Reply
#3

DIFFERENT RUNTIME ERROR. SORRY! ^^ The person above me knows the fix.
Reply
#4

You might need a plugin, I had it when i forgot plugins MapAndreas
Reply
#5

I have main()

And i began scripting last friday, so i don't even know what plugins is and do s:
Reply
#6

Quote:
Originally Posted by Naxix
I have main()

And i began scripting last friday, so i don't even know what plugins is and do s:
you need

Код:
Main()
{}
As far as plugins go, check the top of your script...

If you have anything that looks like this: #include <a_samp>

tell me what they are
Reply
#7

Quote:
Originally Posted by NPTechStudios
Quote:
Originally Posted by Naxix
I have main()

And i began scripting last friday, so i don't even know what plugins is and do s:
you need

Код:
Main()
{}
That's what i meant i had.. I just didn't see a reason to say:
{
}

But i have that.
Reply
#8

Quote:
Originally Posted by Naxix
Quote:
Originally Posted by NPTechStudios
Quote:
Originally Posted by Naxix
I have main()

And i began scripting last friday, so i don't even know what plugins is and do s:
you need

Код:
Main()
{}
That's what i meant i had.. I just didn't see a reason to say:
{
}

But i have that.
As far as plugins go, check the top of your script...

If you have anything that looks like this: #include <a_samp>

tell me what they are
Reply
#9

I had this error in the past and I had main()

It's most likely you're missing a plugin that's supposed to be loaded.
Reply
#10

Quote:
Originally Posted by NPTechStudios
Quote:
Originally Posted by Naxix
Quote:
Originally Posted by NPTechStudios
Quote:
Originally Posted by Naxix
I have main()

And i began scripting last friday, so i don't even know what plugins is and do s:
you need

Код:
Main()
{}
That's what i meant i had.. I just didn't see a reason to say:
{
}

But i have that.
As far as plugins go, check the top of your script...

If you have anything that looks like this: #include <a_samp>

tell me what they are
Код:
#include <a_samp>
#include <dutils>
#include <dudb>
#include <float>
#include <dini>
#include <sscanf2>
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)