As the title suggests, we're in need of a function that allows you to define distance in whatever direction you define.
So for example.
with this I could spawn something in front of me, behind me ect.
So for example.
Code:
x, y, z = GetPositionFromPlayer(player, direction, distance) obj = createObject(id, x, y, z)
Comment