058D

From GTAMods Wiki
Jump to navigation Jump to search

Vice City SET_SHORTCUT_PICKUP_POINT


Description
Sets the taxi shortcut pick-up 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 in degrees

This opcode sets the taxi shortcut pick-up point for mission. The drop-off point and most of the behavior of the taxi shortcut 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, pick, up, point, mission

See also

  • Vice City 0556, sets up a taxi shortcut anytime
  • Vice City 058E, sets up a taxi shortcut drop-off point for mission

External link