GTAG - Modding - Opcode Database - 03CF
Opcode Database
03CF
| Description | Loads a specified sound from the audio files. An integer is often used to refer to the loaded audio. A string is used to identify the audio in GTA 3 and Vice City. |
|---|---|
| Parameters (v2) | 1) Integer (INT) 2) Sound ID (Integer) (INT) |
| Games | |
| Category | Common, Sound |
| San Andreas | |
| sascm.ini | 03CF=2,load_mission_audio %1d% id %2s% |
| Example | 03CF: load_mission_audio 1 id 43205 |
| Command Name | LOAD_MISSION_AUDIO |
| Vice City | |
| sascm.ini | 03CF=2,load_wav %2s% as %1d% |
| Example | 03CF: load_wav 43205 as 1 |
| Command Name | LOAD_MISSION_AUDIO |
| GTA III | |
| gtascm.ini | 03CF=1,load_wav %1s% |
| Example | 03CF: load_wav 'DOOR_1' |
| Command Name | LOAD_MISSION_AUDIO |

