Difference between revisions of "0408"

From GTAMods Wiki
Jump to navigation Jump to search
(Created page with "{{Icon|3}} {{Icon|VC}} '''SET_TOTAL_NUMBER_OF_KILL_FRENZIES''' <hr /> '''Description''' : Sets the total number of rampages stat '''Syntax''' : 0408: set_total_rampages_to [''...")
 
m
 
Line 1: Line 1:
{{Icon|3}} {{Icon|VC}} '''SET_TOTAL_NUMBER_OF_KILL_FRENZIES'''
+
{{OpCode
<hr />
+
| games      = {{Icon|3}} {{Icon|VC}}
'''Description'''
+
| command    = SET_TOTAL_NUMBER_OF_KILL_FRENZIES
: Sets the total number of rampages stat
+
| description = Sets the total number of rampages stat
'''Syntax'''
+
| syntax1    = 0408: set_total_rampages_to [''int'']
: 0408: set_total_rampages_to [''int'']
+
| p1t        = [''int'']
'''Parameter'''
+
| p1d        = Integer value
: [''int'']
+
}}
:: Integer value
 
  
This opcode sets the right value of the "Rampages passed" stat ([[GXT]] string <code>FEST_RP</code>) and different values for the stat can be set at anytime. The stat will initially start with a value of 0. The value set with this opcode is saved in [[Saves (GTA 3)#Block 17: Stats|block 17 of the save file]] in GTA III and [[Saves (GTA VC)#Block 19: Stats|block 19]] in Vice City. The name "kill frenzy" comes from [[GTA 2]] where rampages are called kill frenzies.
+
This opcode sets the right value of the "Rampages passed" stat ([[GXT]] key <code>FEST_RP</code>). The stat can be set at anytime with any value. The stat will initially start with a value of 0. The value set with this opcode is saved in [[Saves (GTA 3)#Block 17: Stats|block 17 of the save file]] in GTA III and [[Saves (GTA VC)#Block 19: Stats|block 19]] in Vice City. The name "kill frenzy" comes from [[GTA 2]] where rampages are called kill frenzies.
  
 
== Keywords ==
 
== Keywords ==
 
register, save, rampage, kill, frenzy, total, statistics, stat
 
register, save, rampage, kill, frenzy, total, statistics, stat
 
[[Category:OpCodes]]
 

Latest revision as of 22:43, 13 October 2016

GTA III Vice City SET_TOTAL_NUMBER_OF_KILL_FRENZIES


Description
Sets the total number of rampages stat
Syntax
0408: set_total_rampages_to [int]
Parameter
[int]
Integer value

This opcode sets the right value of the "Rampages passed" stat (GXT key FEST_RP). The stat can be set at anytime with any value. The stat will initially start with a value of 0. The value set with this opcode is saved in block 17 of the save file in GTA III and block 19 in Vice City. The name "kill frenzy" comes from GTA 2 where rampages are called kill frenzies.

Keywords

register, save, rampage, kill, frenzy, total, statistics, stat