Difference between revisions of "093A"

From GTAMods Wiki
Jump to navigation Jump to search
Line 1: Line 1:
 
{{OpCode
 
{{OpCode
| ini        = 093A=2, %1g%  %2h%
+
| games      = {{Icon|SA}}
| description = Sets a respray garage owned by a girlfriend. 
+
| command    = SET_GARAGE_RESPRAY_FREE
| p1          = Garage name (Short String)
+
| description = Sets the [[garage]] to respray for free
| p2          = Boolean (0/1)
+
| syntax1    = 093A: set_paynspray '[''string'']' type_to_girlfriend [''int'']
| game        = [[San Andreas]]
+
| p1t        = [''string'']
 +
| p1d        = The [[Garage#San Andreas 2|name of the garage]]
 +
| p2t        = [''int'']
 +
| p2d        = 0 = not free (default), 1 = free
 
}}
 
}}
  
This opcode sets a respray garage owned by a girlfriend.
+
This opcode sets the spray garage to respray for free. It is used for Michelle's girlfriend perk.
  
==Sanny Builder Example==
+
== Keywords ==
 
+
respray, spray, garage, set, girlfriend, free
<source lang="scm">093A: set_paynspray 'MICHDR' type_to_girlfriend 1</source>
 
 
 
==Keywords==
 
respray garage, set, girlfriend
 

Revision as of 19:18, 19 June 2016

San Andreas SET_GARAGE_RESPRAY_FREE


Description
Sets the garage to respray for free
Syntax
093A: set_paynspray '[string]' type_to_girlfriend [int]
Parameter
[string]
The name of the garage
[int]
0 = not free (default), 1 = free

This opcode sets the spray garage to respray for free. It is used for Michelle's girlfriend perk.

Keywords

respray, spray, garage, set, girlfriend, free