0247
Revision as of 05:52, 7 July 2017 by Spaceeinstein (talk | contribs)
- Description
- Requests the model
- Syntax
- 0247: request_model [int]
- Model.Load( [int] )
- Parameter
- Native analog
- REQUEST_MODEL
This opcode requests the model to be loaded into the game. It is almost always required when using opcodes that spawns characters, vehicles, objects, or weapons. This is also used to speed up loading certain map objects that you want to load quickly. Opcode 0248 checks if the model has been loaded, opcode 038B loads all models without the need for 0248, and opcode 0249 marks the model as no longer needed.
Example
Keywords
load, request, model