View Single Post
  #11  
Old 02-20-2012, 09:57 PM
fowlplay4 fowlplay4 is offline
team canada
fowlplay4's Avatar
Join Date: Jul 2004
Location: Canada
Posts: 5,200
fowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond repute
If Era is still using ganis like era_swift-piano-play1.gani for the piano the script can be modified to check for a client flag. I.e.

PHP Code:
SCRIPT
if ((created || playerenters) && !client.option_instruments_muted) {
  for (
temp.06++) {
    if (
params[i] != null) {
      
play(params[i]);
    }
  }
}
SCRIPTEND 
Which will allow players to mute instruments for just themselves.
__________________
Quote: