MySQL R38 Cache problem
#1

Hello guys, I have a big problem...
the clan name load but loaded with clan color.

Код:
forward LoadClanData(clanid);
public LoadClanData(clanid)
{
	cache_get_data(Row,Field,Handle);
	if(Row)
	{
                new tmp[100];
		cache_get_field_content(0, "cColor", tmp);
		strins(cData[clanid][cColor],tmp,0);

		cache_get_field_content(0, "cFounder", tmp);
		strins(cData[clanid][cFounder],tmp,0);

		cache_get_field_content(0, "cName", tmp);
		strins(cData[clanid][cName],tmp,0);

		printf("%s ",cData[clanid][cName]);
	}
	return 1;
}
The result:
"NoneFFFC8"

please help meee
Reply


Messages In This Thread
MySQL R38 Cache problem - by ShveDDii - 22.09.2014, 14:18
Re: MySQL R38 Cache problem - by ranme15 - 22.09.2014, 14:38

Forum Jump:


Users browsing this thread: 1 Guest(s)