stock Distancia(playerid,otherid){ new Float:P[3]; GetPlayerPos(otherid,P[0],P[1],P[2]); return GetPlayerDistanceFromPoint(playerid,P[0],P[1],P[2]);}