I am trying to build some kind of Teleport Plugin. (Just to learn)
get_user_origin and set_user_origin use integer values.
Now, for example if the player stands next to a wall and saves his position,
later then teleports there, he has a 50% chance of being stuck in the wall,
as his float values of his origin were rounded to integers.
Someone please get me a solution for this Problem!
Thanks in Advance!