mirror of
https://github.com/metrostroi-repo/MetrostroiAddon.git
synced 2026-05-02 00:42:29 +00:00
Big update
This commit is contained in:
@@ -936,7 +936,7 @@ concommand.Add("metrostroi_capture_rt",function(_,_,args)
|
||||
local train = LocalPlayer().InMetrostroiTrain
|
||||
if not IsValid(train) then return end
|
||||
|
||||
print("Close menu window, for capture RenderTarget train")
|
||||
print("Close menu window for capture RenderTarget train")
|
||||
|
||||
hook.Add("HUDPaint","Metrostroi.CaptureRT",function() -- gui.HideGameUI() not working and deprecated
|
||||
local train = LocalPlayer().InMetrostroiTrain
|
||||
|
||||
Reference in New Issue
Block a user