Difference between revisions of "05EB"

From GTAMods Wiki
Jump to navigation Jump to search
Line 1: Line 1:
<code>05EB=2,%1d% %2d%</code><br>
+
{{OpCode
'''Description''': Assign vehicle to path<br>
+
| ini        = 05EB=2,%1d% %2d%
'''Parameter 1''': Vehicle handle<br>
+
| description = Assign vehicle to a [[Carrec|path]]
'''Parameter 2''': Path ID<br>
+
| p1          = Existing vehicle handle
'''Supports''': San Andreas<br>
+
| p2          = Loaded [[Carrec#List of paths in San Andreas|path ID]]
 
+
| game        = [[San Andreas]]
This opcode assigns a path for a vehicle to travel on.
+
}}
 +
This opcode assigns a path for a vehicle to travel on. Using this opcode requires the path to be loaded through [[07C0]] or else the game will crash.
  
 
==Keywords==
 
==Keywords==
assign, vehicle, movement, path
+
assign, car, vehicle, movement, path
  
 
[[Category:OpCodes]]
 
[[Category:OpCodes]]

Revision as of 07:25, 18 November 2009

{{{games}}}


Description
Assign vehicle to a path
Syntax
{{{syntax1}}}
Parameter

This opcode assigns a path for a vehicle to travel on. Using this opcode requires the path to be loaded through 07C0 or else the game will crash.

Keywords

assign, car, vehicle, movement, path