Difference between revisions of "095A"

From GTAMods Wiki
Jump to navigation Jump to search
 
Line 4: Line 4:
 
| description = Creates an oyster [[pickup]]
 
| description = Creates an oyster [[pickup]]
 
| syntax1    = 095A: [''var''] = create_oyster_at [''flt1''] [''flt2''] [''flt3'']
 
| syntax1    = 095A: [''var''] = create_oyster_at [''flt1''] [''flt2''] [''flt3'']
| p1t        = [''var'']
+
| p1t        = [''flt1'']
| p1d        = Variable to store the handle of the pickup
+
| p1d        = X-coordinate
| p2t        = [''flt1'']
+
| p2t        = [''flt2'']
| p2d        = X-coordinate
+
| p2d        = Y-coordinate
| p3t        = [''flt2'']
+
| p3t        = [''flt3'']
| p3d        = Y-coordinate
+
| p3d        = Z-coordinate
| p4t        = [''flt3'']
+
| p4t        = [''var'']
| p4d        = Z-coordinate
+
| p4d        = Variable to store the handle of the pickup
 
}}
 
}}
  

Latest revision as of 00:54, 20 November 2016

San Andreas CREATE_OYSTER_PICKUP


Description
Creates an oyster pickup
Syntax
095A: [var] = create_oyster_at [flt1] [flt2] [flt3]
Parameter
[flt1]
X-coordinate
[flt2]
Y-coordinate
[flt3]
Z-coordinate
[var]
Variable to store the handle of the pickup

This opcode creates an oyster pickup.

Keywords

create, oyster, pickup