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

Streaming::requestModel2

Материал из RAGE MP Wiki Archive
Версия от 03:35, 27 мая 2024; imported>Shr0x (See also)
(разн.) ← Предыдущая версия | Текущая версия (разн.) | Следующая версия → (разн.)

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