For some reason my sound is not working. What am I doing wrong?
-I got my .cs Datablock.
datablock AudioProfile(toiletSound)
{
filename = "./sound/toilet_flush.wav";
description = AudioClose3d;
preload = true;
};
-I checked my console.log for error
Loading Add-On: Sound_Toilet
Executing Add-Ons/Sound_Toilet/server.cs.
9 datablocks added.
-I got the description and the server.cs.
-I got it all in my zip file and in the add-ons folder.