Run time error 19: "File or function is not found" -
Naxix - 03.03.2010
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
Re: Run time error 19: "File or function is not found" -
Torran - 03.03.2010
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()
{
}
Re: Run time error 19: "File or function is not found" -
Scenario - 03.03.2010
DIFFERENT RUNTIME ERROR. SORRY! ^^ The person above me knows the fix.
Re: Run time error 19: "File or function is not found" -
Gozerr - 03.03.2010
You might need a plugin, I had it when i forgot plugins MapAndreas
Re: Run time error 19: "File or function is not found" -
Naxix - 03.03.2010
I have main()
And i began scripting last friday, so i don't even know what plugins is and do s:
Re: Run time error 19: "File or function is not found" -
Scenario - 03.03.2010
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
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
Re: Run time error 19: "File or function is not found" -
Naxix - 03.03.2010
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
|
That's what i meant i had.. I just didn't see a reason to say:
{
}
But i have that.
Re: Run time error 19: "File or function is not found" -
Scenario - 03.03.2010
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
|
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
Re: Run time error 19: "File or function is not found" -
Eazy_Efolife - 03.03.2010
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.
Re: Run time error 19: "File or function is not found" -
Naxix - 03.03.2010
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
|
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>