gokuta Posted January 7, 2015 Share Posted January 7, 2015 So, how do I freeze a player WITHOUT freezing my camera? Player must stay still (nor move or puntch in air etc.) whatever I press, but camera must be able to move freely Link to comment https://gtaforums.com/topic/759896-how-to-freeze-a-player/ Share on other sites More sharing options...
JohnDoe4444 Posted January 7, 2015 Share Posted January 7, 2015 Player.CanMove($PLAYER_ACTOR) = False Link to comment https://gtaforums.com/topic/759896-how-to-freeze-a-player/#findComment-1066781552 Share on other sites More sharing options...
In45do Posted January 7, 2015 Share Posted January 7, 2015 Player.CanMove($PLAYER_ACTOR) = False He wanted to freeze the player without freezing the camera. Link to comment https://gtaforums.com/topic/759896-how-to-freeze-a-player/#findComment-1066781897 Share on other sites More sharing options...
JohnDoe4444 Posted January 7, 2015 Share Posted January 7, 2015 (edited) oh i thought it doesn't freeze camera but here is: Actor.LockInCurrentPosition($PLAYER_ACTOR) = True Edited January 7, 2015 by 4sinayousefi iFarbod 1 Link to comment https://gtaforums.com/topic/759896-how-to-freeze-a-player/#findComment-1066784579 Share on other sites More sharing options...
gokuta Posted January 7, 2015 Author Share Posted January 7, 2015 (edited) oh i thought it doesn't freeze camera but here is: Actor.LockInCurrentPosition($PLAYER_ACTOR) = True Just tested. Exactly what I needed. What exact opcode this is? Any similar opcode for locking the actor while he is in car? But it's important, that actor does not jump out of the car when keys are being pressed Edited January 7, 2015 by gokuta Link to comment https://gtaforums.com/topic/759896-how-to-freeze-a-player/#findComment-1066784861 Share on other sites More sharing options...
iFarbod Posted January 8, 2015 Share Posted January 8, 2015 07CC: set_player $PLAYER_CHAR can_enter_exit_vehicles 0 Link to comment https://gtaforums.com/topic/759896-how-to-freeze-a-player/#findComment-1066787308 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