Runtime environment Node.js in SA-MP.
CrashDetect for NodeSamp.
Install package:
npm i @sa-mp/crashdetect
Add to list of plugins in config file samp-conf.[json|json5|yml|yaml]
:
{
// <...>
plugins: [
// <...>
"@sa-mp/crashdetect"
]
}