Results 1 to 4 of 4
  1. #1
    ArRiELL_'s Avatar
    Join Date
    Aug 2014
    Gender
    male
    Posts
    104
    Reputation
    10
    Thanks
    44
    My Mood
    Amused

    Team check esp help

    I am making a glowesp ,made it but all are red,i want to make a check ,if it is my teamate or not,and to make teamates with blue colour or without.
    Help me guys,C++

  2. #2
    ActualCheats's Avatar
    Join Date
    Dec 2015
    Gender
    male
    Location
    Yorkshire > All
    Posts
    348
    Reputation
    15
    Thanks
    132
    My Mood
    Inspired
    You need to get the value of your team and the loop's current player. For example :
    Code:
    int teamNum = Mem.Read<int>(currentPlayer + Team);
    int MyTeam = Mem.Read<int>(LocalPlayer + Team);
    Then you need to check if the current player is on your team or not. For example :
    Code:
    if (teamNum == MyTeam){
    team esp code
    }
    else if (teamNum != MyTeam){
    enemy esp code
    }
    "The only wrong questions are the ones you don't ask" - My Father.

  3. The Following User Says Thank You to ActualCheats For This Useful Post:

    ArRiELL_ (06-01-2016)

  4. #3
    ArRiELL_'s Avatar
    Join Date
    Aug 2014
    Gender
    male
    Posts
    104
    Reputation
    10
    Thanks
    44
    My Mood
    Amused
    Thanks,solved

  5. #4
    Hunter's Avatar
    Join Date
    Dec 2013
    Gender
    male
    Location
    Depths Of My Mind.
    Posts
    17,468
    Reputation
    3771
    Thanks
    6,159
    My Mood
    Cheerful
    /Solved & closed.

Similar Threads

  1. [Detected] ViKiNGHook: Public Edition [Silent Aimbot][Fov 120.0F][Visibility Check][ESP & Team]
    By viking911 in forum Counter-Strike 2 Hacks
    Replies: 37
    Last Post: 09-15-2015, 04:06 PM
  2. [Help Request] External ESP HELP!!!
    By Thealexzava in forum Call of Duty Modern Warfare 3 Coding, Programming & Source Code
    Replies: 4
    Last Post: 04-02-2013, 07:54 AM
  3. [Source Code] Small anti-recoil, Aim script , 3D bounding boxes, Team check, Nade ESP
    By rocked in forum All Points Bulletin Reloaded Hacks
    Replies: 11
    Last Post: 01-26-2012, 08:45 PM
  4. ESP help
    By gtbtintu in forum Call of Duty Modern Warfare 2 Help
    Replies: 13
    Last Post: 06-24-2010, 11:04 PM
  5. need ESP Help? In-Depth Tutorial
    By gudsoldier in forum Combat Arms Hacks & Cheats
    Replies: 16
    Last Post: 08-01-2008, 06:47 PM