mirror of
https://github.com/gmod-integration/lua.git
synced 2025-03-15 22:07:34 +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
|
end
|
||||||
|
|
||||||
gmInte.SendNet("getConfig")
|
gmInte.SendNet("getConfig")
|
||||||
end
|
end
|
||||||
|
|
||||||
//
|
|
||||||
// Concommands
|
|
||||||
//
|
|
||||||
|
|
||||||
concommand.Add("gmod_integration_admin", gmInte.openAdminConfig)
|
|
|
@ -69,9 +69,8 @@ end
|
||||||
// Console Commands
|
// Console Commands
|
||||||
//
|
//
|
||||||
|
|
||||||
concommand.Add("gmod_integration_screenshot", function()
|
concommand.Add("gmod_integration_screenshot", gmInte.takeScreenShot)
|
||||||
gmInte.takeScreenShot()
|
concommand.Add("gmi_screen", gmInte.takeScreenShot)
|
||||||
end)
|
|
||||||
|
|
||||||
//
|
//
|
||||||
// Chat Commands
|
// Chat Commands
|
||||||
|
|
Loading…
Reference in New Issue
Block a user