Difference between revisions of "02B9"

From GTAMods Wiki
Jump to navigation Jump to search
(Created page with '{{OpCode | ini = 02B9=1, %1d% | description = Deactivates a garage. | p1 = Garage name (Short String) | game = GTA 3, Vice City, San Andreas …')
 
(Related Opcodes)
Line 13: Line 13:
 
==Related Opcodes==
 
==Related Opcodes==
  
*[[0219]] - Creates a garage<br>
+
* [[0219]] - Creates a garage<br>
*[[021B]] - Sets the garage to accept a specific vehicle<br>
+
* [[021B]] - Sets the garage to accept a specific vehicle<br>
*[[021C]] - Checks if a vehicle is in the garage<br>
+
* [[021C]] - Checks if a vehicle is in the garage<br>
*[[0299]] - Activates a garage<br>
+
* [[0299]] - Activates a garage<br>
*[[02FA]] - Changes the type of garage<br>
+
* [[02FA]] - Changes the type of garage<br>
*[[0360]] - Opens a garage door, if there is one<br>
+
* [[0360]] - Opens a garage door, if there is one<br>
*[[0361]] - Closes a garage door, if there is one<br>
+
* [[0361]] - Closes a garage door, if there is one<br>
*[[03B0]] - Checks if a garage's door is opened<br>
+
* [[03B0]] - Checks if a garage's door is opened<br>
*[[03B1]] - Checks if a garage's door is closed<br>
+
* [[03B1]] - Checks if a garage's door is closed<br>
*[[03BB]] - Sets the garage door to swing open instead of sliding open<br>
+
* [[03BB]] - Sets the garage door to swing open instead of sliding open<br>
*[[03DA]] - Disables remote camera control of the player when in a garage<br>
+
* [[03DA]] - Disables remote camera control of the player when in a garage<br>
*[[057A]] - Sets the maximum amount of cars it can store<br>
+
* [[057A]] - Sets the maximum amount of cars it can store<br>
*[[0A14]] - Sets a paint shop type of garage to disable
+
* [[0A14]] - Sets a paint shop type of garage to disable
 
 
  
 
==See Also==
 
==See Also==

Revision as of 18:28, 12 December 2010

{{{games}}}


Description
Deactivates a garage.
Syntax
{{{syntax1}}}
Parameter

This opcode deactivates a garage.

Sanny Builder Example

02B9: deactivate_garage 'VECMOD'

Related Opcodes

  • 0219 - Creates a garage
  • 021B - Sets the garage to accept a specific vehicle
  • 021C - Checks if a vehicle is in the garage
  • 0299 - Activates a garage
  • 02FA - Changes the type of garage
  • 0360 - Opens a garage door, if there is one
  • 0361 - Closes a garage door, if there is one
  • 03B0 - Checks if a garage's door is opened
  • 03B1 - Checks if a garage's door is closed
  • 03BB - Sets the garage door to swing open instead of sliding open
  • 03DA - Disables remote camera control of the player when in a garage
  • 057A - Sets the maximum amount of cars it can store
  • 0A14 - Sets a paint shop type of garage to disable

See Also

Keywords

garage, deactivate