mirror of
https://github.com/gmod-integration/lua.git
synced 2025-03-15 17:17:33 +00:00
add: gmi_screen and move con cmd
This commit is contained in:
parent
d9340b2436
commit
0ffd60ff6d
|
@ -26,10 +26,4 @@ function gmInte.openAdminConfig()
|
|||
end
|
||||
|
||||
gmInte.SendNet("getConfig")
|
||||
end
|
||||
|
||||
//
|
||||
// Concommands
|
||||
//
|
||||
|
||||
concommand.Add("gmod_integration_admin", gmInte.openAdminConfig)
|
||||
end
|
|
@ -69,9 +69,8 @@ end
|
|||
// Console Commands
|
||||
//
|
||||
|
||||
concommand.Add("gmod_integration_screenshot", function()
|
||||
gmInte.takeScreenShot()
|
||||
end)
|
||||
concommand.Add("gmod_integration_screenshot", gmInte.takeScreenShot)
|
||||
concommand.Add("gmi_screen", gmInte.takeScreenShot)
|
||||
|
||||
//
|
||||
// Chat Commands
|
||||
|
|
Loading…
Reference in New Issue
Block a user