Mysql cant get string
#2

PHP код:
HouseInfo[houseid][hOwner]=cache_get_field_content(i"Owner"HouseInfo[houseid][hOwner]); 
change it with:
PHP код:
cache_get_field_content(i"Owner"HouseInfo[houseid][hOwner]); 
and in houseinfo enum be sure you've used hOwner as string for example:
enum hinfo
{
hOwner[MAX_PLAYER_NAME+1],
ID,
};
new HouseInfo[MAX_HOUSES][hinfo];....
Reply


Messages In This Thread
Mysql cant get string - by Aa12 - 22.01.2016, 13:39
Re: Mysql cant get string - by jlalt - 22.01.2016, 14:06
Re: Mysql cant get string - by Aa12 - 22.01.2016, 14:12
Re: Mysql cant get string - by JeaSon - 22.01.2016, 14:20
Re: Mysql cant get string - by jlalt - 22.01.2016, 14:20
Re: Mysql cant get string - by Aa12 - 22.01.2016, 14:38
Re: Mysql cant get string - by yvoms - 22.01.2016, 14:39

Forum Jump:


Users browsing this thread: 1 Guest(s)