Hallo leute ich suche es das wenn ich beim pd in die nähe des tores gehe das es auf geht ich habe es so
public torpd(object)
{
if(IsPlayerInRangeOfPoint(10,-2208.8999023438, 2040.7866210938, 4.0999999046326))
{
if(isPlayerInFrakt(1))
{
MoveObject(tor4,-2208.8999023438, 2040.7866210938, 4.0999999046326-10,5);
return 1;
}
return 1;
}
aber da kommen dieser Error
C:\Users\acer\Desktop\Script\1\gamemodes\aha1.pwn(2106) : error 030: compound statement not closed at the end of file (started at line 2096