7 lines
156 B
Plaintext
7 lines
156 B
Plaintext
|
void main()
|
||
|
{
|
||
|
object oSound = GetNearestObjectByTag("WaterSplashes");
|
||
|
// SoundObjectStop(oSound);
|
||
|
SoundObjectSetVolume(oSound, 0);
|
||
|
}
|