stock IsVehicleInRangeOfPoint(vehicleid,Float:range,Float:x,Float:y,Float:z) { return range >= GetVehicleDistanceFromPoint(vehicleid, x,y,z); }