SA-MP Forums Archive
server crash vip gate - 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 crash vip gate (/showthread.php?tid=508980)



server crash vip gate - DamonD - 24.04.2014

delete


Re: server crash vip gate - Konstantinos - 24.04.2014

Load crashdetect plugin.


Re: server crash vip gate - DamonD - 24.04.2014

[17:14:51] *** SetDynamicObjectPos: Expecting 4 parameter(s), but found 7
[17:14:51] [debug] Server crashed while executing 4-24-14_beta_6.amx
[17:14:51] [debug] AMX backtrace:
[17:14:51] [debug] #0 native SetTimerEx () [00472080] from samp-server.exe
[17:14:51] [debug] #1 001c195c in public cmd_vipgate (0x00000000, 0x029d3df from 4-24-14_beta_6.amx
[17:14:51] [debug] #2 native CallLocalFunction () [00472ad0] from samp-server.exe
[17:14:51] [debug] #3 0000bb20 in public OnPlayerCommandText (0x00000000, 0x029d3dd4) from 4-24-14_beta_6.amx
[17:14:51] [debug] Native backtrace:
[17:14:51] [debug] #0 0047eea2 in ?? () from samp-server.exe
[17:14:51] [debug] #1 00472139 in ?? () from samp-server.exe
[17:14:51] [debug] #2 004010b6 in ?? () from samp-server.exe
[17:14:51] [debug] #3 6dad49ca in ?? () from plugins\crashdetect.DLL
[17:14:51] [debug] #4 6dad681f in ?? () from plugins\crashdetect.DLL
[17:14:51] [debug] #5 6dac9b84 in ?? () from plugins\crashdetect.DLL
[17:14:51] [debug] #6 6dad4a1a in ?? () from plugins\crashdetect.DLL
[17:14:51] [debug] #7 00472dde in ?? () from samp-server.exe
[17:14:51] [debug] #8 004010b6 in ?? () from samp-server.exe
[17:14:51] [debug] #9 6dad49ca in ?? () from plugins\crashdetect.DLL
[17:14:51] [debug] #10 6dad681f in ?? () from plugins\crashdetect.DLL
[17:14:51] [debug] #11 6dac9b84 in ?? () from plugins\crashdetect.DLL
[17:14:51] [debug] #12 6dad4a1a in ?? () from plugins\crashdetect.DLL
[17:14:51] [debug] #13 0046cfd0 in ?? () from samp-server.exe
[17:14:51] [debug] #14 00452970 in ?? () from samp-server.exe
[17:14:51] [debug] #15 6dad4a1a in ?? () from plugins\crashdetect.DLL
[17:14:51] [debug] #16 0046db90 in ?? () from samp-server.exe
[17:14:51] [debug] #17 00499cd9 in ?? () from samp-server.exe
[17:14:51] [debug] #18 0045b39a in ?? () from samp-server.exe
[17:14:51] [debug] #19 7572149d in ?? () from C:\Windows\syswow64\KERNELBASE.dll
[17:14:51] [debug] #20 757214d0 in ?? () from C:\Windows\syswow64\KERNELBASE.dll


Re: server crash vip gate - DamonD - 24.04.2014

what this mean ?


Re: server crash vip gate - Konstantinos - 24.04.2014

pawn Код:
SetTimerEx("CloseVIPGate", 9000, false, "i");
1 parameter ("i" - integer) but none argument.

And also you use in the callback no parameters. So change to:
pawn Код:
SetTimerEx("CloseVIPGate", 9000, false);



Re: server crash vip gate - Mattakil - 25.04.2014

Use this for gates. PM me if you need help

https://sampforum.blast.hk/showthread.php?tid=497223