ItsClonkAndre 23 Posted November 26, 2020 Share Posted November 26, 2020 One thing it know is that you can disable the phone through Player.CanControlCharacter = false but i dont like it that when you are driving that the vehicle instantly stops so i just want to disable the phone and not the player's movement. Is it possible? Thanks! Link to post Share on other sites
Teki 31 Posted November 27, 2020 Share Posted November 27, 2020 Maybe by terminating the script ? Function.Call("TERMINATE_ALL_SCRIPTS_WITH_THIS_NAME", "spcellphone"); This is the first script about cell phone loaded on single player, it might be enough to completely disable cellphone but there are other scripts about cellphone and I don't really what they do. common/data/cdimages/script.img: Quote spcellphone.sco spcellphonecalling.sco spcellphonedebug.sco spcellphoneendcall.sco spcellphonemain.sco spcellphonenetwork.sco spcellphonetutorial.sco common/data/cdimages/script_network.img: Quote mpcellphone.sco mpcellphonecalling.sco mpcellphonemain.sco mpcellphonenetwork.sco mpcellphoneparty.sco 3 Link to post Share on other sites
ItsClonkAndre 23 Posted November 27, 2020 Author Share Posted November 27, 2020 Works perfectly! Thanks man! 1 Link to post Share on other sites