ellfeeenity Posted March 10, 2018 Posted March 10, 2018 how i can freeze player? in console i have: WARNING: "FreezePlayer" function is not implemented yet. i find entity.freezePosition(true); but how i can use it in clientside?
Xabi Posted March 10, 2018 Posted March 10, 2018 Just use mp.players.local.freezePosition(true); if you want to freeze the local player, or just iterate through mp.players array and freeze the one you want. 1
ellfeeenity Posted March 10, 2018 Author Posted March 10, 2018 (edited) 53 минуты назад, Xabi сказал: Just use mp.players.local.freezePosition(true); if you want to freeze the local player, or just iterate through mp.players array and freeze the one you want. Thanks, you help me again) Edited March 10, 2018 by ellfeeenity
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