server crash vip gate
#1

delete
Reply
#2

Load crashdetect plugin.
Reply
#3

[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
Reply
#4

what this mean ?
Reply
#5

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);
Reply
#6

Use this for gates. PM me if you need help

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


Forum Jump:


Users browsing this thread: 1 Guest(s)