Difference between revisions of "0517"

From GTAMods Wiki
Jump to navigation Jump to search
(Created page with "thumb|0517 pickup in Vice City {{Icon|VC}} {{Icon|SA}} '''CREATE_<wbr>LOCKED_<wbr>PROPERTY_<wbr>PICKUP''' <hr /> '''Description''' : Creates a locked propert...")
 
m
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
[[File:0517.png|thumb|0517 pickup in Vice City]]
 
[[File:0517.png|thumb|0517 pickup in Vice City]]
{{Icon|VC}} {{Icon|SA}} '''CREATE_<wbr>LOCKED_<wbr>PROPERTY_<wbr>PICKUP'''
+
{{OpCode
<hr />
+
| games      = {{Icon|VC}} {{Icon|SA}}
'''Description'''
+
| command    = CREATE_<wbr>LOCKED_<wbr>PROPERTY_<wbr>PICKUP
: Creates a locked property [[pickup]]
+
| description = Creates a locked property [[pickup]]
'''Syntax'''
+
| syntax1    = 0517: [''var''] = create_unavailable_asset_pickup '[''string'']' at [''flt1''] [''flt2''] [''flt3'']
: 0517: [''var''] = create_unavailable_asset_pickup '[''string'']' at [''flt1''] [''flt2''] [''flt3'']
+
| p1t        = [''string'']
'''Parameter'''
+
| p1d        = [[GXT]] key
: [''var'']
+
| p2t        = [''flt1'']
:: Variable to store the handle of the pickup
+
| p2d        = X-coordinate
: [''string'']
+
| p3t        = [''flt2'']
:: [[GXT]] string
+
| p3d        = Y-coordinate
: [''flt1'']
+
| p4t        = [''flt3'']
:: X-coordinate
+
| p4d        = Z-coordinate (or &le;''-100.0'' for [[02CE|ground z]] + 0.5 units)
: [''flt2'']
+
| p5t        = [''var'']
:: Y-coordinate
+
| p5d        = Variable to store the handle of the pickup
: [''flt3'']
+
}}
:: Z-coordinate (or ''-100.0'' for [[02CE|ground z]] + 0.5 units)
 
  
This opcode creates a [[0213#Pickup types|type 17]] locked property pickup. It uses the <code>property_locked</code> [[DFF]] model. Unlike other pickups, pickups of this type do not disappear when the player character walks over them. Walking over the pickup displays a [[03E5|help message]] using the set GXT string.
+
This opcode creates a [[0213#Pickup types|type 17]] locked property pickup. It uses a model that [[MatchModelString|matches the name <code>property_locked</code>]]. Unlike other pickups, pickups of this type do not disappear when the player character walks over them. Walking over the pickup displays a [[Text#Help message|help message]] using the set GXT key.
  
 
== Keywords ==
 
== Keywords ==
 
create, locked, lock, property, unavailable, asset, pickup
 
create, locked, lock, property, unavailable, asset, pickup
 
[[Category:OpCodes]]
 

Latest revision as of 22:15, 2 December 2016

0517 pickup in Vice City

Vice City San Andreas CREATE_LOCKED_PROPERTY_PICKUP


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

This opcode creates a type 17 locked property pickup. It uses a model that matches the name property_locked. Unlike other pickups, pickups of this type do not disappear when the player character walks over them. Walking over the pickup displays a help message using the set GXT key.

Keywords

create, locked, lock, property, unavailable, asset, pickup