mirror of
https://github.com/gmod-integration/lua.git
synced 2025-03-15 22:27:34 +00:00
add: gmi_screen and move con cmd
This commit is contained in:
parent
d9340b2436
commit
0ffd60ff6d
|
@ -27,9 +27,3 @@ function gmInte.openAdminConfig()
|
|||
|
||||
gmInte.SendNet("getConfig")
|
||||
end
|
||||
|
||||
//
|
||||
// Concommands
|
||||
//
|
||||
|
||||
concommand.Add("gmod_integration_admin", gmInte.openAdminConfig)
|
|
@ -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