Difference between revisions of "REQUEST MODEL"

From GTAMods Wiki
Jump to navigation Jump to search
m
m
 
(2 intermediate revisions by one other user not shown)
Line 1: Line 1:
 
{{Native
 
{{Native
|np=1
 
 
|np=1
 
|np=1
 
|p1t=integer
 
|p1t=integer
Line 8: Line 7:
  
 
Loads a model specified by the [[List of models hashes|model hash]].
 
Loads a model specified by the [[List of models hashes|model hash]].
 +
 +
Code example:
 +
REQUEST_MODEL( 1667998832 );

Latest revision as of 00:19, 12 June 2017

REQUEST_MODEL
Number of parameters: 1
Parameter #TypeDescription
1.integerModel Hash
Return value:
TypeDescription
None

Loads a model specified by the model hash.

Code example:

REQUEST_MODEL( 1667998832 );