Difference between revisions of "035B"

From GTAMods Wiki
Jump to navigation Jump to search
(Created page with "{{Icon|3}} '''CREATE_FLOATING_PACKAGE''' <hr /> '''Description''' : Creates a floating package '''Syntax''' : 035B: [''var''] = create_drop_off_package [''flt1''] [''flt2''] [...")
 
Line 1: Line 1:
 +
[[File:035B.jpg|thumb|A Drop In The Ocean mission. A package is floating on water]]
 
{{Icon|3}} '''CREATE_FLOATING_PACKAGE'''
 
{{Icon|3}} '''CREATE_FLOATING_PACKAGE'''
 
<hr />
 
<hr />

Revision as of 23:46, 7 February 2015

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

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

This opcode creates a new floating pickup at the given coordinates. The pickup has the following hardcoded properties: its model name is floatpackge1 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