2 Errors
#1

pawno\include\YSI\y_master.inc(1083) : error 017: undefined symbol "OnMasterSystemInit"
pawno\include\YSI\y_master.inc(1083) : error 010: invalid function or declaration

Код:
            HouseInfo[idx][hOutsideIcon] = CreateDynamicPickup(1273, 1, HouseInfo[idx][hEntranceX], HouseInfo[idx][hEntranceY], HouseInfo[idx][hEntranceZ], HouseInfo[idx][hWorld]);
            HouseInfo[idx][hInsideIcon] = CreateDynamicPickup(1273, 1, HouseInfo[idx][hExitX], HouseInfo[idx][hExitY], HouseInfo[idx][hExitZ], HouseInfo[idx][hInsideWorld]);
			idx++;
            
		}
		fclose(file);
	}
	return 1;
 }
--------This is the line!
public SaveHouses()
{
    new idx;
	new File: file2;
	while (idx < sizeof(HouseInfo))
	{
Reply


Messages In This Thread
2 Errors - by Sajeevan - 28.06.2012, 07:46
Re: 2 Errors - by TyThaBomb - 28.06.2012, 08:09
Re: 2 Errors - by Sajeevan - 28.06.2012, 08:21
Re: 2 Errors - by Faisal_khan - 28.06.2012, 10:03
Re: 2 Errors - by Strech - 28.06.2012, 21:17

Forum Jump:


Users browsing this thread: 1 Guest(s)