View Single Post
  #10  
Old 04-16-2004, 08:30 AM
R0bin R0bin is offline
Banned
R0bin's Avatar
Join Date: Oct 2002
Location: Wales, UK
Posts: 828
R0bin is on a distinguished road
Send a message via AIM to R0bin
I suppose you could make a weapon

NPC Code:
//#CLIENTSIDE
if (actionsound) {
play #p(0);
}



and anotherone

NPC Code:
//#CLIENTSIDE
if (weaponfired) {
for (i=0;i<playerscount;i++) {
triggeraction players[i].x+1.5,players[i].y+1.5,sound,#c;
}
}



then if you said like stef21.mid then fired the weapon everyone would hear the sound, but meh.

Last edited by Loriel; 04-16-2004 at 03:42 PM..
Reply With Quote