Streaming::requestModel2

From RAGE Multiplayer Wiki
Revision as of 03:35, 27 May 2024 by Shr0x (talk | contribs) (→‎See also)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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

Syntax

mp.game.streaming.requestModel2(model);

Required Arguments

  • model: Model hash or name

Return value

  • Undefined

Example

// todo

See also