I have seen that if I change another players x and y with the tool and they move quickly after, they snap back to that position. Would changing the position on the serverside fix that?
PHP Code:
with(findplayer(params)) {
player.x = params;
player.y = params;
}