15.11.2010, 18:37
pawn Код:
public LoadProperty()
{
new file[64];
for(new idx = 0; idx < sizeof(HouseInfo) ; idx++)
{
format(file, sizeof(file),"Houses/%d.ini", idx); // you didn't put ";" at the end...
if(dini_Exists(file))
{
HouseInfo[idx][hEntranceX] = dini_Float(file,"Entrance_X");
..............
.......
....