Подпишитесь на наш Telegram-канал, чтобы всегда быть в курсе важных обновлений! Перейти

Ищу скрипт Ищу Viewmodel in scope (weave)

JavaScript:
Expand Collapse Copy
ui.add_checkbox("Viewmodel in scope", "vw_in_scope")


register_callback('createmove', function()
{

    if(vars.get_bool("js.vw_in_scope"))
    {
        cheat.execute_command("fov_cs_debug 90")
    }
    else
    {
        cheat.execute_command("fov_cs_debug 0")
    }

})
 
Назад
Сверху Снизу