Errors
#3

thanks but what's problem here can u see please
pawn Code:
stock LoadProperty(Houseid)
{
    INI_String("OwnerName",HouseData[Houseid][h_OwnerName]);
    INI_Int("OwnerID",HouseData[Houseid][h_OwnerID]);
    INI_String("RenterName",HouseData[Houseid][h_RenterName]);
    INI_Int("RenterID",HouseData[Houseid][h_RenterID]);
    INI_String("HouseName",HouseData[Houseid][h_HouseIntName]);
    INI_Int("Value",HouseData[Houseid][h_Value]);
    INI_Int("Rent",HouseData[Houseid][h_Rent]);
    INI_Int("ForSale",HouseData[Houseid][h_ForSale]);
    INI_Int("Alarm",HouseData[Houseid][h_Alarm]);
    INI_Int("Lock",HouseData[Houseid][h_Lock]);
    INI_Int("Money",HouseData[Houseid][h_Money]);
    INI_Int("Drugs",HouseData[Houseid][h_Drugs]);
    INI_Int("Condoms",HouseData[Houseid][h_Condoms]);
    INI_Int("Flowers",HouseData[Houseid][h_Flowers]);
    INI_Int("Robberies",HouseData[Houseid][h_Robberies]);
    INI_Int("Breakins",HouseData[Houseid][h_Breakins]);
    INI_Int("OwnerVisits",HouseData[Houseid][h_OwnerVisits]);
    INI_Int("OtherVisits",HouseData[Houseid][h_OtherVisits]);
    INI_Int("Purchasers",HouseData[Houseid][h_Purchasers]);
    INI_Int("Rented",HouseData[Houseid][h_Rented]);
    return 1;
}
too mcuh errors about undefined symbol INI_STRING,INI_Int
Reply


Messages In This Thread
Errors - by AroseKhanNiazi - 06.05.2014, 17:43
Re: Errors - by Konstantinos - 06.05.2014, 17:55
Re: Errors - by AroseKhanNiazi - 06.05.2014, 18:16
Re: Errors - by AroseKhanNiazi - 07.05.2014, 10:38
Re: Errors - by Ghazal - 07.05.2014, 10:50
Re: Errors - by AroseKhanNiazi - 07.05.2014, 10:57
Re: Errors - by Ghazal - 07.05.2014, 11:05
Re: Errors - by AroseKhanNiazi - 07.05.2014, 11:27
Re: Errors - by AroseKhanNiazi - 07.05.2014, 11:48
Re: Errors - by AroseKhanNiazi - 07.05.2014, 11:52

Forum Jump:


Users browsing this thread: 1 Guest(s)