Difference between revisions of "0316"

From GTAMods Wiki
Jump to navigation Jump to search
(Created page with "thumb|0316 affecting the stat {{Icon|3}} {{Icon|VC}} '''REGISTER_<wbr>MONEY_<wbr>MADE_<wbr>TAXI''' <hr /> '''Description''' : Adds to the cash made in taxi s...")
 
m
 
Line 1: Line 1:
 
[[File:0316.png|thumb|0316 affecting the stat]]
 
[[File:0316.png|thumb|0316 affecting the stat]]
{{Icon|3}} {{Icon|VC}} '''REGISTER_<wbr>MONEY_<wbr>MADE_<wbr>TAXI'''
+
{{OpCode
<hr />
+
| games      = {{Icon|3}} {{Icon|VC}}
'''Description'''
+
| command    = REGISTER_<wbr>MONEY_<wbr>MADE_<wbr>TAXI
: Adds to the cash made in taxi stat
+
| description = Adds to the cash made in taxi stat
'''Syntax'''
+
| syntax1    = 0316: save_taxi_earnings_from [''int'']
: 0316: save_taxi_earnings_from [''int'']
+
| p1t        = [''int'']
'''Parameter'''
+
| p1d        = Integer value
: [''int'']
+
}}
:: Integer value
 
  
This opcode adds to the "Cash made in taxi" stat ([[GXT]] string <code>MONTAX</code>). The stat will initially start with a value of 0 and is displayed in the menu as $0.00. The parameter can be any integer value, including negative ones. 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 adds to the "Cash made in taxi" stat ([[GXT]] key <code>MONTAX</code>). The stat initially starts with a value of 0 and its value appears in the stats menu formatted as $0.00. The parameter can be any integer value, including negative ones. 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, money, cash, statistics, stat
 
register, save, taxi, money, cash, statistics, stat
 
[[Category:OpCodes]]
 

Latest revision as of 23:53, 27 November 2016

0316 affecting the stat

GTA III Vice City REGISTER_MONEY_MADE_TAXI


Description
Adds to the cash made in taxi stat
Syntax
0316: save_taxi_earnings_from [int]
Parameter
[int]
Integer value

This opcode adds to the "Cash made in taxi" stat (GXT key MONTAX). The stat initially starts with a value of 0 and its value appears in the stats menu formatted as $0.00. The parameter can be any integer value, including negative ones. 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, money, cash, statistics, stat