Skip to content

Commit

Permalink
try to fix cssa3
Browse files Browse the repository at this point in the history
  • Loading branch information
nomisum committed Oct 4, 2015
1 parent 17df055 commit dc4d0c8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion description.ext
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
4 changes: 3 additions & 1 deletion init.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -142,7 +144,7 @@ if (hasInterface) then {
[] call checkJIP;
};

[] execVM "CSSA3\CSSA3_init.sqf";


enableSentences false;

Expand Down

0 comments on commit dc4d0c8

Please sign in to comment.