Example #1
0
 public static void RunNoFlashPanorama()
 {
     if (CheatStatus.FlashActive)
     {
         CLocalPlayer.RemoveFlash();
     }
     else if (!CheatStatus.FlashActive)
     {
         CLocalPlayer.AddFlash();
     }
 }