23.05.2009, 18:43
You're telling the camera to look at where you put it... To set the camera facing in the same direction as the player, you'd need to use GetXYInFrontOfPlayer() or similar to get a co-ordinate in front of the player, then set the camera to look at that.