Difference between revisions of "0534"

From GTAMods Wiki
Jump to navigation Jump to search
(Created page with "{{Icon|VC}} '''ADD_PIZZAS_DELIVERED''' <hr /> '''Description''' : Adds to the pizzas delivered stat '''Syntax''' : 0534: increment_pizzas_delivered_by [''int''] '''Parameter''...")
 
m
Line 1: Line 1:
{{Icon|VC}} '''ADD_PIZZAS_DELIVERED'''
+
{{OpCode
<hr />
+
| games      = {{Icon|VC}}
'''Description'''
+
| command    = ADD_PIZZAS_DELIVERED
: Adds to the pizzas delivered stat
+
| description = Adds to the pizzas delivered [[List of statistics (VC)|stat]]
'''Syntax'''
+
| syntax1    = 0534: increment_pizzas_delivered_by [''int'']
: 0534: increment_pizzas_delivered_by [''int'']
+
| p1t        = [''int'']
'''Parameter'''
+
| p1d        = Integer value
: [''int'']
+
}}
:: Integer value
 
  
This opcode adds to the "Pizza's Delivered" stat ([[GXT]] string <code>ST_PIZZ</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 "Pizza's Delivered" stat ([[GXT]] key <code>ST_PIZZ</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, pizza, pizzas, deliver, delivered, statistics, stat
 
register, save, pizza, pizzas, deliver, delivered, statistics, stat
 
[[Category:OpCodes]]
 

Revision as of 17:47, 30 July 2016

Vice City ADD_PIZZAS_DELIVERED


Description
Adds to the pizzas delivered stat
Syntax
0534: increment_pizzas_delivered_by [int]
Parameter
[int]
Integer value

This opcode adds to the "Pizza's Delivered" stat (GXT key ST_PIZZ). 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, pizza, pizzas, deliver, delivered, statistics, stat