SA-MP Forums Archive
Server close - 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 close (/showthread.php?tid=534226)



Server close - Micael_Nees - 28.08.2014

Sorry for my english:
When a player spawn the server closes.. LOG:
pawn Код:
[16:06:47] Number of vehicle models: 19
[16:07:04] Incoming connection: 127.0.0.1:58610
[16:07:04] [join] Micael_Nees has joined the server (0:127.0.0.1)
[16:07:17] [debug] Server crashed while executing novogm.amx
[16:07:17] [debug] AMX backtrace:
[debug] #0 native fwrite () from samp-server.exe
[debug] #1 00001700 in ?? (0x0003c8f8, 0x000706e8, 0x000f34d0) from novogm.amx
[debug] #2 00001970 in ?? (0x0003c8f8, 0x000706e8, 0x00000000) from novogm.amx
[debug] #3 00033eac in public OnPlayerSpawn (0x00000000) from novogm.amx
[16:07:17] [debug] Native backtrace:
[debug] #0 777377a2 in ?? () from C:\Windows\SYSTEM32\ntdll.dll
[debug] #1 00493990 in ?? () from samp-server.exe
[debug] #2 0040531e in ?? () from samp-server.exe
Can you help me?


Re: Server close - ThePhenix - 28.08.2014

From what I see, it means that you don't have a specific folder in your scriptfiles folder and that's why it's crashing.
Read this for more information: https://sampwiki.blast.hk/wiki/Fwrite


Re: Server close - Micael_Nees - 28.08.2014

My scriptfiles is complete, another try?