058D

From GTAMods Wiki
Jump to navigation Jump to search

Vice City SET_SHORTCUT_PICKUP_POINT


Description
Sets the taxi shortcut pickup point for mission
Syntax
058D: set_restart_mission_taxi_start [flt1] [flt2] [flt3] angle [flt4]
Parameter
[flt1]
X-coordinate
[flt2]
Y-coordinate
[flt3]
Z-coordinate
[flt4]
Heading

This opcode sets the taxi shortcut pickup point for mission. The drop off point and most of the behavior of the shortcut taxi is set using opcode 058E. The taxi requires a ground to spawn on, otherwise it would not spawn at all. A maximum number of 16 points can be set before the game disallows anymore points to be set. The original script uses eight, one in front of each hospital and police station. The point set with this opcode is saved in block 3 of the save file.

Keywords

set, restart, taxi, cab, mission, shortcut, pickup, point, mission

See also