UNPKG

@communityox/ox_core

Version:

A modern FiveM framework.

5 lines (4 loc) 230 B
import { OxPlayer } from './class'; import './license'; export declare function OnPlayerLoaded(resource: string, cb: (player: OxPlayer) => void): void; export declare function OnPlayerLogout(cb: (player: OxPlayer) => void): void;