• Ищем качественного (не новичок) разработчиков Xenforo для этого форума! В идеале, чтобы ты был фулл стек программистом. Если у тебя есть что показать, то свяжись с нами по контактным данным: https://t.me/DREDD

Вопрос How to find m_nCommandsPredicted

  • Автор темы Автор темы AloofTR
  • Дата начала Дата начала
Начинающий
Начинающий
Статус
Оффлайн
Регистрация
24 Апр 2019
Сообщения
29
Реакции
2
I found the RestoreEntityToPredictedFrame function and checked its xrefs, but I'm not sure how to extract the actual offset from it.
Can someone explain the steps or what to look for exactly?
 
Обратите внимание, пользователь заблокирован на форуме. Не рекомендуется проводить сделки.
I found the RestoreEntityToPredictedFrame function and checked its xrefs, but I'm not sure how to extract the actual offset from it.
Can someone explain the steps or what to look for exactly?
C++:
Expand Collapse Copy
commands_predicted = *(_DWORD *)(sub_180706890(*(_QWORD *)(a2 + 8)) + 0x138);

0x138 this is actual offset of commands_predicted
 
Назад
Сверху Снизу