0.2.1 • Published 1 year ago

omp-wrapper-streamer v0.2.1

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year 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

1 year ago

0.2.0

1 year ago

0.1.6

2 years ago

0.1.0

2 years ago

0.1.2

2 years ago

0.0.3

2 years ago

0.0.9

2 years ago

0.0.8

2 years ago

0.1.4

2 years ago

0.1.3

2 years ago

0.0.7

2 years ago

0.1.5

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago