23.12.2013, 09:42
a simple elseif would solve the problem
pawn Код:
if(IsPlayerInRangeOfPoint(playerid,3.0,1123.4500,-2036.6272,69.8872))
{
//code
}else if(IsPlayerInRangeOfPoint(playerid,3.0,938.0398,97.6458,1001.2659))
{
//code
}