Remco1337 Posted May 7, 2020 Posted May 7, 2020 Hi, I just wrote a command where when you type '/phone' the phone appears with: https://wiki.rage.mp/index.php?title=Mobile::createMobilePhone But there seems no way to remove the phone? Anyone knows how this function is called?
Zepenthium Posted May 8, 2020 Posted May 8, 2020 (edited) Maybe use setMobilePhonePosition to move it outside of the screen and use setMobilePhoneScale to decrease the scale. Zepenthium~ Edited May 8, 2020 by Zepenthium
Solpadoin Posted May 8, 2020 Posted May 8, 2020 (edited) mp.game.mobile.setPhoneLean(true) // hide mp.game.mobile.setPhoneLean(false) // show If it doesn't work, you can change alpha color of your mobile telephone. You don't need to move it outside of the screen. Edited May 8, 2020 by Solpadoin
MrPancakers Posted May 8, 2020 Posted May 8, 2020 https://cdn.rage.mp/public/natives/#native_0x3BC861DF703E5097 Use this to destroy your phone.
Remco1337 Posted May 10, 2020 Author Posted May 10, 2020 On 5/8/2020 at 4:58 AM, MrPancakers said: https://cdn.rage.mp/public/natives/#native_0x3BC861DF703E5097 Use this to destroy your phone. Thanks mate Solution: mp.game.invoke('0x3BC861DF703E5097', mp.players.local.handle, true);
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