Vehicle damage crash - 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)
+---- Forum: Help Archive (
https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Vehicle damage crash (
/showthread.php?tid=267164)
Vehicle damage crash -
_[HuN]_Epsilon_ - 07.07.2011
I have a big problem. My server crashes when someone damages a car.
The server crashes instantly no client errors etc.
In the mod there isn't any function for vehicle health, vehicle damage (status) or vehicle params.
I tried out the crashdetect plugin it says this:
Код:
[15:26:32] The server has crashed due to an unexpected error in gamemodes\fgm.amx.
[15:26:32] Stack trace of gamemodes\fgm.amx (most recent call first):
Please help me, becouse I need to fix this problem as soon as possible.
Re: Vehicle damage crash -
Lorenc_ - 07.07.2011
Have you wrote anything that interfers with vehicles? (Inside the script of course)
If so please tell me what you've wrote, unusual crash, but "Stack trace of gamemodes\fgm.amx (most recent call first):" means you should check what most recent callback is called first, I think.
Re: Vehicle damage crash -
_[HuN]_Epsilon_ - 08.07.2011
The crash were caused by the crashdetect plugin.
I have removed the plugin, now it doesn't crash...
Thank you btw.