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

@infernus/mapandreas

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@infernus/mapandreas

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

latest
Source
npmnpm
Version
0.3.2
Version published
Weekly downloads
12
50%
Maintainers
1
Weekly downloads
 
Created
Source

@infernus/mapandreas

npm npm npm bundle size

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

Getting started

pnpm add @infernus/core @infernus/mapandreas

Example

import { GameMode } from "@infernus/core";
import { MapAndreas, MapAndreasMode } from "@infernus/mapandreas";

GameMode.onInit(({ next }) => {
  MapAndreas.init(MapAndreasMode.Full, "scriptfiles/SAFull.hmap");

  let pos = MapAndreas.findAverageZ(20.001, 25.006);

  if (pos) {
    // Found position - position saved in 'pos'
  }
  return next();
});

Keywords

samp

FAQs

Package last updated on 28 Jan 2026

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