Quote:
Originally Posted by jlalt
print house name if owned example:
PHP Code:
if(HouseInfo[i][HOwned] == 1)
{
printf("%s",HouseInfo[i][HName]);
//...
also be sure you have set size for HName in house enum like:
HName[MAX_PLAYER_NAME+1], 
|
i hadn't set size i will set it now at 30 thanks jlalt i am going to check if it works