ERROR.. i dunno why..
#2

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");
..............
.......
....
[/QUOTE]
Reply


Messages In This Thread
ERROR.. i dunno why.. - by FujiNNN - 15.11.2010, 18:32
Re: ERROR.. i dunno why.. - by Alex_Valde - 15.11.2010, 18:37
Re: ERROR.. i dunno why.. - by FujiNNN - 15.11.2010, 19:07

Forum Jump:


Users browsing this thread: 1 Guest(s)