Author Topic: SOLVED  (Read 581 times)

« Last Edit: November 27, 2010, 07:53:23 AM by frogger3140 »

You can't.

Also

Hai froggie
Ribbit

Oh.

EDIT: Then how does the Achievement Mod play a sound to everybody?
« Last Edit: November 26, 2010, 05:04:43 PM by frogger3140 »

You can.

Code: [Select]
for(%i = 0; %i < ClientGroup.getCount(); %i++)
{
   %cl = ClientGroup.getObject(%i);
   %cl.play2D(AudioProfile);
}

You can.

Code: [Select]
for(%i = 0; %i < ClientGroup.getCount(); %i++)
{
   %cl = ClientGroup.getObject(%i);
   %cl.play2D(AudioProfile);
}
Or what about ServerPlay2D?

EDIT: Found it. My problem now: Reloading the music list.