New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@infernus/fcnpc

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@infernus/fcnpc

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

latest
Source
npmnpm
Version
0.1.1
Version published
Weekly downloads
3
Maintainers
1
Weekly downloads
 
Created
Source

@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();
});

Keywords

samp

FAQs

Package last updated on 19 Dec 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts