15.11.2010, 18:32
please help me with this..
pawn Код:
D:\SERVER\gamemodes\gf.pwn(8479) : error 001: expected token: ";", but found "if"
pawn Код:
public LoadProperty()
{
new file[64];
for(new idx = 0; idx < sizeof(HouseInfo) ; idx++)
{
format(file, sizeof(file),"Houses/%d.ini", idx)
Thats the line-->> if(dini_Exists(file))
{
HouseInfo[idx][hEntranceX] = dini_Float(file,"Entrance_X");
..............
.......
....