30.09.2015, 10:04
It's because when you select rows in mysql, row number starts from 0 (and usually there is only 1 row unless you have duplicate factions) so
sry didn't notice it the first time, change all those factionid to 0 and it will load perfectly.
PHP код:
cache_get_field_content(0, "facname", FactionInfo[factionid][facname],1,32);