Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
Little question about it : How can it be configured to open at server startup?
Thank you
net.Receive("OpenMotd", function (len, ply )
drawmotdFrame()
end)
It's kinda pointless to force them to run a command.
local ContentText = vgui.Create("RichText", contentBox)
ContentText:SetPos(4,4)
ContentText:InsertColorChange(255,255,255,255)
ContentText:AppendText(blurMotd.News)
ContentText:Dock(FILL)
function ContentText:PerformLayout()
self:SetFontInternal( "wildfireFontExit" ) -- CHANGE TO YOUR FONT HERE.
self:SetFGColor( Color( 255, 255, 255 ) )
end
P.S. I added you so we can resolve this.
Thanks!
Go and download the addon through the github link again, opening on spawn works now. Make sure you're not subscribed to the workshop version at the same time.
Any ideas?
Go to the GitHub version to get the custom ULX command for your server.