Difference between revisions of "058D"
Jump to navigation
Jump to search
(Created page with "{{Icon|VC}} '''SET_SHORTCUT_PICKUP_POINT''' <hr /> '''Description''' : Sets a restart mission taxi starting location '''Syntax''' : 058D: set_restart_mission_taxi_start [''flt...") |
|||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
− | {{Icon|VC}} | + | {{OpCode |
− | + | | games = {{Icon|VC}} | |
− | + | | command = SET_SHORTCUT_PICKUP_POINT | |
− | + | | description = Sets the taxi shortcut pick-up point for mission | |
− | + | | syntax1 = 058D: set_restart_mission_taxi_start [''flt1''] [''flt2''] [''flt3''] angle [''flt4''] | |
− | + | | p1t = [''flt1''] | |
− | + | | p1d = X-coordinate | |
− | + | | p2t = [''flt2''] | |
− | + | | p2d = Y-coordinate | |
− | + | | p3t = [''flt3''] | |
− | + | | p3d = Z-coordinate | |
− | + | | p4t = [''flt4''] | |
− | + | | p4d = [[Heading]] in degrees | |
− | + | }} | |
− | |||
− | This opcode sets the | + | 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 [[Main.scm|original script]] uses eight, one in front of each hospital and police station. The point set with this opcode is saved in [[Saves (GTA VC)#Block 3: Game Logic|block 3 of the save file]]. |
== Keywords == | == Keywords == | ||
− | set, restart, taxi, cab, mission, shortcut, pickup | + | set, restart, taxi, cab, mission, shortcut, pickup, pick, up, point, mission |
== See also == | == See also == | ||
+ | * {{Icon|VC}} [[0556]], sets up a taxi shortcut anytime | ||
+ | * {{Icon|VC}} [[058E]], sets up a taxi shortcut drop-off point for mission | ||
+ | |||
+ | == External link == | ||
* {{GTAG|14577|Restart Taxi mod}}, by {{U|spaceeinstein}} | * {{GTAG|14577|Restart Taxi mod}}, by {{U|spaceeinstein}} | ||
− | |||
− |
Latest revision as of 05:26, 4 June 2016
- 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
External link
- GTAGarage: Restart Taxi mod, by spaceeinstein