View Single Post
sneaK
SourceMod Moderator
Join Date: Feb 2015
Location: USA
Old 01-26-2017 , 00:45   Re: [CS:GO/CS:S] ServerAdvertisement - MultiLang | *UPDATED 13.12.2015
Reply With Quote #398

Quote:
Originally Posted by zipcore View Post
v2.7
  • Added multiline support by Arkarr
  • Cleaned up code (...)
  • Fixed invalid cookie handle error
When using \n it just repeats the same message for every time you have an \n in the config, plus the original line.

Example:

Code:
"1"
		{
			"default"	"{Lime}Testing Line Breaks \n {Green}Line 1 \n {Green}Line 2 \n {Green}Line 3"
			"type"		"T"
		}
Results in:


I even put space in between the \n to avoid possible conflicts.
__________________

Last edited by sneaK; 01-26-2017 at 00:45.
sneaK is offline