Fix IV bug

This commit is contained in:
Vortrex
2022-05-03 12:03:06 -05:00
parent 815b084449
commit 47c6d32990

View File

@@ -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);