Skip to content
This repository has been archived by the owner on May 9, 2023. It is now read-only.

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

License

Notifications You must be signed in to change notification settings

dockfries/omp-wrapper-streamer

Repository files navigation

⚠️ DEPRECATED: please use @infernus/streamer instead.

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);

About

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

Topics

Resources

License

Stars

Watchers

Forks