ellfeeenity 1 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? Share this post Link to post Share on other sites
Xabi 143 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. Share this post Link to post Share on other sites
ellfeeenity 1 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 Share this post Link to post Share on other sites