14 lines
157 B
Plaintext
14 lines
157 B
Plaintext
#include maps\mp\_utility;
|
|
#include common_scripts\utility;
|
|
|
|
main()
|
|
{
|
|
level thread setup_audio();
|
|
}
|
|
|
|
setup_audio()
|
|
{
|
|
//AmbientPlay( "amb_mp_ter_ext" );
|
|
}
|
|
|