?? rushjump.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 + -