error when compile
#3

PHP код:
if(HouseInfo[iIndex][hOwned]) {
            if(
HouseInfo[iIndex][hRentable] == 0format(szFileStrsizeof(szFileStr), "This house is owned by\n%s\nLevel: %d\nID: %d",HouseInfo[iIndex][hOwner],HouseInfo[iIndex][hLevel],iIndex);
            else 
format(szFileStrsizeof(szFileStr), "This house is owned by\n%s\nRent: $%d\nLevel: %d\nID: %d\nType /rentroom to rent a room",HouseInfo[iIndex][hOwner],HouseInfo[iIndex][hRentFee],HouseInfo[iIndex][hLevel],iIndex);
        }
        else 
format(szFileStrsizeof(szFileStr), "This house is\n for sale!\n Description: %s\nCost: $%d\n Level: %d\nID: %d\nTo buy this house type /buyhouse",HouseInfo[iIndex][hDescription],HouseInfo[iIndex][hValue],HouseInfo[iIndex][hLevel],iIndex);
        
HouseInfo[iIndex][hPickupID] = CreateDynamicPickup(127323HouseInfo[iIndex][hExteriorX], HouseInfo[iIndex][hExteriorY], HouseInfo[iIndex][hExteriorZ]);
        
HouseInfo[iIndex][hTextID] = CreateDynamic3DTextLabel(szFileStrCOLOR_GREENHouseInfo[iIndex][hExteriorX], HouseInfo[iIndex][hExteriorY], HouseInfo[iIndex][hExteriorZ]+0.5,30.0, .testlos 1, .distance 30.0);
        ++
iIndex;
    }
    return 
fclose(iFileHandle);

the line 16925 start at Houseinfo[index][htextid]....................distance
Reply


Messages In This Thread
error when compile - by Shazwan - 04.01.2013, 12:04
Re: error when compile - by YoYo123 - 04.01.2013, 12:09
Re: error when compile - by Shazwan - 04.01.2013, 12:11
Re: error when compile - by Shazwan - 04.01.2013, 12:25
Re: error when compile - by YoYo123 - 04.01.2013, 14:35

Forum Jump:


Users browsing this thread: 1 Guest(s)