0247

From GTAMods Wiki
Jump to navigation Jump to search

GTA III Vice City San Andreas REQUEST_MODEL


Description
Requests the model
Syntax
0247: request_model [int]
Model.Load( [int] )
Parameter
[int]
Valid model index as defined in the IDE file; also acceptable is model's DFF name with a hash character
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

See 009A#Example, 00A5#Example, 010E#Example, 01B2#Example

Keywords

load, request, model