diff --git a/client/index.d.ts b/client/index.d.ts index bbe4b944..f089ee9a 100644 --- a/client/index.d.ts +++ b/client/index.d.ts @@ -3918,6 +3918,11 @@ declare module "alt-client" { */ public static getByScriptID(scriptID: number): Ped | null; + /** + * Gets the ped with the given remote id + */ + public static getByRemoteID(id: number): Ped | null; + public static readonly all: readonly Ped[]; public static readonly streamedIn: readonly Ped[];