I have never seen this before..Error on the server samp-server.exe -
Quincy_Gatlin - 28.06.2009
It gives me an error and I don't know what could be causing it at all. Is there something I need to add to my script? I just started from scratch..so it is likely..
Yes there is a LVSTUNTING.amx, yes it is in the pawno\gamemodes folder. Yes every other script but this one works fine.
Gives the error: "Run time error 19: "File or Function is not found."
Here is a screen:
Re: I have never seen this before..Error on the server samp-server.exe -
shady91 - 28.06.2009
are you runing irc or any sort of plugin or is it a forums script if so what one and what system are you useing?
Re: I have never seen this before..Error on the server samp-server.exe -
Quincy_Gatlin - 28.06.2009
Quote:
Originally Posted by Shady91
are you runing irc or any sort of plugin or is it a forums script if so what one and what system are you useing?
|
No, I am not using any plugins.. I made this script by myself. It isn't much I just started. I think I am missing something.
Edit: And I am using the samp_server in the pawno folder, I am trying to open the server to test on my own computer but it gives me that error. Only that script, I have tried changing the name and everything..so I don't know what to do..
Re: I have never seen this before..Error on the server samp-server.exe -
shady91 - 28.06.2009
do you no the last thing you was running and is the gamemode name in server.cgf file right?
Re: I have never seen this before..Error on the server samp-server.exe -
Quincy_Gatlin - 28.06.2009
Quote:
Originally Posted by Shady91
do you no the last thing you was running and is the gamemode name in server.cgf file right?
|
Umm I am running Xfire but it doesn't bother it. Yes the name is exact to the .amx file. I can change scripts, other scripts work fine, this one doesn't.
Re: I have never seen this before..Error on the server samp-server.exe -
illay - 28.06.2009
Use:
pawn Код:
main() print("Loaded...");
David
Re: I have never seen this before..Error on the server samp-server.exe -
Ignas1337 - 28.06.2009
isn't this the error I get when I use the wrong mysql plugin? instead of mysql i use sampmysql and the other way sometimes ?
Re: I have never seen this before..Error on the server samp-server.exe -
shady91 - 28.06.2009
im not really to good with mysql as ive never used it mate but ill read wiki etc n post see what i can find mate. post what your log says.
Re: I have never seen this before..Error on the server samp-server.exe -
Quincy_Gatlin - 28.06.2009
Quote:
Originally Posted by David.
Use:
pawn Код:
main() print("Loaded...");
David
|
Код:
main()
{
print("Loaded...");
print("\n----------------------------------");
print(" Las Ventures Stunting by Quincy Gatlin");
print("----------------------------------\n");
}
I put it in...but still does the same thing.
Here is my server log:
Quote:
Loaded log file: "server_log.txt".
----------
SA:MP Dedicated Server
----------------------
v0.2X, ©2005-2008 SA:MP Team
[03:54:32] filterscripts = "" (string)
[03:54:32]
[03:54:32] Server Plugins
[03:54:32] --------------
[03:54:32] Loaded 0 plugins.
[03:54:32]
[03:54:32] Filter Scripts
[03:54:32] ---------------
[03:54:32] Loaded 0 filter scripts.
[03:54:32] Script[gamemodes/LVSTUNTING.amx]: Run time error 19: "File or function is not found"
[03:54:34] --- Server Shutting Down.
|
EDIT: I FIXED IT I JUST TOO THE SAMP_MYSQL OUT COMPLETELY AND IT WORKED XD
Re: I have never seen this before..Error on the server samp-server.exe -
Ignas1337 - 28.06.2009
umm, did you have your server to load the mysql plugin before? cause now you won't have a system to save whatever