@Neee....l, you can use whole html code in a lang file, instead of line by line.
Code:
new iTest[ 1052 ];
formatex( iTest, charsmax( iTest ), "%L", id, "LANG_HTML_MOTD" )
show_motd( id, iTest, "Title or Something here" )
Then in the lang file you put the html code.
@Black Rose, Nothing worked, it's not just 1 html code in the lang file. Nothing of those html codes works.
And is there a way to remove those %? Or just put more characters?
__________________