Difference between revisions of "REQUEST MODEL"

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