Difference between revisions of "0332"

From GTAMods Wiki
Jump to navigation Jump to search
(page updates)
 
Line 1: Line 1:
 +
[[File:0332.png|thumb|The player character bleeding through 0332 in Vice City.]]
 
{{OpCode
 
{{OpCode
| ini        = 0332=2,%1d% %2d%
+
| games      = {{Icon|t}}
| description = Sets the actor to constantly bleed
+
| command    = SET_CHAR_BLEEDING
| p1          = Actor handle
+
| description = Sets the character bleeding
| p2          = Flag
+
| syntax1    = 0332: set_actor [''char handle''] bleeding_to [''int'']
| game        = [[GTA 3]], [[Vice City]], [[San Andreas]], [[Liberty City Stories]] (0337), [[Vice City Stories]] (01FD)
+
| p1t        = [''char handle'']
 +
| p1d        = The handle of the character
 +
| p2t        = [''int'']
 +
| p2d        = 0 = disable (default), {{hint|1|or any value other than 0}} = enable
 
}}
 
}}
This opcode can make the actor to constantly bleed. Blood textures are placed at the feet of the actor. No blood are squirt out and the health of the actors does not decrease. It's just a simple visual effect.
 
  
==Flags==
+
This opcode allows the character to constantly bleed. Blood textures are placed at the feet of the character. No blood is squirt out and the health of the character does not decrease; it is just a simple visual effect.
'''Flag 0''': Disables constant bleeding<br>
 
'''Flag 1''': Enables constant bleeding
 
  
[http://img.photobucket.com/albums/v41/spaceeinstein/GTAModding/0332.png Bleeding in Vice City]
+
== Keywords ==
 
 
==Keywords==
 
 
set, toggle, actor, constant, bleed, blood
 
set, toggle, actor, constant, bleed, blood

Latest revision as of 07:19, 4 December 2016

The player character bleeding through 0332 in Vice City.

GTA III Vice City San Andreas SET_CHAR_BLEEDING


Description
Sets the character bleeding
Syntax
0332: set_actor [char handle] bleeding_to [int]
Parameter
[char handle]
The handle of the character
[int]
0 = disable (default), 1 = enable

This opcode allows the character to constantly bleed. Blood textures are placed at the feet of the character. No blood is squirt out and the health of the character does not decrease; it is just a simple visual effect.

Keywords

set, toggle, actor, constant, bleed, blood