Opcode Database

Latest Forum Activity

GTAG - Modding - Opcode Database - 03CF

Opcode Database

03CF

DescriptionLoads 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)
Gamessa vc iii
CategoryCommon, Sound
San Andreas
sascm.ini03CF=2,load_mission_audio %1d% id %2s%
Example03CF: load_mission_audio 1 id 43205
Command NameLOAD_MISSION_AUDIO
Vice City
sascm.ini03CF=2,load_wav %2s% as %1d%
Example03CF: load_wav 43205 as 1
Command NameLOAD_MISSION_AUDIO
GTA III
gtascm.ini03CF=1,load_wav %1s%
Example03CF: load_wav 'DOOR_1'
Command NameLOAD_MISSION_AUDIO

<< 03CE

03D0 >>