Example #1
0
 public static void RunRadarPanorama(int EntBase)
 {
     if (CheatStatus.RadarActive && !CEntityPlayer.isDead(EntBase))
     {
         CEntityPlayer.SpotPlayer(EntBase);
     }
 }
Example #2
0
 public static void RunRadarLegit(int EntBase, bool Active)
 {
     if (Active)
     {
         CEntityPlayer.SpotPlayer(EntBase);
     }
 }