void BunnyHop::edgeBug(CUserCmd* cmd)
{
if (!g_LocalPlayer !g_LocalPlayer->IsAlive())
return;
if (g_LocalPlayer->m_fFlags() & 1)
return;
if (GetKeyState(g_Options.edge_bug_key))
{
g_CVar->FindVar("sv_min_jump_landing_sound")->SetValue("63464578");
}...
Просмотры: 1,634
Ответы: 9