the bos script looks like this:
do I need to define the sounds somewhere? I have made sure the files are in the sounds folderKilled(Func_Var_1, Func_Var_2)
{
play-sound( "VICTORY2", 60 );
sleep 1;
play-sound( "VICTORY2", 60 );
}
Moderator: Moderators
do I need to define the sounds somewhere? I have made sure the files are in the sounds folderKilled(Func_Var_1, Func_Var_2)
{
play-sound( "VICTORY2", 60 );
sleep 1;
play-sound( "VICTORY2", 60 );
}