-
Автор темы
- #1
Обратите внимание, пользователь заблокирован на форуме. Не рекомендуется проводить сделки.
C++:
for (int i = 0; i < cmd->csgoUserCmd.nTickCount; i++)
{
CCSGOInputHistoryEntryPB* pInputEntry = cmd->csgoUserCmd.GetInputHistoryEntry(i);
if (pInputEntry == nullptr)
continue;
if (pInputEntry->pViewCmd == nullptr)
continue;
pInputEntry->pViewCmd->angValue = best_point;
in_tick = pInputEntry->pViewCmd->angValue == best_point;
}