0107

From GTAMods Wiki
Revision as of 01:45, 23 July 2015 by Spaceeinstein (talk | contribs) (Created page with "thumb|300px|The left bus sign was created using 0107 while the right was created using 029B, both at ground z. {{Icon|trilogy}} '''CREATE_OBJECT''' <hr...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
The left bus sign was created using 0107 while the right was created using 029B, both at ground z.

GTA III Vice City San Andreas CREATE_OBJECT


Description

Creates an object at a point

Syntax

0107: [var] = create_object [int] at [flt1] [flt2] [flt3]

Parameter

[var]
Variable to store the handle of the object
[int]
Model ID number as defined in the IDE file; also acceptable is model's DFF name with a hash character
[flt1]
X-coordinate
[flt2]
Y-coordinate
[flt3]
Z-coordinate (or -100.0 for ground z)

This opcode creates an object at a point. The z-coordinate uses the bottom rather than the center of the object's bounding box. Use opcode 029B to create an object without this offset. It is not required to use opcode 0247 to load the model.

Keywords

create, spawn, object, model