1
0
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:
Ilya Krasnow
2025-11-05 00:56:30 +03:00
committed by GitHub
parent 41143af0e1
commit fcbe4bd437

View File

@@ -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