Difference between revisions of "058D"

From GTAMods Wiki
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...")
 
Line 1: Line 1:
{{Icon|VC}} '''SET_SHORTCUT_PICKUP_POINT'''
+
{{OpCode
<hr />
+
| games      = {{Icon|VC}}
'''Description'''
+
| command    = SET_SHORTCUT_PICKUP_POINT
: Sets a restart mission taxi starting location
+
| description = Sets the taxi shortcut pickup point for mission
'''Syntax'''
+
| syntax1    = 058D: set_restart_mission_taxi_start [''flt1''] [''flt2''] [''flt3''] angle [''flt4'']
: 058D: set_restart_mission_taxi_start [''flt1''] [''flt2''] [''flt3''] angle [''flt4'']
+
| p1t        = [''flt1'']
'''Parameter'''
+
| p1d        = X-coordinate
: [''flt1'']
+
| p2t        = [''flt2'']
:: X-coordinate
+
| p2d        = Y-coordinate
: [''flt2'']
+
| p3t        = [''flt3'']
:: Y-coordinate
+
| p3d        = Z-coordinate
: [''flt3'']
+
| p4t        = [''flt4'']
:: Z-coordinate
+
| p4d        = [[Angle|Heading]]
: [''flt4'']
+
}}
:: [[Angle|Heading]]
 
  
This opcode sets the starting location of restart mission taxis. The destination and most of the behavior of the restart 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 [[Main.scm|original script]] used 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]].
+
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 [[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, point, mission
  
 
== See also ==
 
== See also ==
 
* {{GTAG|14577|Restart Taxi mod}}, by {{U|spaceeinstein}}
 
* {{GTAG|14577|Restart Taxi mod}}, by {{U|spaceeinstein}}
 
[[Category:OpCodes]]
 

Revision as of 19:15, 2 June 2016

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