mirror of
https://github.com/MalboroDEV/PermaProps.git
synced 2025-03-04 03:13:21 -05:00
Merge pull request #14 from Cherry/patch-1
Set fonts for 3D2D Textscreens
This commit is contained in:
commit
b4f51abef6
@ -130,7 +130,7 @@ PermaProps.SpecialENTSSpawn["sammyservers_textscreen"] = function( ent, data )
|
||||
|
||||
for k, v in pairs(data["Lines"] or {}) do
|
||||
|
||||
ent:SetLine(k, v.text, Color(v.color.r, v.color.g, v.color.b, v.color.a), v.size)
|
||||
ent:SetLine(k, v.text, Color(v.color.r, v.color.g, v.color.b, v.color.a), v.size, v.font)
|
||||
|
||||
end
|
||||
|
||||
@ -342,4 +342,4 @@ PermaProps.SpecialENTSSave["item_ammo_crate"] = function( ent )
|
||||
|
||||
return content
|
||||
|
||||
end
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user