⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 rushjump.txt

📁 * first open client.cpp and search for that USER_MSG_INTERCEPT(TeamInfo) over it u add this
💻 TXT
字号:
[原创]MAX Auto Jump Code.
client.cpp
-------------------------------------------------------------------------------------------------------------
void CL_CreateMove (float frametime, struct usercmd_s *usercmd, int active)
-------------------------------------------------------------------------------------------------------------
 //auto jump
 if (usercmd->buttons&IN_FORWARD && me.alive && cvar.autojump)
 {
  if (me.pmVelocity[0]==0 && me.pmVelocity[1]==0  && me.pmVelocity[2]==0 )
  {
   usercmd->buttons |= IN_JUMP; 
  }

 }

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -