Difference between revisions of "07A7"

From GTAMods Wiki
Jump to navigation Jump to search
 
 
Line 1: Line 1:
<code>07A7=1,%1d%</code><br>
+
{{OpCode
'''Description''': Puts a jetpack on an actor<br>
+
| games      = {{Icon|SA}}
'''Parameter 1''': Actor handle<br>
+
| command    = TASK_JETPACK
'''Supports''': San Andreas<br>
+
| description = Puts a jetpack on the character
 +
| syntax1    = 07A7: put_jetpack_on_actor [''char handle'']
 +
| p1t        = [''char handle'']
 +
| p1d        = The handle of the player character
 +
}}
  
This opcode can only work for CJ. This is not tested on a second actor controlled in co-op. This does not work on NPCs.
+
This opcode puts a jetpack on CJ. This is not tested on a second character controlled in co-op. This does not work on NPCs.
  
==Keywords==
+
== Keywords ==
actor, put, jetpack
+
actor, character, task, put, jetpack
 
 
[[Category:OpCodes]]
 

Latest revision as of 07:52, 16 June 2016

San Andreas TASK_JETPACK


Description
Puts a jetpack on the character
Syntax
07A7: put_jetpack_on_actor [char handle]
Parameter
[char handle]
The handle of the player character

This opcode puts a jetpack on CJ. This is not tested on a second character controlled in co-op. This does not work on NPCs.

Keywords

actor, character, task, put, jetpack