View Single Post
Virginia
Member
Join Date: Aug 2015
Old 09-10-2019 , 05:27   Re: [CS:GO] Fortnite Emotes Demo
Reply With Quote #19

Quote:
Originally Posted by einsfuhrer View Post
How do I change the length of the sound. I want to lower how far away the sound is going. How do I do that?
Line 265
Code:
EmitSoundToAll(g_sEmoteSound[client], EmoteSoundEnt, SNDCHAN_AUTO, SNDLEVEL_CONVO, _, 0.8, _, _, vec, _, _, _);
Try changing SNDLEVEL_CONVO to SNDLEVEL_HOME, SNDLEVEL_FRIDGE or SNDLEVEL_LIBRARY. But the player who is using the emote will hear it lower too, so i think SNDLEVEL_CONVO is the best setting.
Virginia is offline