<br />
<p align="center">
    <a href="https://github.com/dev2alert/node-samp">
        <img src="https://raw.githubusercontent.com/dev2alert/node-samp/main/big-logo.png" width="250px" />
    </a>
</p>
<p align="center">
    Runtime environment Node.js in SA-MP.
</p>
<p align="center">
    <a href="https://www.npmjs.com/package/@sa-mp/streamer"><img src="https://img.shields.io/npm/v/@sa-mp/streamer" /></a>
    <a href="https://www.npmjs.com/package/@sa-mp/streamer"><img src="https://img.shields.io/npm/dm/@sa-mp/streamer" /></a>
    <a href="https://github.com/samp-incognito/samp-streamer-plugin"><img src="https://img.shields.io/static/v1?label=plugin&message=2.9.5&color=yellowgreen" /></a>
    <a href="https://github.com/dev2alert/node-samp-streamer/blob/main/LICENSE"><img src="https://img.shields.io/github/license/dev2alert/node-samp-streamer" /></a>
</p>

## Description
<p>
    <a href="https://github.com/samp-incognito/samp-streamer-plugin">Streamer</a> for <a href="https://github.com/dev2alert/node-samp">NodeSamp</a>.
</p>

## Installation
<p>Install package:</p>

```
npm i @sa-mp/streamer
```

<p>Add to list of plugins in config file <code>samp-conf.[json|json5|yml|yaml]</code>:</p>

```json5
{
    // <...>
    plugins: [
        // <...>
        "@sa-mp/streamer"
    ]
}
```

## Examples
<ul>
    <li><a href="https://github.com/dev2alert/node-samp-streamer/blob/main/examples/1-settings.ts">Settings</a></li>
    <li><a href="https://github.com/dev2alert/node-samp-streamer/blob/main/examples/2-objects.ts">Objects</a></li>
    <li><a href="https://github.com/dev2alert/node-samp-streamer/blob/main/examples/3-pickups.ts">Pickups</a></li>
    <li><a href="https://github.com/dev2alert/node-samp-streamer/blob/main/examples/4-checkpoints.ts">Checkpoints</a></li>
    <li><a href="https://github.com/dev2alert/node-samp-streamer/blob/main/examples/5-race-checkpoints.ts">Race Checkpoints</a></li>
    <li><a href="https://github.com/dev2alert/node-samp-streamer/blob/main/examples/6-map-icons.ts">Map Icons</a></li>
    <li><a href="https://github.com/dev2alert/node-samp-streamer/blob/main/examples/7-3d-text-labels.ts">3D Text Labels</a></li>
    <li><a href="https://github.com/dev2alert/node-samp-streamer/blob/main/examples/8-areas.ts">Areas</a></li>
    <li><a href="https://github.com/dev2alert/node-samp-streamer/blob/main/examples/9-actors.ts">Actors</a></li>
    <li><a href="https://github.com/dev2alert/node-samp-streamer/blob/main/examples/10-gamemode-context.ts">Game Mode Context</a></li>
    <li><a href="https://github.com/dev2alert/node-samp-streamer/blob/main/examples/11-player-context.ts">Player Context</a></li>
</ul>

## License
<p>
    <a href="https://github.com/dev2alert/node-samp-streamer/blob/main/LICENSE">MIT</a>
</p>