Posts: 81
Threads: 14
Joined: Jan 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
Posts: 233
Threads: 31
Joined: Feb 2018
Reputation:
0
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.
Posts: 81
Threads: 14
Joined: Jan 2018
there's no error in my script
Posts: 6,242
Threads: 8
Joined: Jun 2008
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.
Posts: 81
Threads: 14
Joined: Jan 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
Posts: 6,242
Threads: 8
Joined: Jun 2008
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.
Posts: 81
Threads: 14
Joined: Jan 2018
Posts: 6,242
Threads: 8
Joined: Jun 2008
What have you tried, what have you installed, what is the OS?