What are you actually trying to do? To set some different maxspeed to yourself? If so, Ham_CS_Player_ResetMaxSpeed should work fine, but in new versions of Amxmodx. So the working (but not the best) way for me is hooking CurWeapon using set_user_maxspeed() from fun.inc. Will work, but there are better ways which I can't explain in details.