Die Errors:
C:\Users\HP\Desktop\samp 0.3\gamemodes\Tutorial.pwn(681) : error 001: expected token: ")", but found "{"
C:\Users\HP\Desktop\samp 0.3\gamemodes\Tutorial.pwn(694) : error 001: expected token: ")", but found "{"
C:\Users\HP\Desktop\samp 0.3\gamemodes\Tutorial.pwn(701) : warning 209: function "ocmd_cpd1" should return a value
Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
2 Errors.
Die Zeilen:
ocmd:opd1 (playerid,params[])
{
if(isPlayerInFrakt(playerid,1)
{
if(!IsPlayerInRangeOfPoint(playerid,10,-1701.4476318359, 683.88562011719, 25.587587356567))
{
MoveObject(pdtor[0],-1701.4476318359, 683.88562011719, 25.587587356567-10,5);
return 1;
}
}
return 1;
}