File not found? - 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: File not found? (
/showthread.php?tid=477770)
File not found? -
Tuntun - 26.11.2013
Код:
----------
Loaded log file: "server_log.txt".
----------
SA-MP Dedicated Server
----------------------
v0.3x, ©2005-2013 SA-MP Team
[18:12:22] filterscripts = "" (string)
[18:12:22]
[18:12:22] Server Plugins
[18:12:22] --------------
[18:12:22] Loading plugin: sscanf
[18:12:22]
[18:12:22] ===============================
[18:12:22] sscanf plugin loaded.
[18:12:22] © 2009 Alex "******" Cole
[18:12:22] ===============================
[18:12:22] Loaded.
[18:12:22] Loading plugin: streamer
[18:12:22]
*** Streamer Plugin v2.5.2 by Incognito loaded ***
[18:12:22] Loaded.
[18:12:22] Loaded 2 plugins.
[18:12:22]
[18:12:22] Filterscripts
[18:12:22] ---------------
[18:12:22] Loaded 0 filterscripts.
[18:12:22] Script[gamemodes/18WoS.amx]: Run time error 19: "File or function is not found"
[18:12:22] Number of vehicle models: 0
But sscanf and streamer has updated+ no errors in pawno.
Re: File not found? -
David (Sabljak) - 26.11.2013
yes you maybe updatet plugins of streamer and sscanf but did you updated INCLUDES of streamer and sscanf?
Re: File not found? -
kbalor - 26.11.2013
Update you streamer plugin. Make sure you put streamer.inc in proper folder pawno/include folder as well as plugins.dll into your plugins folder in your server directory folder.
RECOMPILE.
Re: File not found? -
Tuntun - 26.11.2013
Yea i did it. But still not works.
Re: File not found? -
Threshold - 26.11.2013
Also, make sure you have created all the necessary folders in your 'scriptfiles' directory. For example, if your script requires a folder named "Houses" or "Players" under OnGameModeInit or something, but you don't have any such folders in your scriptfiles directory, then you must create this folder before starting your server. (This is one of the causes of such an error)
Also, some missing include files can cause this error, so make sure you have all the required and appropriate include files located in your pawno/include directory. As well as the comments mentioned above. ^_^
Re: File not found? -
Tuntun - 26.11.2013
Maybe i got something... what is this?:
Maybe for this?
Re: File not found? -
dragonslife - 26.11.2013
Install this:
microsoft.com/en-gb/download/details.aspx?id=30679
Solved it for me.
Re: File not found? -
Tuntun - 26.11.2013
Actually i got these errors:
Код:
[20:22:42] [debug] SSCANF_Init
[20:22:42] [debug] SSCANF_Join
[20:22:42] [debug] SSCANF_Leave
Re: File not found? -
LeeXian99 - 26.11.2013
Update the SSCANF to the latest version and make sure you re-compile it again.
Re: File not found? -
Tuntun - 26.11.2013
I'm getting this error :
Код:
[20:37:19] [join] Tuntun has joined the server (0:10.128.215.168)
[20:37:19] [debug] Server crashed while executing 18WoS.amx
[20:37:19] [debug] AMX backtrace:
[20:37:19] [debug] #0 native SendClientMessage () [0046fe00] from samp-server.exe
[20:37:19] [debug] #1 0006ec28 in public Streamer_OnPlayerConnect () from 18WoS.amx
[20:37:19] [debug] #2 native CallLocalFunction () [00471e90] from samp-server.exe
[20:37:19] [debug] #3 00006a84 in ?? () from 18WoS.amx
[20:37:19] [debug] #4 00000a3c in public OnPlayerConnect () from 18WoS.amx
[20:37:19] [debug] System backtrace:
Read carefuly.