Difference between revisions of "0543"

From GTAMods Wiki
Jump to navigation Jump to search
m
m
 
Line 1: Line 1:
{{Icon|VC}} '''ADD_BLOOD_RING_KILLS'''
+
{{OpCode
<hr />
+
| games      = {{Icon|VC}}
'''Description'''
+
| command    = ADD_BLOOD_RING_KILLS
: Adds to the number of Bloodring kills stat
+
| description = Adds to the number of Bloodring kills [[List of statistics (VC)|stat]]
'''Syntax'''
+
| syntax1    = 0543: add_to_bloodring_kills_stat [''int'']
: 0543: add_to_bloodring_kills_stat [''int'']
+
| p1t        = [''int'']
'''Parameter'''
+
| p1d        = Integer value
: [''int'']
+
}}
:: Integer value
 
  
This opcode adds to the "Number of bloodring kills" [[List of statistics (VC)|stat]] ([[GXT]] string <code>ST_BRK</code>). The stat will initially start with a value of 0 but it will not be displayed in the stats menu until the value is greater than 0. The parameter can be any integer value, including negative ones. The value set with this opcode is saved in [[Saves (GTA VC)#Block 19: Stats|block 19 of the save file]].
+
This opcode adds to the "Number of bloodring kills" stat ([[GXT]] key <code>ST_BRK</code>). The stat will initially start with a value of 0 but it is only displayed in the stats menu when the value is greater than it. The parameter can be any integer value, including negative ones. The value set with this opcode is saved in [[Saves (GTA VC)#Block 19: Stats|block 19 of the save file]].
  
 
== Keywords ==
 
== Keywords ==
 
register, save, bloodring, blood, ring, kills, stadium, event, statistics, stat
 
register, save, bloodring, blood, ring, kills, stadium, event, statistics, stat
 
[[Category:OpCodes]]
 

Latest revision as of 17:51, 30 July 2016

Vice City ADD_BLOOD_RING_KILLS


Description
Adds to the number of Bloodring kills stat
Syntax
0543: add_to_bloodring_kills_stat [int]
Parameter
[int]
Integer value

This opcode adds to the "Number of bloodring kills" stat (GXT key ST_BRK). The stat will initially start with a value of 0 but it is only displayed in the stats menu when the value is greater than it. The parameter can be any integer value, including negative ones. The value set with this opcode is saved in block 19 of the save file.

Keywords

register, save, bloodring, blood, ring, kills, stadium, event, statistics, stat