[Question] How to play audio from a gun firing?
-
Hello guys, I've been trying for the last 3 hours to somehow play the audio from a gun firing on bo2 but had no luck. Anybody know how do this? Any help appreciated! Thanks!
-
my stupid guide for ya

https://forum.plutonium.pw/topic/27867/bo2-zombies-crawl-and-death-sound-and-power-ups -
Hello guys, I've been trying for the last 3 hours to somehow play the audio from a gun firing on bo2 but had no luck. Anybody know how do this? Any help appreciated! Thanks!
qristiano place this in your script.
init() { flag_wait( "initial_blackscreen_passed" ); level thread playsoundforguy( level.players[ 0 ] ); } playsoundforguy( ent ) { ent endon( "disconnect" ); while( true ) { ent waittill( "weapon_fired" ); ent playsound( "soundtoplay" ); } }try this my guy.
change "soundtoplay" to "yoursoundname"
hope this helps
-
qristiano place this in your script.
init() { flag_wait( "initial_blackscreen_passed" ); level thread playsoundforguy( level.players[ 0 ] ); } playsoundforguy( ent ) { ent endon( "disconnect" ); while( true ) { ent waittill( "weapon_fired" ); ent playsound( "soundtoplay" ); } }try this my guy.
change "soundtoplay" to "yoursoundname"
hope this helps
Ultimateman Won't this play a sound after the player's gun was fired? I want to play the sound of the actual gun firing
-
Ultimateman Won't this play a sound after the player's gun was fired? I want to play the sound of the actual gun firing
qristiano My bad I misread. I thought you wanted a sound to play upon weapon_fired notify
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better 💗
Register Login