Last server records
Pro Nub

Commentaries - arte_de_la_puerta

Page 1 of 2 1 2
If you want to know how different 100aa vs 10aa feels, do "rate 1" (default is 80000) then toggle aa and you see. The choppiness is from the server correcting the path that your client predicts. Do a duck strafe and see that your client cannot do but the server rectifies it moments after.

To fix this, server has to also send out correct aa information to client along with server side prediction per player.
From what I see, it seems a bit complicated for me but in order to make the lag not laggy, the server has to send out the correct changed airaccelerate values in net_message and it will work from there. I am not sure how amxmodx will do that but I guess you will find a way.
The lag for 100aa seems very unavoidable unless there is a way to force client to experience 100aa as well. Here is quoting from PM_Move function.

"This modume implements the shared player physics code between any particular game and
the engine. The same PM_Move routine is built into the game .dll and the client .dll and is
invoked by each side as appropriate. There should be no distinction, internally, between server
and client. This will ensure that prediction behaves appropriately."

It's not limited to duckhop but any movement that is slightly different happening in 100aa that should happen in 10aa