From 47c6d32990687072848d4af1ad05911deaa85587 Mon Sep 17 00:00:00 2001 From: Vortrex <3858226+VortrexFTW@users.noreply.github.com> Date: Tue, 3 May 2022 12:03:06 -0500 Subject: [PATCH] Fix IV bug --- scripts/client/startup.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/client/startup.js b/scripts/client/startup.js index 7c4b3e90..2dca8116 100644 --- a/scripts/client/startup.js +++ b/scripts/client/startup.js @@ -151,8 +151,8 @@ function setUpInitialGame() { natives.switchMadDrivers(false); // Singleplayer Cellphone - natives.requestScript("spcellphone"); - natives.startNewScript("spcellphone", 0); + //natives.requestScript("spcellphone"); + //natives.startNewScript("spcellphone", 0); // Script "v-blockedscripts" blocks the mpcellphone scripts natives.setMessagesWaiting(false); // Seems to have no effect natives.setMobilePhoneRadioState(false);