09.04.2015, 17:40
Код:
stock IsAtImpoundingPoint(playerid)
{
if(IsPlayerConnected(playerid))
{
for(new i=1; i < MAX_IMPOUND; i++)
{
if(ImpoundCreated[i]); //error 036: empty statement
{
if(IsPlayerInRangeOfPoint(playerid, 15.0, ImpoundPos[i][0], ImpoundPos[i][1], ImpoundPos[i][2]);//error 001: expected token: ")", but found ";" //error 036: empty statement
}
}
}
return 0;
}


