Someone knows how to solve the error ESP Name? I get error Code: void WriteText (int x, int y, DWORD color, char *text) { RECT rect; SetRect(&rect,x,y,x,y); pFont->DrawTextA(0, text, -1, &rect, DT_NOCLIP | DT_LEFT, color); } ESP Name Code: sprintf_s(pNAME,"Name: [%s]", (int)pPlayer->Name); lWriteText(Body.x + 20, Body.y -50, ESP_Color, pNAME);