Perhaps he mean how do you change the z offset? If that is his question then do action, custom text and past this:
call SetCameraFieldForPlayer( Player(0), CAMERA_FIELD_ZOFFSET, 666.00, 0 )
Changing the player to whatever(player 0= player1, 2=1, etc..) and change the 666.00 to whatever you want the offset to be. the other 0 is the time it takes. |