打开菜单时,脚本应该运行,但它没有运行。
hook.Add('c_menu','OpenMenu', function(ply)
if SANDBOX:ContextMenuOpened() == true then
CmdDerma()
print('Context menu is open')
end
end)
打开菜单时,脚本应该运行,但它没有运行。
hook.Add('c_menu','OpenMenu', function(ply)
if SANDBOX:ContextMenuOpened() == true then
CmdDerma()
print('Context menu is open')
end
end)
如果你还没有弄清楚,我准备好提供帮助。首先,没有 c_menu 钩子,使用https://wiki.facepunch.com/gmod/GM:OnContextMenu打开这个。if'e 中多余的代码仍然在你面前。== true - 没有意义,因为 if and so 它适用于 true。
成品选项: