06.08.2016, 19:21
It still fails to report accurately what causes the crash. After searching for a while I found an interesting "issue" in github (for crashdetect): https://github.com/Zeex/samp-plugin-...tect/issues/32
The reason was valstr which is a known issue that crashes when it is a very high number. In case you use it anywhere in the script, either replace with format or use a fix for it: https://github.com/Open-GTO/sa-mp-fi...ixes.inc#L7418
Another interesting thing is that if a script has many many lines, crashdetect fails to report and there was a special version for such cases: https://github.com/Zeex/samp-plugin-...ag/v4.13.1-lse
The reason was valstr which is a known issue that crashes when it is a very high number. In case you use it anywhere in the script, either replace with format or use a fix for it: https://github.com/Open-GTO/sa-mp-fi...ixes.inc#L7418
Another interesting thing is that if a script has many many lines, crashdetect fails to report and there was a special version for such cases: https://github.com/Zeex/samp-plugin-...ag/v4.13.1-lse