24 lines
6.1 KiB
Plaintext
24 lines
6.1 KiB
Plaintext
#using scripts\codescripts\struct;
|
|
|
|
#using scripts\shared\audio_shared;
|
|
|
|
|
|
|
|
//
|
|
// file: mp_spire_amb.csc
|
|
// description: clientside ambient script for mp_spire: setup ambient sounds, etc.
|
|
// scripter: (initial clientside work - laufer)
|
|
//
|
|
|
|
|
|
function main()
|
|
{
|
|
thread snd_start_autofx_audio();
|
|
}
|
|
function snd_start_autofx_audio()
|
|
{
|
|
//audio::snd_play_auto_fx("fx_fire_hot_md", "amb_metal_fire", 0, 0, 0, false );
|
|
|
|
}
|
|
|