Author Topic: Sound (.wav) Problem  (Read 2848 times)

Sorry, I updated the server.cs file.

OMG, SO SORRY! Here is the real server.cs file!

Sorry about the inconvience...

Change all of the code in server.cs to this:

Code: [Select]
datablock AudioProfile(Star_Death_Sound)
{
filename = "./Star_Death.wav";
description = AudioClosest3d;
preload = false;
};

Dude? Now it's not even showing up. Here's the modified version:

Give us the packaged add-on by uploading it to mediafire.

Still not working in events. This is so god damn annoying.



Your filename is wrong. It should be Sound_Star, not Sounds_Star. Change this in namecheck.txt as well, and Server.cs should be
Code: [Select]
datablock AudioProfile(Star_Death_Sound)
{
filename = "Star_Death.wav";
description = AudioClosest3d;
preload = false;
};

your making sounds to?
Want to work together on some prints? Again? I really enjoyed working with ya

No, I am not makin sounds for public use. This is for a future boss battles server. Sorry, I don't do prints, but let's work on a face package next weekend, k?


I actually din't know yet will decide next weekend

Think of an idea and tell me next Saturday, but right now, i need help with this file