-
Автор темы
- #1
Today we will fix the grenade prediction crashing in the menu.
in Esp.cpp
find void CEsp :: OnRender ()
and search for:
[TBODY]
[/TBODY]and replace it with
[TBODY]
[/TBODY]Voila, we fixed crashes in the menu.
in Esp.cpp
find void CEsp :: OnRender ()
and search for:
code: |
if (Settings :: Esp :: esp_GrenadePrediction) GrenadePrediction (); |
code: |
if (Interfaces :: Engine () -> IsInGame () && Settings :: Esp :: esp_GrenadePrediction) GrenadePrediction (); |
Последнее редактирование: