22.12.2011, 13:37
i have a problem, my house didt load.. i make a House system with tutorial by FireCat.. and i changed it to Y_ini
Here is some things:
that is under ongamemodeinit...
and
And nothing is loaded..
Here is some things:
pawn Код:
new file[40];
format(file,sizeof(file),Kuce,HouseCount);
INI_ParseFile(file, "House", .bExtra = true, .extra = 0);
and
pawn Код:
forward House(houseid, name[], value[]);
public House(houseid, name[], value[])
{
.....
return 1;
}
pawn Код:
#define Kuce "KizlaKuce/Kuce/%s.ini"