This commit is contained in:
Vortrex
2022-03-13 05:29:11 -05:00
parent 3c362e06a5
commit 7c466474f3
3 changed files with 17 additions and 3 deletions

View File

@@ -151,6 +151,11 @@ function setUpInitialGame() {
natives.switchAmbientPlanes(true);
natives.switchMadDrivers(false);
// Singleplayer Cellphone
natives.requestScript("spcellphone");
natives.startNewScript("spcellphone", 0);
//natives.setMessagesWaiting(false);
natives.requestAnims("DANCING");
return true;
}