sscanf2.inc error - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: sscanf2.inc error (
/showthread.php?tid=447005)
sscanf2.inc error -
Elietje28 - 28.06.2013
Hello!
I've made a command using sscanf, so I use sscanf.inc. But when I use that include, the server says:
Код:
Run time error 19: "File or function is not found"
Only 5 vehicles (normal 174) are loaded and there is only one spawn-coцrdinate.
When I remove the sscanf2 include, everythink works fine.
So what do I have to do to let this be normal?
Thanks!
Elietje28
Re: sscanf2.inc error -
CLT - 28.06.2013
Did you edit your server.cfg?
Re: sscanf2.inc error -
Smokkr - 28.06.2013
Put the sscanf into line plugins on your server.cfg.
Re: sscanf2.inc error -
QuaTTrO - 28.06.2013
Show the whole server log.
Re: sscanf2.inc error -
Elietje28 - 28.06.2013
This is the whole log:
Код:
----------
Loaded log file: "server_log.txt".
----------
SA-MP Dedicated Server
----------------------
v0.3x, ©2005-2013 SA-MP Team
[14:09:20]
[14:09:20] Server Plugins
[14:09:20] --------------
[14:09:20] Loading plugin: sscanf2
[14:09:20] Failed.
[14:09:20] Loaded 0 plugins.
[14:09:20]
[14:09:20] Filterscripts
[14:09:20] ---------------
[14:09:20] Loading filterscript 'gl_actions.amx'...
[14:09:20] Loading filterscript 'gl_realtime.amx'...
[14:09:20] Loading filterscript 'gl_property.amx'...
[14:09:20]
-----------------------------------
[14:09:20] Grand Larceny Property Filterscript
[14:09:20] -----------------------------------
[14:09:20] Loading filterscript 'gl_mapicon.amx'...
[14:09:20] Loading filterscript 'ls_mall.amx'...
[14:09:20] Loading filterscript 'attachments.amx'...
[14:09:20] Loading filterscript 'skinchanger.amx'...
[14:09:20]
--Admin Player Skin Changer Loaded
[14:09:20] Loading filterscript 'vspawner.amx'...
[14:09:20]
--Admin Vehicle Spawner Loaded
[14:09:20] Loading filterscript 'avs.amx'...
[14:09:20]
------------------------------------------------
[14:09:20] Advanced Vehicle System 1.0 by MadeMan
[14:09:20] ------------------------------------------------
[14:09:20] Loaded 16 vehicles
[14:09:24] Loaded 2 dealerships
[14:09:27] Loaded 49 fuel stations
[14:09:27] ------------------------------------------------
[14:09:27] Loading filterscript 'bank.amx'...
[14:09:27] Loading filterscript 'savings2.amx'...
[14:09:27] Loaded 11 filterscripts.
[14:09:27] Reading File: blank
[14:09:27] Reading File: properties/houses.txt
[14:09:27] Reading File: properties/businesses.txt
[14:09:27] Reading File: properties/banks.txt
[14:09:27] Reading File: properties/police.txt
[14:09:27] Script[gamemodes/UG1.amx]: Run time error 19: "File or function is not found"
[14:09:27] Number of vehicle models: 5
I've added sscanf2 (I use that include) in my plugins line, but the the loading fails. (4th line in the log)
Thank you for the responses!
Elietje28
Re: sscanf2.inc error -
Slice - 28.06.2013
Did you add the dll file to the plugins folder?
Re: sscanf2.inc error -
Elietje28 - 28.06.2013
Okay, I've found it. I thought you had to add the includes on the plugins line; there basicly is sscanf.dll in the plugins folder, but the include is called sscanf2.inc, so that was a stupid fault :[
Thank you for helping me!
Elietje28