Перейти к содержанию

Streaming::requestModel2

Материал из RAGE MP Wiki Archive

It appears that this native requests only ped models, more specifically the main characters (Michael, Franklin and Trevor). Unconfirmed!

Syntax

<syntaxhighlight lang="javascript">mp.game.streaming.requestModel2(model);</syntaxhighlight>

Required Arguments

  • model: Model hash or name

Return value

  • Undefined

Example

<syntaxhighlight lang="javascript"> // todo </syntaxhighlight>

See also