https://github.com/the2alert/node-samp-streamer
Streamer for NodeSamp
https://github.com/the2alert/node-samp-streamer
nodejs nodesamp plugin sa-mp
Last synced: 2 months ago
JSON representation
Streamer for NodeSamp
- Host: GitHub
- URL: https://github.com/the2alert/node-samp-streamer
- Owner: The2Alert
- License: mit
- Created: 2022-02-12T17:48:17.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-02-19T09:22:56.000Z (over 4 years ago)
- Last Synced: 2025-09-04T00:41:03.529Z (10 months ago)
- Topics: nodejs, nodesamp, plugin, sa-mp
- Language: TypeScript
- Homepage:
- Size: 42 KB
- Stars: 2
- 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/streamer
```
Add to list of plugins in config file samp-conf.[json|json5|yml|yaml]:
```json5
{
// <...>
plugins: [
// <...>
"@sa-mp/streamer"
]
}
```
## Examples
- Settings
- Objects
- Pickups
- Checkpoints
- Race Checkpoints
- Map Icons
- 3D Text Labels
- Areas
- Actors
- Game Mode Context
- Player Context
## License