View Single Post
peewee41
Member
Join Date: Jul 2009
Old 07-05-2012 , 23:39   Re: Connect Announce
Reply With Quote #624

Bug in line 46:
Code:
static String:g_sSColors[5][13]  = {"{DEFAULT}",     "{LIGHTGREEN}", "{GREEN}", "{YELLOW}",	"{OLIVE"};
missing } after {OLIVE:

Code:
static String:g_sSColors[5][13]  = {"{DEFAULT}",     "{LIGHTGREEN}", "{GREEN}", "{YELLOW}",	"{OLIVE}"};
peewee41 is offline