Difference between revisions of "0402"

From GTAMods Wiki
Jump to navigation Jump to search
(Created page with "{{Icon|3}} {{Icon|VC}} '''REGISTER_CRIMINAL_CAUGHT''' <hr /> '''Description''' : Increments the number of criminals killed on Vigilante mission stat '''Syntax''' : 0402: incre...")
 
m
 
Line 1: Line 1:
{{Icon|3}} {{Icon|VC}} '''REGISTER_CRIMINAL_CAUGHT'''
+
{{OpCode
<hr />
+
| games      = {{Icon|3}} {{Icon|VC}}
'''Description'''
+
| command    = REGISTER_CRIMINAL_CAUGHT
: Increments the number of criminals killed on Vigilante mission stat
+
| description = Increments the number of criminals killed on Vigilante mission stat
'''Syntax'''
+
| syntax1    = 0402: increment_criminals_stopped
: 0402: increment_criminals_stopped
+
| p1t        = ''none''
'''Parameter'''
+
}}
: [''none'']
 
  
This opcode increments by 1 to the "Criminals killed on Vigilante Mission" stat ([[GXT]] string <code>FEST_CC</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 "Criminals killed on Vigilante Mission" stat ([[GXT]] key <code>FEST_CC</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, criminal, killed, stopped, statistics, stat
 
register, save, criminal, killed, stopped, statistics, stat
 
[[Category:OpCodes]]
 

Latest revision as of 19:57, 10 November 2016

GTA III Vice City REGISTER_CRIMINAL_CAUGHT


Description
Increments the number of criminals killed on Vigilante mission stat
Syntax
0402: increment_criminals_stopped
Parameter
none

This opcode increments by 1 to the "Criminals killed on Vigilante Mission" stat (GXT key FEST_CC). 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, criminal, killed, stopped, statistics, stat