I have a question regarding Client Side prediction.
Most tutorials and explanations assume that the Client sends messages like "Move my player up by 1 Position", but what if I send messages like "Set my player's velocity to x"?
Since it's hard to explain with text, I made a graphic explaining my problem.
Graphic (Ignore the 5.5cm):

The main problem is, that the player sets his own velocity, due to Client Side Prediction, earlier than the Server. So if two different velocities overlap, the Server would get out of sync.
How can I tackle that problem?