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...
