1
0
mirror of https://github.com/metrostroi-repo/MetrostroiAddon.git synced 2026-05-02 00:42:29 +00:00

Additional fix #333

This commit is contained in:
Ilya Krasnow
2021-12-12 03:12:06 +03:00
parent 4b0abb7ba5
commit 508a24675a
5 changed files with 8 additions and 8 deletions

View File

@@ -79,10 +79,10 @@ if Turbostroi and not TURBOSTROI then
if IsValid(Player(index)) then
if value==0 then
Player(index):PrintMessage( HUD_PRINTCONSOLE, "--START" )
print("--START")
-- print("--START")
end
Player(index):PrintMessage( HUD_PRINTCONSOLE, system )
print(system)
-- print(system)
end
end,
}
@@ -155,7 +155,7 @@ if Turbostroi and not TURBOSTROI then
if not IsValid(ply) or not ply:IsSuperAdmin() then return end
local train = ply:GetTrain()
if IsValid(train) then
print(cmd:sub(1,2),cmd:sub(3,4))
-- print(cmd:sub(1,2),cmd:sub(3,4))
SendMessage(train,6,cmd:sub(1,255),cmd:sub(256,511),ply:UserID(),0)
end
end)