@infernus/mapfix
v0.0.1
Published
A wrapper of the popular MapFix include for samp-node.
Readme
@infernus/mapfix
A wrapper of the popular MapFix include for samp-node.
Getting started
pnpm add @infernus/core @infernus/mapfixExample
// default all places
import "@infernus/mapfix";
// or you can disable a place
import { toggleMapFixPlace } from "@infernus/mapfix";
toggleMapFixPlace(1, false);