skatefilter5 Posted August 3, 2017 Share Posted August 3, 2017 I just want to make it FPS both player views. I tried, but it's on the crouch height even I try to change or the height it still end up the same height since I can't change the view when player 2 is active so I override setting the camera. I want second player's view to the height has anyone else. {$CLEO .cs}//-------------MAIN---------------0000: NOP :NONAME_2wait 0 if Player.Defined($PLAYER_CHAR)jf @NONAME_2 04C4: store_coords_to [email protected] [email protected] [email protected] from_actor $PLAYER_ACTOR with_offset 0.0 0.0 0.0 04C4: store_coords_to [email protected] [email protected] [email protected] from_actor $PLAYER_ACTOR with_offset 0.0 -5.0 0.0 :NONAME_80wait 0 if and00E1: player 1 pressed_key 13 056D: actor $SECOND_PLAYER_ACTOR defined jf @NONAME_80 $157 = 1 Camera.PointAt([email protected], [email protected], [email protected], 2)Camera.SetPosition([email protected], [email protected], [email protected], 12, 12, 12)067C: put_camera_on_actor $SECOND_PLAYER_ACTOR offset 0.0 0.5 0.0 rotation 0.0 1.0 0.0 tilt 0.0 switchstyle 2 wait 300 :NONAME_190wait 0 if and00E1: player 1 pressed_key 13 056D: actor $SECOND_PLAYER_ACTOR defined jf @NONAME_190 $157 = 0 Camera.Restorejump @NONAME_80 See this? Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now