Difference between revisions of "0299"

From GTAMods Wiki
Jump to navigation Jump to search
m
Line 1: Line 1:
 
{{Icon|3}} {{Icon|SA}}
 
{{Icon|3}} {{Icon|SA}}
 
<hr />
 
<hr />
 +
<onlyinclude>{{#ifeq:{{{transcludesection|opcode}}}|opcode|
 
'''Description'''
 
'''Description'''
 
: Activates a [[garage]]
 
: Activates a [[garage]]
Line 14: Line 15:
  
 
This opcode activates a garage that is deactivated through opcode [[02B9]]. In GTA III for [[Garage#GTA3|garage type 11]], this opcode has an additional function of allowing the door of the garage to open.
 
This opcode activates a garage that is deactivated through opcode [[02B9]]. In GTA III for [[Garage#GTA3|garage type 11]], this opcode has an additional function of allowing the door of the garage to open.
 +
}}</onlyinclude>
  
 
== Keywords ==
 
== Keywords ==

Revision as of 14:02, 30 December 2011

GTA III San Andreas


Description

Activates a garage

Syntax

GTA III 0299: activate_garage [garage handle]
San Andreas 0299: activate_garage [string]
San Andreas Garage.Activate( [string] )

Parameter

[garage handle]
The handle of the garage, for GTA III
[string]
The name of the garage, for San Andreas

This opcode activates a garage that is deactivated through opcode 02B9. In GTA III for garage type 11, this opcode has an additional function of allowing the door of the garage to open.

Keywords

garage, activate, enable

External link