Difference between revisions of "REQUEST MODEL"

From GTAMods Wiki
Jump to navigation Jump to search
Line 9: Line 9:
 
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 );

Revision as of 21:39, 18 July 2012

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 );