View Single Post
  #1  
Old 08-13-2007, 07:49 AM
Cherrykao Cherrykao is offline
Banned
Join Date: Apr 2007
Posts: 37
Cherrykao is on a distinguished road
can't seem to get stopsound() to work

im using a gani script to play music for all players and this is done by setting a gani to one of their attributes. the gani script is below:

PHP Code:
SCRIPT
... some code

  
if (temp.play == 0) {
    
stopsound(temp.playm);
  } else {
    
play2(temp.playmplayer.xplayer.ytemp.vlm);
  }

... 
some code
SCRIPTEND 
The gani script will play music for the specific individual, but when i use the stop command in the wNPC, the music wont stop. I even tried it CLIENTSIDE on the wNPC too.

Last edited by Cherrykao; 08-13-2007 at 07:59 AM..
Reply With Quote