Difference between revisions of "0315"

From GTAMods Wiki
Jump to navigation Jump to search
(Created page with "{{Icon|3}} {{Icon|VC}} '''REGISTER_PASSENGER_DROPPED_OFF_TAXI''' <hr /> '''Description''' : Increments the number of passengers dropped off stat '''Syntax''' : 0315: increment...")
 
m
 
Line 1: Line 1:
{{Icon|3}} {{Icon|VC}} '''REGISTER_PASSENGER_DROPPED_OFF_TAXI'''
+
{{OpCode
<hr />
+
| games      = {{Icon|3}} {{Icon|VC}}
'''Description'''
+
| command    = REGISTER_PASSENGER_DROPPED_OFF_TAXI
: Increments the number of passengers dropped off stat
+
| description = Increments the number of passengers dropped off stat
'''Syntax'''
+
| syntax1    = 0315: increment_taxi_dropoffs
: 0315: increment_taxi_dropoffs
+
| p1t        = ''none''
'''Parameter'''
+
}}
: [''none'']
 
  
This opcode increments by 1 to the "Passengers dropped off" stat ([[GXT]] string <code>PASDRO</code>). The stat will initially start with a value of 0. The value set with this opcode is saved in [[Saves (GTA 3)#Block 17: Stats|block 17 of the save file]] in GTA III and [[Saves (GTA VC)#Block 19: Stats|block 19]] in Vice City.
+
This opcode increments by 1 to the "Passengers dropped off" stat ([[GXT]] key <code>PASDRO</code>). The stat will initially start with a value of 0. The value set with this opcode is saved in [[Saves (GTA 3)#Block 17: Stats|block 17 of the save file]] in GTA III and [[Saves (GTA VC)#Block 19: Stats|block 19]] in Vice City.
  
 
== Keywords ==
 
== Keywords ==
 
register, save, taxi, passenger, drop, off, dropoff, dropoffs, statistics, stat
 
register, save, taxi, passenger, drop, off, dropoff, dropoffs, statistics, stat
 
[[Category:OpCodes]]
 

Latest revision as of 20:00, 10 November 2016

GTA III Vice City REGISTER_PASSENGER_DROPPED_OFF_TAXI


Description
Increments the number of passengers dropped off stat
Syntax
0315: increment_taxi_dropoffs
Parameter
none

This opcode increments by 1 to the "Passengers dropped off" stat (GXT key PASDRO). The stat will initially start with a value of 0. The value set with this opcode is saved in block 17 of the save file in GTA III and block 19 in Vice City.

Keywords

register, save, taxi, passenger, drop, off, dropoff, dropoffs, statistics, stat