https://github.com/the2alert/node-samp-fcnpc
FCNPC for NodeSamp
https://github.com/the2alert/node-samp-fcnpc
nodejs nodesamp plugin sa-mp
Last synced: 2 months ago
JSON representation
FCNPC for NodeSamp
- Host: GitHub
- URL: https://github.com/the2alert/node-samp-fcnpc
- Owner: The2Alert
- License: mit
- Created: 2022-02-26T16:22:37.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-03-04T13:33:09.000Z (over 4 years ago)
- Last Synced: 2025-10-02T23:30:11.137Z (9 months ago)
- Topics: nodejs, nodesamp, plugin, sa-mp
- Language: TypeScript
- Homepage:
- Size: 15.6 KB
- Stars: 0
- 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
## Installation
Install package:
```
npm i @sa-mp/fcnpc
```
Add to list of plugins in config file samp-conf.[json|json5|yml|yaml]:
```json5
{
// <...>
plugins: [
// <...>
"@sa-mp/fcnpc"
]
}
```
## Examples
## License