Difference between revisions of "07C0"

From GTAMods Wiki
Jump to navigation Jump to search
 
Line 1: Line 1:
 
{{OpCode
 
{{OpCode
| ini        = 07C0=1,%1d%
+
| games      = {{Icon|SA}}
| description = Load a path
+
| command    = REQUEST_CAR_RECORDING
| p1          = [[Carrec#List of paths in San Andreas|Path ID]]
+
| description = Requests the [[Carrec|car recording]]
| game        = [[San Andreas]]
+
| syntax1    = 07C0: load_path [''int'']
 +
| p1t        = [''int'']
 +
| p1d        = [[Carrec#List of paths in San Andreas|Car recording index]]
 
| native      = [[REQUEST_CAR_RECORDING]]
 
| native      = [[REQUEST_CAR_RECORDING]]
 
}}
 
}}
This opcode loads a predefined path from the [[carrec.img]] file. [[07C1]] checks if the path is loaded and [[0873]] marks the path as no longer needed.
 
  
==Keywords==
+
This opcode requests the car recording from the <code>carrec.img</code> file.
load, request, path
 
  
[[Category:OpCodes]]
+
== Keywords ==
 +
load, request, path, car, recording, carrec

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