0518

From GTAMods Wiki
Revision as of 00:47, 20 November 2016 by Link2012 (talk | contribs)
Jump to navigation Jump to search
0518 pickup in Vice City

Vice City San Andreas CREATE_FORSALE_PROPERTY_PICKUP


Description
Creates a forsale property pickup
Syntax
0518: [var] = create_available_asset_pickup '[string]' at [flt1] [flt2] [flt3] price [int]
Parameter
[string]
GXT key
[flt1]
X-coordinate
[flt2]
Y-coordinate
[flt3]
Z-coordinate (or ≤-100.0 for ground z + 0.5 units)
[int]
Price of property
[var]
Variable to store the handle of the pickup

This opcode creates a type 18 forsale property pickup. It uses the property_fsale DFF model. Walking over the pickup displays a help message using the set GXT key. You can interact with it by pressing the Action button. If you have enough money and the mission flag is not set, money is subtracted from you and the pickup is picked up. If you do not have enough money, a help message with GXT key PROP_1 ("You don't have enough cash for this property") is displayed. If the mission flag is set, a help message with GXT key PROP_2 ("You cannot buy property whilst on a mission") is displayed.

Keywords

create, for, sale, forsale, property, available, asset, pickup