Fix IV bug
This commit is contained in:
@@ -151,8 +151,8 @@ function setUpInitialGame() {
|
|||||||
natives.switchMadDrivers(false);
|
natives.switchMadDrivers(false);
|
||||||
|
|
||||||
// Singleplayer Cellphone
|
// Singleplayer Cellphone
|
||||||
natives.requestScript("spcellphone");
|
//natives.requestScript("spcellphone");
|
||||||
natives.startNewScript("spcellphone", 0);
|
//natives.startNewScript("spcellphone", 0);
|
||||||
// Script "v-blockedscripts" blocks the mpcellphone scripts
|
// Script "v-blockedscripts" blocks the mpcellphone scripts
|
||||||
natives.setMessagesWaiting(false); // Seems to have no effect
|
natives.setMessagesWaiting(false); // Seems to have no effect
|
||||||
natives.setMobilePhoneRadioState(false);
|
natives.setMobilePhoneRadioState(false);
|
||||||
|
|||||||
Reference in New Issue
Block a user