You didn't saw anything

This commit is contained in:
Jonny_Bro (Nikita) 2023-07-21 21:37:02 +05:00
parent a1ca7e35b9
commit 3e8139860e
2 changed files with 1 additions and 5 deletions

View file

@ -1,4 +1,4 @@
if file.Find("lua/bin/gmcl_steamfriends_*.dll", "GAME") == nil then return end
if file.Find("lua/bin/gmcl_steamrichpresencer_*.dll", "GAME") == nil then return end
local richtext = ""
local nextupdate = 0

View file

@ -2,8 +2,4 @@ hook.Add("PlayerButtonDown", "CourseMenuBind", function(ply, button)
if (game.SinglePlayer() or CLIENT and IsFirstTimePredicted()) and button == KEY_F4 then
ply:ConCommand("Beatrun_CourseMenu")
end
if (game.SinglePlayer() or CLIENT and IsFirstTimePredicted()) and button == KEY_F3 then
ply:ConCommand("Beatrun_GamemodesMenu")
end
end)