Detaljan opis problema: problem sa erorr
Dio skripte:
#include
#if defined FILTERSCRIPT
public OnFilterScriptInit()
{
print("\n--------------------------------------");
print(" Blank Filterscript by your name here");
print("--------------------------------------\n");
return 1;
}
public OnFilterScriptExit()
{
return 1;
}
#else
main()
{
print("\n----------------------------------");
print(" Blank Gamemode by your name here");
print("----------------------------------\n");
}
#endif
#include
new autogate;
forward close();
public OnGameModeInit()
{
autogate = CreateObject(968,1545.6999500,-2276.6001000,13.0000000,0.0000000,90.0000000,0.0000000);
return 1;
}
public OnPlayerUpdate(playerid)
{
if(IsPlayerInRangeOfPoint(playerid,8,1545.6999500,-2276.6001000,13.0000000))
{
MoveObject(autogate, 1545.0000000,-2276.6999500,13.0000000,3);
SetTimer("close",6000,0);
return 1;
}
return 1;
}
public close()
MoveObject(autogate,1545.6999500,-2276.6001000,13.0000000,3);
return 1;
}
Neke slike/video za lakse dobivanje pomoci(neobavezno):

