- Статус
- Оффлайн
- Регистрация
- 22 Фев 2019
- Сообщения
- 70
- Реакции
- 16
После попытки отрисовать группу пользователя крашится на этом месте
Код отрисовки:
Код:
if (HackVars::Visuals::ESP::PlayerGroup) {
auto team = Ent->get_user_group();
list->AddText({ right - 1.f + 2.f, bottom + 7.f }, 0xFF000000, team.c_str());
list->AddText({ right + 1.f + 2.f, bottom + 7.f }, 0xFF000000, team.c_str());
list->AddText({ right + 2.f, bottom + 1.f + 7.f }, 0xFF000000, team.c_str());
list->AddText({ right + 2.f, bottom - 1.f + 7.f }, 0xFF000000, team.c_str());
list->AddText({ right + 2.f, bottom + 7.f }, 0xFFFFFFFF, team.c_str());
}
Есть идеи, что может быть?