22.07.2017, 17:10
mysql_tquery(sql, "SELECT * FROM `clans`", "tLoadClans", "");
Edit:
new id;
id = cache_get_field_content_int(i, "clanID");
and
ClanDB[id][ClanID] = cache_get_field_content_int(i, "clanid");
cache_get_field_content(i, "clan_name", ClanDB[id][ClanName]);
etc
Edit:
new id;
id = cache_get_field_content_int(i, "clanID");
and
ClanDB[id][ClanID] = cache_get_field_content_int(i, "clanid");
cache_get_field_content(i, "clan_name", ClanDB[id][ClanName]);
etc