예제 #1
0
 public static void WastedClear()
 {
     GfxHelper.ScreenFxStop(ScreenEffect.DeathFailMPIn);
     ChatHelper.EnableChat(true);
     UiHelper.EnableHuds(true);
     RAGE.Game.Misc.SetTimeScale(1);
 }
예제 #2
0
 public static void WastedStart(float timescale = 0.2f)
 {
     GfxHelper.ScreenFxStart(ScreenEffect.DeathFailMPIn);
     UiHelper.EnableHuds(false, false);
     ChatHelper.EnableChat(false);
     Audio.PlaySoundFrontend(-1, "MP_Flash", "WastedSounds", true);
     Misc.SetTimeScale(timescale);
 }