rotation
Posted: Sun Feb 03, 2008 8:41 pm
hey guys, i am trying to make my scripted weapon replicate the pitch of the player, but it does not work. any help?
Code: Select all
PositionToPawn("player", -3, 85, 7);
self.ideal_pitch = self.camera_pitch; //rotate with mouse movement
ChangePitch();