Difference between revisions of "0536"

From GTAMods Wiki
Jump to navigation Jump to search
(Created page with "{{Icon|VC}} '''ADD_ICE_CREAMS_SOLD''' <hr /> '''Description''' : Adds to the "ice cream" sold stat '''Syntax''' : 0536: increment_drug_deals_made_by [''int''] '''Parameter'''...")
 
m
 
Line 1: Line 1:
{{Icon|VC}} '''ADD_ICE_CREAMS_SOLD'''
+
{{OpCode
<hr />
+
| games      = {{Icon|VC}}
'''Description'''
+
| command    = ADD_ICE_CREAMS_SOLD
: Adds to the "ice cream" sold stat
+
| description = Adds to the "ice cream" sold [[List of statistics (VC)|stat]]
'''Syntax'''
+
| syntax1    = 0536: increment_drug_deals_made_by [''int'']
: 0536: increment_drug_deals_made_by [''int'']
+
| p1t        = [''int'']
'''Parameter'''
+
| p1d        = Integer value
: [''int'']
+
}}
:: Integer value
 
  
This opcode adds to the "'Ice Cream' Sold" stat ([[GXT]] string <code>ST_ICEC</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 "'Ice Cream' Sold" stat ([[GXT]] key <code>ST_ICEC</code>). The stat initially starts with a value of 0 and does not appear in the stats menu until its 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, ice, cream, drug, drugs, sold, deals, statistics, stat
 
register, save, ice, cream, drug, drugs, sold, deals, statistics, stat
 
[[Category:OpCodes]]
 

Latest revision as of 23:37, 27 November 2016

Vice City ADD_ICE_CREAMS_SOLD


Description
Adds to the "ice cream" sold stat
Syntax
0536: increment_drug_deals_made_by [int]
Parameter
[int]
Integer value

This opcode adds to the "'Ice Cream' Sold" stat (GXT key ST_ICEC). The stat initially starts with a value of 0 and does not appear in the stats menu until its 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, ice, cream, drug, drugs, sold, deals, statistics, stat