Skip to content

Commit

Permalink
Copy custom Chernarus config to other variants
Browse files Browse the repository at this point in the history
  • Loading branch information
3Mydlo3 committed Mar 21, 2024
1 parent e1e88bb commit efb2a32
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
class CfgSerialKillers
{
class Killers
{
FlagClassName = "FlagCarrierINS";
};

class Police
{
FlagClassName = "FlagCarrierCDF";
};
};
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,5 @@ respawnDelay = 20;
respawnOnStart = -1;
respawnTemplatesWest[] = {"MenuPosition", "Counter"};
respawnTemplatesEast[] = {"Base", "Counter"};

#include "CfgSerialKillers.hpp"
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
class CfgSerialKillers
{
class Killers
{
FlagClassName = "FlagCarrierINS";
};

class Police
{
FlagClassName = "FlagCarrierCDF";
};
};
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,5 @@ respawnDelay = 20;
respawnOnStart = -1;
respawnTemplatesWest[] = {"MenuPosition", "Counter"};
respawnTemplatesEast[] = {"Base", "Counter"};

#include "CfgSerialKillers.hpp"

0 comments on commit efb2a32

Please sign in to comment.