[help] ghostmode math
yes im looking for the math that 1-key ghostmode uses. i have a function for it set up like this:
its going to be for any fps, thats why i have the int max_yaw and max_pitch. thanks in advance!
Code:
void forward( float distance, float yaw, float pitch, int max_yaw, int max_pitch )


