Need help identifying sound event.
Soul_Rider
Mod Bean Join Date: 2004-06-19 Member: 29388Members, Constellation, Squad Five Blue
in Modding
I have implemented a switch from player to spectator mode and back again. However, when I go into spectator mode, I get at musical event playing. I can't work out where it is in the code, and I recognise it from a couple of events in game, just after respawning as an alien for example, but if anyone can let me know what event I am triggering, that would be most helpful.
Here is a video of the issue:
Here is a video of the issue:
Comments
2) Load a map
3) Type kill in console
4) Be ded and listen.
Assuming self:GetIsAlive() returns false for spectators, then the sound wouldn't stop.
Change the last condition to:
Really appreciate the help guys. I was looking for respawn and other sounds, not dead sound, lol.