[C++] remove flash sound
It's not a real release but I figured since I haven't seen that in any hack I should remove the annoying sound which is caused by a flash bang...
Code:
//Declare these
APlayerController* MyPlayerController;
AHumanController* MyHumanController;
//Define these
MyPlayerController = Canvas->Viewport->Actor;
MyHumanController = (AHumanController*)MyPlayerController;
MyHumanController->_FlashEffect = 0; //No Flash Effect
MyHumanController->_FlashSoundIntensity = 0; //No Flash Sound
Happy Christmas Days to everyone ;-)
by pornoWMV
Last edited by smaller; 03-28-2010 at 02:27 PM.
|