HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

Sound!!

01-29-2005, 02:23 AM#1
Guest
How do i give the trigger (fire) a sound effect everytime it fires...This is for the FPS ENGINE map.
01-29-2005, 04:35 AM#2
Ant
Somewhere in the movements trigger there's a part about If LMouseDown and OldLmousedown blahblah then run fire, which fires the firing trigger. Simply copy down these conditions and replace the action with "play sound at point" with the point being the location at fpsunit[1] (I use play sound at point because for some reason the rest don't work very well for me). Take note that you should destroy the sound before playing it so you can create a nice rapid fire sound or the sound will be pistol-like.