Difference between revisions of "0879"

From GTAMods Wiki
Jump to navigation Jump to search
(Created page with '{{OpCode | ini = 0879=1, %1h% | description = Enables or disables gang wars. | p1 = Boolean Value (0/1) | game = San Andreas }} This opcode enables o…')
 
 
Line 1: Line 1:
 
{{OpCode
 
{{OpCode
| ini        = 0879=1, %1h%
+
| games      = {{Icon|SA}}
| description = Enables or disables gang wars.
+
| command    = SET_GANG_WARS_ACTIVE
| p1          = Boolean Value (0/1)
+
| description = Sets gang wars to be active
| game        = [[San Andreas]]
+
| syntax1    = 0879: enable_gang_wars [''int'']
 +
| p1t        = [''int'']
 +
| p1d        = 0 = disabled, 1 = enabled
 
}}
 
}}
  
This opcode enables or disables gang wars.
+
This opcode sets the activity of gang wars.
  
==Sanny Builder Example==
+
== Keywords ==
 
+
set, enable, gang, war, active
<source lang="scm">0879: enable_gang_wars 1</source>
 
 
 
==Keywords==
 
gang war
 

Latest revision as of 19:14, 9 June 2016

San Andreas SET_GANG_WARS_ACTIVE


Description
Sets gang wars to be active
Syntax
0879: enable_gang_wars [int]
Parameter
[int]
0 = disabled, 1 = enabled

This opcode sets the activity of gang wars.

Keywords

set, enable, gang, war, active