Author Topic: Blockombat sound error.  (Read 330 times)

Players who join my server get;
Quote
ERROR: AudioProfile::preload() could not resolve description id 1921 for sound Add-Ons/Weapon_Blockombat/BoltOut.wav


datablock AudioDescription(QuietRange3d : AudioClose3d)
{
maxDistance = 10;
referenceDistance = 5;
};

datablock AudioProfile(BoltOutSound)
{
   filename = "./BoltOut.wav";
   description = QuietRange3d;
   preload = false;
};

problem with the add-on serverside most likely, remove the add-on, don't disable it.

problem with the add-on serverside most likely, remove the add-on, don't disable it.
It is required for my gamemode.