Graal Forums  

Go Back   Graal Forums > Development Forums > NPC Scripting
FAQ Members List Calendar Today's Posts

 
 
Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #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
 


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +2. The time now is 07:30 AM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
Copyright (C) 1998-2019 Toonslab All Rights Reserved.