add sborka
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
|
||||
netstream.Hook("ixViewPaper", function(itemID, text, bEditable)
|
||||
bEditable = tobool(bEditable)
|
||||
|
||||
local panel = vgui.Create("ixPaper")
|
||||
panel:SetText(text)
|
||||
panel:SetEditable(bEditable)
|
||||
panel:SetItemID(itemID)
|
||||
end)
|
||||
Reference in New Issue
Block a user