Difference between revisions of "0533"

From GTAMods Wiki
Jump to navigation Jump to search
m (image)
(page updates)
Line 1: Line 1:
 
[[File:0533.png|thumb|0533 affecting the stat]]
 
[[File:0533.png|thumb|0533 affecting the stat]]
{{OpCode
+
{{Icon|VC}} '''ADD_NUMBER_OF_ASSASSINATIONS'''
| ini        = 0533=1,%1h%
+
<hr />
| description = Add assassination contract stat
+
'''Description'''
| p1          = Integer
+
: Add assassination contract stat
| game        = [[Vice City]]
+
'''Syntax'''
}}
+
: 0533: increment_assassination_contracts_by [''int'']
 +
'''Parameter'''
 +
: [''int'']
 +
:: Integer value
 +
 
 
This opcode adds to the "Assassination Contracts Completed" ([[GXT]] string ST_ASSI) stat. The parameter can be any integer value. The "out of 5" value is [[hardcoded]] within the game.
 
This opcode adds to the "Assassination Contracts Completed" ([[GXT]] string ST_ASSI) stat. The parameter can be any integer value. The "out of 5" value is [[hardcoded]] within the game.
  
==Keywords==
+
== Keywords ==
add, increment, stats
+
add, assassination, increment, stats
 +
 
 +
[[Category:OpCodes]]

Revision as of 06:48, 8 January 2015

0533 affecting the stat

Vice City ADD_NUMBER_OF_ASSASSINATIONS


Description

Add assassination contract stat

Syntax

0533: increment_assassination_contracts_by [int]

Parameter

[int]
Integer value

This opcode adds to the "Assassination Contracts Completed" (GXT string ST_ASSI) stat. The parameter can be any integer value. The "out of 5" value is hardcoded within the game.

Keywords

add, assassination, increment, stats