agnwstos
05-21-2012, 12:44 PM
Hello guys i am adding a second player in my game using split screen functions. The problem is that the second controller has different pawn calss than the first one. How do i change this? If that cannot be happen how do i change the eyeheight of second player to match those of first one? I tried this one but it does not work :
Pawn.EyeHeight = newValue;
Pawn.BaseEyeHeight = newValue;
Pawn.SetBaseEyeheight();
Any ideas??
Pawn.EyeHeight = newValue;
Pawn.BaseEyeHeight = newValue;
Pawn.SetBaseEyeheight();
Any ideas??