10.12.2011, 14:03
I have problem with loading with y_ini
i put:
under OnGameModeInit
and at the end of script i put:
and it wont to load ...
pls help
i put:
pawn Код:
new file[40];
format(file,sizeof(file),"House/Kuce/%i.ini",HouseCount);
INI_ParseFile(file, "ini_%s_%s");
and at the end of script i put:
pawn Код:
forward ini_examples_mine(name[], value[]);
public ini_examples_mine(name[], value[])
{
.....
}
pls help