Streaming::requestModel2

From RAGE Multiplayer Wiki
Revision as of 21:32, 6 May 2017 by Marty uploader (talk | contribs) (yay)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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

Template:Streaming s function c