Skip to main content

Streaming::requestModel

Request a model to be loaded into memory

Looking it the disassembly, it seems like it actually returns the model if it's already loaded.

Syntax

```js mp.game.streaming.requestModel(modelHash); ```

Required Arguments

  • model: Model hash

Return value

  • Undefined

Example

```js mp.game.streaming.requestModel(mp.game.joaat('a_f_y_juggalo_01')); ```

See also