0219

From GTAMods Wiki
Revision as of 21:07, 5 June 2024 by BilinmeyenBey (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

GTA III Vice City SET_GARAGE


Description

Creates a garage at the specified coordinates

Syntax

0219: [var] = create_garage [int] from [flt1] [flt2] [flt3] [flt4] [flt5] [flt6]

Parameter

[var]
Handle of the garage
[int]
Type of garage
[flt1]
1st X-coordinate
[flt2]
1st Y-coordinate
[flt3]
1st Z-coordinate
[flt4]
2st X-coordinate
[flt5]
2st Y-coordinate
[flt6]
2st Z-coordinate


This opcode creates a rectangular garage within the specified coordinates. This opcode's function is transferred to IPL files in GTA: San Andreas.

Keywords

garage, create, coordinates

See also

  • GRGE – creating garage between coordinates in GTA: San Andreas.