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
#2

Well, the script doesnt see a new OnMasterSystemInit anywhere. That's all it is from what I can see.
Reply
#3

Hmm..
Reply
#4

The error is in your include YSI\y_master.inc. May be you messed up with your includes.
Update your server package along with the includes and plugins.
Reply
#5

Wrong function and the server can't read it
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)