home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Classic Fond 54
/
ClassicFond54.iso
/
games
/
stars.rar
/
multiplayer
/
DM_Bloody_Brunch.cs
< prev
next >
Wrap
Text File
|
1999-02-19
|
680b
|
32 lines
// FILENAME: DM_Bloody_Brunch.cs
//
// AUTHORS: Chupie Doll & Youth in Asia
//------------------------------------------------------------------------------
$missionName = "DM_Bloody_Brunch";
exec("multiplayerStdLib.cs");
exec("DMstdLib.cs");
function setDefaultMissionOptions()
{
$server::TeamPlay = false;
$server::AllowDeathmatch = true;
$server::AllowTeamPlay = true;
$server::AllowTeamRed = true;
$server::AllowTeamBlue = true;
$server::AllowTeamYellow = true;
$server::AllowTeamPurple = true;
}
function onMissionStart()
{
venusSounds();
}
function onMissionLoad(){
cdAudioCycle("Watching", "Cyberntx", "Cloudburst");
}