An open API service indexing awesome lists of open source software.

https://github.com/the2alert/node-samp-crashdetect

CrashDetect for NodeSamp
https://github.com/the2alert/node-samp-crashdetect

nodejs nodesamp plugin sa-mp

Last synced: 2 months ago
JSON representation

CrashDetect for NodeSamp

Awesome Lists containing this project

README

          









Runtime environment Node.js in SA-MP.







## Description


CrashDetect for NodeSamp.

## Installation

Install package:

```
npm i @sa-mp/crashdetect
```

Add to list of plugins in config file samp-conf.[json|json5|yml|yaml]:

```json5
{
// <...>
plugins: [
// <...>
"@sa-mp/crashdetect"
]
}
```

## License


MIT