Difference between revisions of "0543"

From GTAMods Wiki
Jump to navigation Jump to search
(Created page with "{{Icon|VC}} '''ADD_BLOOD_RING_KILLS''' <hr /> '''Description''' : Adds to the number of Bloodring kills stat '''Syntax''' : 0543: add_to_bloodring_kills_stat [''int''] '''Para...")
 
m
Line 9: Line 9:
 
:: Integer value
 
:: Integer value
  
This opcode adds to the "Number of bloodring kills" 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" [[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]].
  
 
== Keywords ==
 
== Keywords ==
register, save, blooding, kills, stadium, event, statistics, stat
+
register, save, bloodring, blood, ring, kills, stadium, event, statistics, stat
  
 
[[Category:OpCodes]]
 
[[Category:OpCodes]]

Revision as of 05:36, 16 November 2015

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 string ST_BRK). 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 block 19 of the save file.

Keywords

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