Подпишитесь на наш Telegram-канал, чтобы всегда быть в курсе важных обновлений! Перейти

Вопрос Intersystems how to fix Ammo and Weapon Crashes

  • Автор темы Автор темы kedira
  • Дата начала Дата начала
i now how to fix knife changer

Here is the fix for the Knife changer

Change line 198 in CFrameStageNotify.h

from:

Code:
<ol> <li> <font style = "vertical-align: inherit;" >> CBaseHandle hViewModel = * reinterpret_cast <CBaseHandle *> (uintptr_t (pLocalPlayer) + 0x32FC); </ font> <font style = "vertical-align: inherit;"> // TODO: Delete offset </ font> </ font> </ li> </ ol>to:

Code:
<ol> <li> <font style = "vertical-align: inherit;" >> CBaseHandle hViewModel = * reinterpret_cast <CBaseHandle *> (uintptr_t (pLocalPlayer) + 0x32DC); </ font> <font style = "vertical-align: inherit;"> // TODO: Delete offset </ font> </ font> </ li> </ ol>ur good to go
 
Назад
Сверху Снизу