Hi, I'm trying to make a plugin that changes the spy's disguised class speed to whichever class's disguise they take on. All works fine, except if I raise sv_maxspeed to 400, everyone in the server's maxspeed raises. But I want it to only effect that one player. It seems that set_user_maxspeed seems to obey the sv_maxspeed cvar. Is there any way I can set the maxspeed for one player higher than sv_maxspeed so it doesn't effect other players? BTW: The default server maxspeed is set to 320, but when I did get_user_maxspeed on a scout, it reported 400. In the game programming it seems to override the default 320.
EDIT: I checked
http://forums.alliedmods.net/showthr...axspeed&page=2 and I'm still wondering if setting a cl_blahblah would be considered slowhacking. I want to stay away from that.