Difference between revisions of "07C0"

From GTAMods Wiki
Jump to navigation Jump to search
 
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
<code>07C0=1,%1d%</code><br>
+
{{OpCode
'''Description''': Load path<br>
+
| games      = {{Icon|SA}}
'''Parameter 1''': Path ID<br>
+
| command    = REQUEST_CAR_RECORDING
'''Supports''': San Andreas<br>
+
| description = Requests the [[Carrec|car recording]]
 +
| syntax1    = 07C0: load_path [''int'']
 +
| p1t        = [''int'']
 +
| p1d        = [[Carrec#List of paths in San Andreas|Car recording index]]
 +
| native      = [[REQUEST_CAR_RECORDING]]
 +
}}
  
This opcode loads a predefined path.
+
This opcode requests the car recording from the <code>carrec.img</code> file.
  
==Keywords==
+
== Keywords ==
load, request, path
+
load, request, path, car, recording, carrec
 
 
[[Category:OpCodes]]
 

Latest revision as of 23:09, 18 June 2016

San Andreas REQUEST_CAR_RECORDING


Description
Requests the car recording
Syntax
07C0: load_path [int]
Parameter
[int]
Car recording index
Native analog
REQUEST_CAR_RECORDING

This opcode requests the car recording from the carrec.img file.

Keywords

load, request, path, car, recording, carrec