06.04.2012, 12:01
Compound statement not closed at the end of file(started at 115) ended at 121
Please fix this error if fixed rep up
Код:
public OnPlayerUpdate(playerid)
{
if(IsPlayerInRangeOfPoint(playerid, 8, 2497.39, 2777.62, 11.27))
{
MoveObject(ag, 2497.50, 2785.44, 11.27,3);
MoveObject(ag1, 2497.73, 2760.43, 11.27,3);
SetTimer("close",4000,0);
return 1;
}

