From dee52083d359434fc3ac51a871c1b836d092d2ac Mon Sep 17 00:00:00 2001 From: hybrid Date: Thu, 11 Jun 2026 19:55:41 +0300 Subject: init --- Client/PVFunctions/SetHQStatus.sqf | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 Client/PVFunctions/SetHQStatus.sqf (limited to 'Client/PVFunctions/SetHQStatus.sqf') diff --git a/Client/PVFunctions/SetHQStatus.sqf b/Client/PVFunctions/SetHQStatus.sqf new file mode 100644 index 0000000..8970dd8 --- /dev/null +++ b/Client/PVFunctions/SetHQStatus.sqf @@ -0,0 +1,5 @@ +if (_this) then { + ['WFBE_AREAHQDEPLOYED' Call GetNamespace,true,MCoin] Call Compile preprocessFile "Client\Init\Init_Coin.sqf"; +} else { + ['WFBE_AREAHQUNDEPLOYED' Call GetNamespace,false,MCoin] Call Compile preprocessFile "Client\Init\Init_Coin.sqf"; +}; \ No newline at end of file -- cgit v1.3.1