Gates bug
#7

Yes!

im have this codes in line 17393

pawn Код:
if(HouseInfo[iIndex][hOwned]) {
            if(HouseInfo[iIndex][hRentable] == 0) format(szFileStr, sizeof(szFileStr), "This house is owned by\n%s\nLevel: %d\nID: %d",HouseInfo[iIndex][hOwner],HouseInfo[iIndex][hLevel],iIndex);
            else format(szFileStr, sizeof(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(szFileStr, sizeof(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(1273, 23, HouseInfo[iIndex][hExteriorX], HouseInfo[iIndex][hExteriorY], HouseInfo[iIndex][hExteriorZ]);
        HouseInfo[iIndex][hTextID] = CreateDynamic3DTextLabel(szFileStr, COLOR_GREEN, HouseInfo[iIndex][hExteriorX], HouseInfo[iIndex][hExteriorY], HouseInfo[iIndex][hExteriorZ]+0.5,30.0, .testlos = 1, .distance = 30.0);
        ++iIndex;
    }
    return fclose(iFileHandle);
}
Reply


Messages In This Thread
Gates bug - by ewida - 14.05.2013, 18:02
Re: Gates bug - by ewida - 14.05.2013, 18:05
Re: Gates bug - by ewida - 14.05.2013, 18:07
AW: Gates bug - by Blackazur - 14.05.2013, 18:11
Re: Gates bug - by ewida - 14.05.2013, 18:19
AW: Gates bug - by Blackazur - 14.05.2013, 18:21
Re: Gates bug - by ewida - 14.05.2013, 18:23
Re: Gates bug - by ewida - 14.05.2013, 18:27

Forum Jump:


Users browsing this thread: 1 Guest(s)