0542

From GTAMods Wiki
Revision as of 04:58, 9 January 2015 by Spaceeinstein (talk | contribs) (page updates + named values)
Jump to navigation Jump to search

Vice City SET_PROPERTY_AS_OWNED


Description

Adds a property to the property owned stat

Syntax

0542: add_property [int] to_property_own_stats

Parameter

[int]
Integer value

This opcode adds a property to the "Property Owned" stat (GXT string PROPOWN). The number of property is incremented by one and the name is added to the list of properties. Values higher than the ones in the game can be used but only the number of properties will be incremented; the property name will not show up.

Value Enum GXT Property
0 PROP_MALIBU STPR_1 The Malibu
1 PROP_PRINTWORKS STPR_2 Print Works
2 PROP_FILMSTUDIO STPR_3 Film Studio
3 PROP_ICECREAM STPR_4 Ice Cream Factory
4 PROP_CARSHOWROOM STPR_5 Car Showroom
5 PROP_TAXICO STPR_6 Taxi Company
6 PROP_BOATYARD STPR_7 Boatyard
7 PROP_STRIPCLUB STPR_8 Pole Position Club
8 PROP_VICEPOINT STPR_9 3321 Vice Point
9 PROP_LINKSVIEW STPR_10 Links View Apartment
10 PROP_EL_SWANKO STPR_11 El Swanko Casa
11 PROP_WASHINGTON_STREET STPR_12 1102 Washington Street
12 PROP_OCEANHEIGHTS STPR_13 Ocean Heights Apartment
13 PROP_SKUMOLESHACK STPR_14 Skumole Shack
14 PROP_HYMAN_CONDO STPR_15 Hyman Condo

Keywords

add, increment, property, properties, owned, stat, statistics