View Single Post
  #8  
Old 01-22-2006, 02:18 AM
Yen Yen is offline
Banned
Yen's Avatar
Join Date: Oct 2005
Location: Nova Scotia, Canada
Posts: 1,085
Yen is an unknown quantity at this point
Send a message via AIM to Yen Send a message via MSN to Yen
Style your scripts.
You should use a gani that plays the sound, instead of the 'play' command.
The 'play' command only plays the sound to you, not other players.
Using a gani will play the sound for everyone.

PHP Code:
if (event) {
  
command;
  
command;
  if (
condition) {
    
command;
    
command;
  }

Reply With Quote