I've used this simple, but effective way of increasing roll and pitch:
Code:
client_cmd(a,"m_yaw 0.015") //WHILE SWOOPING DECREASE YAW AND PITCH
client_cmd(a,"m_pitch 0.015")
but you could use these pev's (FM cons):
Code:
pev_pitch_speed,
pev_yaw_speed,
or the engine's:
Code:
EV_FL_pitch_speed,
EV_FL_yaw_speed,
__________________