mirror of
https://github.com/JonnyBro/beatrun.git
synced 2025-01-01 14:53:02 +05:00
You didn't saw anything
This commit is contained in:
parent
a1ca7e35b9
commit
3e8139860e
2 changed files with 1 additions and 5 deletions
|
@ -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 richtext = ""
|
||||||
local nextupdate = 0
|
local nextupdate = 0
|
||||||
|
|
|
@ -2,8 +2,4 @@ hook.Add("PlayerButtonDown", "CourseMenuBind", function(ply, button)
|
||||||
if (game.SinglePlayer() or CLIENT and IsFirstTimePredicted()) and button == KEY_F4 then
|
if (game.SinglePlayer() or CLIENT and IsFirstTimePredicted()) and button == KEY_F4 then
|
||||||
ply:ConCommand("Beatrun_CourseMenu")
|
ply:ConCommand("Beatrun_CourseMenu")
|
||||||
end
|
end
|
||||||
|
|
||||||
if (game.SinglePlayer() or CLIENT and IsFirstTimePredicted()) and button == KEY_F3 then
|
|
||||||
ply:ConCommand("Beatrun_GamemodesMenu")
|
|
||||||
end
|
|
||||||
end)
|
end)
|
Loading…
Reference in a new issue