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
- Host: GitHub
- URL: https://github.com/the2alert/node-samp-crashdetect
- Owner: The2Alert
- License: mit
- Created: 2022-02-19T13:23:04.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-02-19T13:26:24.000Z (over 4 years ago)
- Last Synced: 2025-03-15T19:47:09.144Z (over 1 year ago)
- Topics: nodejs, nodesamp, plugin, sa-mp
- Language: TypeScript
- Homepage:
- Size: 3.91 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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