07.05.2010, 15:10
Just check your coords again, cause at the /deliverinfo coords in the second IsPlayerIRangeOfPoint same as in first and same as in few other:
pawn Код:
//deliverinfo
if(IsPlayerInRangeOfPoint(playerid, 3.0, 1096.3978,-828.5516,86.9453))//here
{
//code
}
else if(IsPlayerInRangeOfPoint(playerid, 3.0, 1096.3978,-828.5516,86.9453))//and here
{
//code
}
//acceptdeliver
else if(IsPlayerInRangeOfPoint(playerid,3.0,1096.3978,-828.5516,86.9453))//and here
//denydeliver
else if(IsPlayerInRangeOfPoint(playerid, 7.0,1096.3978,-828.5516,86.9453))//and here