Loading with Y_Ini
#1

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:

pawn Код:
new file[40];
format(file,sizeof(file),Kuce,HouseCount);
INI_ParseFile(file, "House", .bExtra = true, .extra = 0);
that is under ongamemodeinit...

and

pawn Код:
forward House(houseid, name[], value[]);
public House(houseid, name[], value[])
{
    .....
    return 1;
}
And nothing is loaded..

pawn Код:
#define Kuce            "KizlaKuce/Kuce/%s.ini"
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)