View Single Post
  #11  
Old 04-03-2004, 01:03 AM
Dach Dach is offline
call me Chad, it's cooler
Dach's Avatar
Join Date: Aug 2002
Posts: 1,899
Dach is on a distinguished road
Quote:
Originally posted by G_yoshi


That is why play2 exists. You specify the file to play and the x/y coordinates where it should be played. Something similar can be done with playlooped:

NPC Code:

//#CLIENTSIDE
if (playerenters || timeout) {
playlooped audiofile;
timeout = 0.05;
}


playlooped, doesn't, fade...
__________________
Scripting Documents:Old Script Documentation-Movement Tutorial
Reply With Quote