This is a mobile optimized page that loads fast, if you want to load the real page, click this text.

Source Code updated prediction class?

Newbie HvHer
User ID
132032
Messages
1
Reactions
0
Level
1
  1. class CCSPlayer_MovementServices
  2. {
  3. public:
  4. void RunCommand(CUserCmd* pCmd)
  5. {
  6. M::CallVFunc<void, 25U>(this, pCmd);
  7. }
  8. void SetPredictionCommand(CUserCmd* pCmd)
  9. {
  10. M::CallVFunc<void, 36U>(this, pCmd);
  11. }
  12. void ResetPredictionCommand()
  13. {
  14. M::CallVFunc<void, 37U>(this);
  15. }
  16. },, anyone has the updated version of this, cant get any vtable function from 0 to 100U
 

Create an account or login to comment

You must be a member in order to leave a comment

Create account

Create an account on our community. It's easy!

Log in

Already have an account? Log in here.