UNPKG

samp-node-lib

Version:

NodeJS library for Scripting San Andreas Multiplayer:SAMP depends on samp-node plugin

8 lines (7 loc) 301 B
import { SampPlayer } from "./SampPlayer"; export declare class SampPlayers { static ids: Record<string, SampPlayer>; static getNewClass<P>(playerid: number): SampPlayer<P>; static getClass<P>(playerid: number): SampPlayer<P>; static removeClass<P>(playerid: number): SampPlayer<P>; }