-
Автор темы
- #1
So the problem is that on:
1. Go to hooks and find FRAME_RENDER_START
2. Replace code in it with
3.Not hard right?
1. Go to hooks and find FRAME_RENDER_START
2. Replace code in it with
3.Not hard right?
Код:
if (in_tp)
{
* (Vector *) ((DWORD) local_player + 0x31C8) = Vector (global :: real_angles.x, global :: real_angles.y, 0.f);
INTERFACES :: pPrediction-> SetLocalViewAngles (global :: real_angles);
local_player-> UpdateClientSideAnimation ();
INTERFACES :: pPrediction-> SetLocalViewAngles (global :: fake_angles);
}