• Put Images On a MOTD?
    4 replies, posted
The title basically says it all, I'm wanting to put an Image at the top of my MOTD, is this even possible? If so, please explain.
yeah its possible.
[QUOTE=ne0nz;34043071]yeah its possible.[/QUOTE] Do you have any sources, or information to give about how I can do this?
LUA.
[QUOTE=soupface;34043097]Do you have any sources, or information to give about how I can do this?[/QUOTE] The Kid Ne0nz dont know anything about LUA nor life, Are you talking about HTML or Derma? If its derma do this: [LUA] PanelName.Paint = function() surface.SetDrawColor( 255, 255, 255, 255 ); surface.SetTexture( surface.GetTextureID( ">>>TEXTURE<<<" ) ); surface.DrawTexturedRect( 0, 0, PanelName:GetWide(), PanelName:GetTall() ) end [/LUA] [b][url=http://wiki.garrysmod.com/?title=Surface.DrawTexturedRect]Surface.DrawTexturedRect [img]http://wiki.garrysmod.com/favicon.ico[/img][/url][/b] [QUOTE=ne0nz;34043136]LUA.[/QUOTE] Did you figure that out on your own?
Sorry, you need to Log In to post a reply to this thread.