Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 12/22/18 in File Reviews

    Can't update resource right now. Credits to Spalk for: function pointingAt(distance) { const farAway = new mp.Vector3((direction.x * distance) + (coords.x), (direction.y * distance) + (coords.y), (direction.z * distance) + (coords.z)); const result = mp.raycasting.testPointToPoint(coords, farAway, [1, 16]); if (result === undefined) { return 'undefined'; } return result; }
    1 point
×
×
  • Create New...