blob: 8970dd89a38a15b6e355e4b9018b36d0162349b8 (
plain)
1
2
3
4
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";
};
|