Update shared.lua

This commit is contained in:
Physics-Dude 2021-10-09 12:00:56 -04:00 committed by GitHub
parent e4907fbc34
commit da9aa7a348
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -348,6 +348,16 @@ AddMediaPlayerModel( --other
height = 36
}
)
AddMediaPlayerModel( --other
"(GMod) Big TV Console",
"models/props/cs_militia/television_console01.mdl",
{
angle = Angle(-90, 90, 0),
offset = Vector(13.5,22,55.5),-- Forward/Back | Left/Right | Up/Down
width = 44,
height = 33
}
)
AddMediaPlayerModel( --gmod
"(GMod) PC Monitor",
"models/props_office/computer_monitor_01.mdl",