Okay, I packaged a few sound files, created the namecheck.txt, created the description.txt, added server.cs added sounds..
But when I try playing them after starting server, they appear but don't play any sound. Did I type anything wrong?
DescriptionTitle: RE2
Author: BurningMercy
Sounds for Anything simular to RE2
NamecheckSound_RE2
Server.csdatablock AudioProfile(RE2)
{
filename = "./RE2.wav";
description = AudioClosest3d;
preload = false;
};
datablock AudioProfile(SUB1F : RE2)
{
filename = "./SUB1F.wav";
};
datablock AudioProfile(SUB15 : RE2)
{
filename = "./SUB15.wav";
};
datablock AudioProfile(SUB40 : RE2)
{
filename = "./SUB40.wav";
};
What did I do wrong for me not to hear the soundfiles?