Skip to main content

Streaming::isModelValid

Returns whether the specified model exists in the game.

Syntax

```js mp.game.streaming.isModelValid(model); ```

Required Arguments

  • model: Model hash or name

Return value

  • Boolean

Example

```js // todo ```

See also