Hey guys! I'm trying to make it where If I report a player, it will screenshot him. Here's my current code.
Obviously, i'm missing a pointer to the gamer tag when getting the screenshot. Anyone wanna help?Code:if(actionID == HUDDisplay_ContextMenu_ReportPlayerID) { char tmpStr[256]; sprintf(tmpStr, "FairFight \"%s\"", gamertag); showChatInput(tmpStr); //D3DCheaters[ ANTICHEAT_WALLHACK ] = true; // force renderer to make copy of current screenshot extern int _r3d_sscopy_width; extern int _r3d_sscopy_height; extern int _r3d_sscopy_type; _r3d_sscopy_width = 800; _r3d_sscopy_height = 600; }



Reply With Quote![[Help] Screen Shoting Other Players With /Repot](http://ragezone.com/hyper728.png)


