alt.Player.local.model
Get the player's model based on string or number.
Syntax
readonly model: number;
Real World Example
const currentModel = 'mp_f_freemode_01';
const localPlayerModel = alt.Player.local.model;
// Need a better example of comparing. Need to check if it's a number or not.
alt.Player.local can also be a player instance from server