diff --git a/description.ext b/description.ext index 7bba46ad..7b61d202 100644 --- a/description.ext +++ b/description.ext @@ -10,9 +10,9 @@ onLoadMissionTime = True; disabledAI = 0; //1 enableDebugConsole = 1; loadScreen = "pic\loading.jpg"; +respawnDelay = 9999999; #include "CSSA3\CSSA3_header.hpp" -respawnDelay = 3; //respawnDelay = 9999999; // 9999999 or greater = No Respawn //Changes respawn, respawnDialog and respawnTemplates parameters. diff --git a/init.sqf b/init.sqf index e68c54d4..8f41f22b 100644 --- a/init.sqf +++ b/init.sqf @@ -106,6 +106,8 @@ if (isServer) then { }; diag_log format ["setup: server done"]; +[] execVM "CSSA3\CSSA3_init.sqf"; + clearInventory = compile preprocessFile "helpers\clearInventory.sqf"; spawnStuff = compile preprocessFile "helpers\spawnStuff.sqf"; //SHK POS @@ -142,7 +144,7 @@ if (hasInterface) then { [] call checkJIP; }; - [] execVM "CSSA3\CSSA3_init.sqf"; + enableSentences false;