Difference between revisions of "0316"
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}} | + | {{OpCode |
− | + | | games = {{Icon|3}} {{Icon|VC}} | |
− | + | | command = REGISTER_<wbr>MONEY_<wbr>MADE_<wbr>TAXI | |
− | + | | description = Adds to the cash made in taxi stat | |
− | + | | syntax1 = 0316: save_taxi_earnings_from [''int''] | |
− | + | | p1t = [''int''] | |
− | + | | p1d = Integer value | |
− | + | }} | |
− | |||
− | This opcode adds to the "Cash made in taxi" stat ([[GXT]] | + | 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 | ||
− | |||
− |
Latest revision as of 23:53, 27 November 2016
- 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