I got some problems with making sounds.
I can make 1 sound... but not multiple if you know what I mean.
This is what is in the package:
Namecheck contains:
Sound_NikoBellic
Description contains:
Title: Niko Bellic
Author: TwenteFreak
Dialogues from Niko Bellic of GTA IV
Server.cs contains:
datablock AudioProfile(forget)
{
filename = "./forget.wav";
description = AudioClosest3d;
preload = false;
};
datablock AudioProfile(forget_this_stuff! : forget)
{
filename = "./forget_this_stuff!.wav";
};
datablock AudioProfile(Motherforgeter! : forget)
{
filename = "./Motherforgeter!.wav";
};
datablock AudioProfile(Oh_you_idiot! : forget)
{
filename = "./Oh_you_idiot!.wav";
};
datablock AudioProfile(This_is_bullstuff! : forget)
{
filename = "./This_is_bullstuff!.wav";
};
The sounds are converted right.
There is something wrong, but I can't figure out what!