Difference between revisions of "010C"

From GTAMods Wiki
Jump to navigation Jump to search
(New page: {{OpCode | ini = 010C=5,%1d% %2d% %3d% %4d% %5d% | description = Lets the player control an RC Bandit | p1 = Player handle | p2 = X-coordinate | p3 = Y-c...)
 
Line 1: Line 1:
 
{{OpCode
 
{{OpCode
 
| ini        = 010C=5,%1d% %2d% %3d% %4d% %5d%
 
| ini        = 010C=5,%1d% %2d% %3d% %4d% %5d%
| description = Lets the player control an RC Bandit
+
| description = Lets the player spawn and control an RC Bandit
 
| p1          = Player handle
 
| p1          = Player handle
 
| p2          = X-coordinate
 
| p2          = X-coordinate
Line 9: Line 9:
 
| game        = [[GTA 3]], [[Vice City]]
 
| game        = [[GTA 3]], [[Vice City]]
 
}}
 
}}
This opcode lets the player remotely control an RC Bandit. The RC Bandit needs to be loaded using opcode [[0247]] or else the game will crash. The opcode is meant to be used while the player is in a vehicle. When it's used properly, an RC Bandit is created and the camera and controls will focus on the Bandit. The player is not controllable while this is happening. The controls for the Bandit is the same as a car. The Bandit can self destruct by pressing the attack button or by colliding into the wheel of any vehicles. The player is not immune to the Bandit's destruction. After the Bandit is destroyed, the player regains full control.
+
This opcode lets the player spawn and remotely control an RC Bandit. The RC Bandit needs to be loaded using opcode [[0247]] or else the game will crash. The opcode is meant to be used while the player is in a vehicle. When it's used properly, an RC Bandit is created and the camera and controls will focus on the Bandit. The player is not controllable while this is happening. The controls for the Bandit is the same as a car. The Bandit can self destruct by pressing the attack button or by colliding into the wheel of any vehicles. The player is not immune to the Bandit's destruction. After the Bandit is destroyed, the camera fades and repositions to the player. The player regains full control and the Bandit is removed.
  
 
If the opcode is used while the player is on foot, the player is fully controllable while controlling the Bandit. The player can even enter and drive other vehicles while controlling the Bandit. Controls for the Bandit is different when on foot than when in a car.
 
If the opcode is used while the player is on foot, the player is fully controllable while controlling the Bandit. The player can even enter and drive other vehicles while controlling the Bandit. Controls for the Bandit is different when on foot than when in a car.
  
This opcode is superseded by opcode [[046E]] in Vice City and [[San Andreas]].
+
This opcode is superseded in Vice City and [[San Andreas]] by opcode [[046E]], which can use any vehicle in the game but lacks the instant explosion upon contact that the Bandit has.

Revision as of 17:51, 12 February 2010

{{{games}}}


Description
Lets the player spawn and control an RC Bandit
Syntax
{{{syntax1}}}
Parameter

This opcode lets the player spawn and remotely control an RC Bandit. The RC Bandit needs to be loaded using opcode 0247 or else the game will crash. The opcode is meant to be used while the player is in a vehicle. When it's used properly, an RC Bandit is created and the camera and controls will focus on the Bandit. The player is not controllable while this is happening. The controls for the Bandit is the same as a car. The Bandit can self destruct by pressing the attack button or by colliding into the wheel of any vehicles. The player is not immune to the Bandit's destruction. After the Bandit is destroyed, the camera fades and repositions to the player. The player regains full control and the Bandit is removed.

If the opcode is used while the player is on foot, the player is fully controllable while controlling the Bandit. The player can even enter and drive other vehicles while controlling the Bandit. Controls for the Bandit is different when on foot than when in a car.

This opcode is superseded in Vice City and San Andreas by opcode 046E, which can use any vehicle in the game but lacks the instant explosion upon contact that the Bandit has.