Гайд Fix indigo Grenade Trajectory crash

Начинающий
Статус
Оффлайн
Регистрация
11 Дек 2017
Сообщения
3
Реакции[?]
0
Поинты[?]
0
Today we will fix the grenade prediction crashing in the menu.

in Esp.cpp
find void CEsp :: OnRender ()
and search for:
code:
if (Settings :: Esp :: esp_GrenadePrediction)
GrenadePrediction ();
[TBODY] [/TBODY]
and replace it with

code:
if (Interfaces :: Engine () -> IsInGame () && Settings :: Esp :: esp_GrenadePrediction)
GrenadePrediction ();
[TBODY] [/TBODY]
Voila, we fixed crashes in the menu.
 
Последнее редактирование:
push me to the edge
Олдфаг
Статус
Оффлайн
Регистрация
22 Мар 2017
Сообщения
2,253
Реакции[?]
1,204
Поинты[?]
1K
Это вообще что за хуйня? тут просто проверку поставили... И где пруф что он крашил?
 
Сверху Снизу