Difference between revisions of "035B"

From GTAMods Wiki
Jump to navigation Jump to search
m
Line 7: Line 7:
 
: 035B: [''var''] = create_drop_off_package [''flt1''] [''flt2''] [''flt3'']
 
: 035B: [''var''] = create_drop_off_package [''flt1''] [''flt2''] [''flt3'']
 
'''Parameter'''
 
'''Parameter'''
: [''var'']
 
:: variable to store a pickup handle
 
 
: [''flt1'']
 
: [''flt1'']
 
:: X-coordinate
 
:: X-coordinate
Line 15: Line 13:
 
: [''flt3'']
 
: [''flt3'']
 
:: Z-coordinate
 
:: Z-coordinate
 +
: [''var'']
 +
:: variable to store a pickup handle
  
 
This opcode creates a new floating [[pickup]] at the given coordinates. The pickup has the following [[hardcoded]] properties: its model is <code>floatpackge1.dff</code> and its [[0213#Pickup types|type]] equals to 12. This opcode is only used during the 'A Drop In The Ocean' mission in GTA III.
 
This opcode creates a new floating [[pickup]] at the given coordinates. The pickup has the following [[hardcoded]] properties: its model is <code>floatpackge1.dff</code> and its [[0213#Pickup types|type]] equals to 12. This opcode is only used during the 'A Drop In The Ocean' mission in GTA III.

Revision as of 00:31, 20 November 2016

A Drop In The Ocean mission. A package is floating on water

GTA III CREATE_FLOATING_PACKAGE


Description

Creates a floating package

Syntax

035B: [var] = create_drop_off_package [flt1] [flt2] [flt3]

Parameter

[flt1]
X-coordinate
[flt2]
Y-coordinate
[flt3]
Z-coordinate
[var]
variable to store a pickup handle

This opcode creates a new floating pickup at the given coordinates. The pickup has the following hardcoded properties: its model is floatpackge1.dff and its type equals to 12. This opcode is only used during the 'A Drop In The Ocean' mission in GTA III.

Keywords

pickup, drop-off, floating, package