SA-MP Forums Archive
server.log - 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: server.log (/showthread.php?tid=632692)



server.log - Man43 - 17.04.2017

Wtf? What's wrong here.... help

i found this in server.log

PHP код:
[22:34:10
[
22:34:10Filterscripts
[22:34:10] ---------------
[
22:34:10]   Loading filterscript 'UltraHost.amx'...
[
22:34:10]   Loading filterscript 'bank.amx'...
[
22:34:10] *** Streamer Plugin: Include file version (0x276001does not match plugin version (0x282001) (script might need to be recompiled with the latest include file)
[
22:34:10]   Loading filterscript 'speedo.amx'...
[
22:34:10]   Loaded 3 filterscripts.
[
22:34:10Script[gamemodes/LVCNR.amx]: Run time error 19"File or function is not found"
[22:34:10Number of vehicle models



Re: server.log - DarkSkull - 17.04.2017

Either your script hasn't compiled properly, Or your GM is crashing. Load up crashdetect and see what's wrong.


Re: server.log - Man43 - 18.04.2017

Код:
[12:43:37] [debug] Run time error 19: "File or function is not found"
[12:43:37] [debug]  SSCANF_IsConnected
[12:43:37] [debug] Run time error 19: "File or function is not found"
[12:43:37] [debug]  SSCANF_IsConnected
[12:43:37] [debug] Run time error 19: "File or function is not found"
[12:43:37] [debug]  SSCANF_IsConnected
[12:43:37] Script[gamemodes/LVCNR.amx]: Run time error 19: "File or function is not found"
[12:43:37] Number of vehicle models: 0
I Got this in server.log after upload crashdetect


Re: server.log - OsteeN - 18.04.2017

Make sure you have the sscanf plugin, both "installed" and loaded.


Re: server.log - Astralis - 18.04.2017

Includes version should be the same as plugins version.