samp server error - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Server (
https://sampforum.blast.hk/forumdisplay.php?fid=6)
+--- Forum: Server Support (
https://sampforum.blast.hk/forumdisplay.php?fid=19)
+--- Thread: samp server error (
/showthread.php?tid=650932)
samp server error -
Jithu - 10.03.2018
when i script my server with sscanf2 . inc it says
[12:09:42] Script[gamemodes/DM.amx]: Run time error 19: "File or function is not found"
[12:09:42] Number of vehicle models: 0
Re: samp server error -
Mike861 - 10.03.2018
Download the latest sscanf2 plugin, place it correctly inside your server directory.Make sure you re-compile every script that uses sscanf2 and you should be alright.Unless there is a error in ur code.
Re: samp server error -
Jithu - 10.03.2018
there's no error in my script
Re: samp server error -
Sew_Sumi - 10.03.2018
Ignore both of these guesses above as they're just blindly throwing out suggestions, in the HOPE, of FLUKING the answer...
Show the entire log as that will show what is failing.
Post the log from start to crash. Posting up the end saying that there's something missing without the rest of the log, is just stupid as you're missing the most important part of the log... The section that shows which plugins aren't loading, and showing what the real error is.
Re: samp server error -
Jithu - 10.03.2018
----------
Loaded log file: "server_log.txt".
----------
SA-MP Dedicated Server
----------------------
v0.3.7-R2, ©2005-2015 SA-MP Team
[16:47:58] filterscripts = "" (string)
[16:47:58]
[16:47:58] Server Plugins
[16:47:58] --------------
[16:47:58] Loading plugin: sscanf
[16:47:58] Failed.
[16:47:58] Loaded 0 plugins.
[16:47:58]
[16:47:58] Filterscripts
[16:47:58] ---------------
[16:47:58] Loaded 0 filterscripts.
[16:47:58] Script[gamemodes/DM.amx]: Run time error 19: "File or function is not found"
[16:47:58] Number of vehicle models: 0
Re: samp server error -
Sew_Sumi - 10.03.2018
Code:
[16:47:58] Loading plugin: sscanf
[16:47:58] Failed.
[16:47:58] Loaded 0 plugins.
Verify you have the appropriate plugin in the plugins folder. If you have then you'll need to get the runtimes associated with it.
Re: samp server error -
Jithu - 10.03.2018
help , i cant fix it!
Re: samp server error -
Sew_Sumi - 10.03.2018
What have you tried, what have you installed, what is the OS?