"Can't use cheat cvar fov_cs_debug in multiplayer, unless the server has sv_cheats set to 1."Напиши просто в консоли
"Can't use cheat cvar fov_cs_debug in multiplayer, unless the server has sv_cheats set to 1."Напиши просто в консоли
Unlock cheat convars"Can't use cheat cvar fov_cs_debug in multiplayer, unless the server has sv_cheats set to 1."
получилась у меня такая фича, проверил даже, всё работает, может и говнокод,но и как иначеUnlock cheat convars
ui.add_checkbox("ScopeOverride", "123")
function aaa() {
var keys = vars.get_int("js.123")
convars.set_int("sv_cheats", 1337)
cheat.execute_command("fov_cs_debug 90");
}
register_callback('createmove', aaa);
Так получшеполучилась у меня такая фича, проверил даже, всё работает, может и говнокод,но и как иначе
JavaScript:function aaa() { cheat.execute_command("fov_cs_debug 90"); } register_callback('createmove', aaa);
var today = new Date();
var hours = today.getHours() <= 9 ? "0" + today.getHours() + ":" : today.getHours();
var minutes = today.getMinutes() <= 9 ? "0" + today.getMinutes() : today.getMinutes();
hours + ":" + minutes
Теперьvar time = new Date().toTimeString().substring(0, 5);
полу деобусцированКлиент, у меня есть скрипт этот, но он обфусцированный, не позволяет мозг полностью получить код