04.07.2014, 05:17
try doing like this--
INI_ParseFile(playerfile, "LoadHouse", .bExtra = true, .extra = houseid, .bPassTag = true);
forward LoadHouse(h, tag[], name[], value[]);
public LoadHouse(h, tag[], name[], value[])
{
}
this will load whole file
tags dont matter here so probably it should work
dont edit anything in the public header
Do NOT replace tag[] with your tag leave it as it is
INI_ParseFile(playerfile, "LoadHouse", .bExtra = true, .extra = houseid, .bPassTag = true);
forward LoadHouse(h, tag[], name[], value[]);
public LoadHouse(h, tag[], name[], value[])
{
}
this will load whole file
tags dont matter here so probably it should work
dont edit anything in the public header
Do NOT replace tag[] with your tag leave it as it is

