0.2.1 • Published 2 years ago

omp-wrapper-streamer v0.2.1

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

omp-wrapper-streamer

npm npm bundle size

A functional wrapper of the popular SA-MP streamer plugin (v2.9.6) for samp-node.

Getting started

pnpm add omp-wrapper-streamer

Example

import { CreateDynamicObject } from "omp-wrapper-streamer";

// In an event
const exampleObj = CreateDynamicObject(
  2587,
  2001.195679,
  1547.113892,
  14.2834,
  0.0,
  0.0,
  96.0
);
const { x, y, z } = GetDynamicObjectPos(exampleObj);
console.log(x, y, z);
0.2.1

2 years ago

0.2.0

2 years ago

0.1.6

3 years ago

0.1.0

3 years ago

0.1.2

3 years ago

0.0.3

3 years ago

0.0.9

3 years ago

0.0.8

3 years ago

0.1.4

3 years ago

0.1.3

3 years ago

0.0.7

3 years ago

0.1.5

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago