Difference between revisions of "0219"

From GTAMods Wiki
Jump to navigation Jump to search
(Created page with "{{Icon|3}} {{Icon|VC}} '''SET_GARAGE''' <hr /> '''Description''' : Creates a garage at the specified coordinates '''Syntax''' : 0219: [''var''] = create_garage [''int''] from...")
 
 
Line 33: Line 33:
 
* [[GRGE]] &ndash; creating garage between coordinates in GTA: San Andreas.
 
* [[GRGE]] &ndash; creating garage between coordinates in GTA: San Andreas.
  
[[Category:OpCodes]][[Category:Math OpCodes]]
+
[[Category:OpCodes]]

Latest revision as of 21:07, 5 June 2024

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.