View Single Post
Tellek
Member
Join Date: Sep 2014
Location: Poland
Old 04-02-2017 , 06:36   Re: [CS:GO/CS:S] ServerAdvertisement - MultiLang | *UPDATED 13.12.2015
Reply With Quote #407

Hi,
There is an issue, when you set advertisment tag with {colors} the color name with brackets are displayed in csay (C type messages).
I fixed it:
Code:
if(StrEqual(sType, "C", false))
       {
         PrintHintText(i,"%s", sText);
       }
Attached Files
File Type: sp Get Plugin or Get Source (ServerAdvertisement.sp - 80 views - 5.9 KB)
File Type: smx ServerAdvertisement.smx (15.7 KB, 77 views)
Tellek is offline