0.0.1 • Published 9 months ago

@infernus/fcnpc v0.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
9 months ago

@infernus/fcnpc

npm npm npm bundle size

A wrapper of the popular SA-MP FCNPC plugin for samp-node.

⚠ Not applicable to open.mp NPC Component. If you are interested in using it, it may work with legacy sa-mp server.

Getting started

pnpm add @infernus/core @infernus/fcnpc

Example

import { FCNPC, FCNPCEvent } from "@infernus/fcnpc";

FCNPCEvent.onInit(({ next }) => {
  const fcnpc = new FCNPC("npc_name").create();
  fcnpc.spawn(0, 1697.7418, -1600.1525, 13.5469);
  return next();
});
0.0.1

9 months ago