Created
November 11, 2019 22:57
-
-
Save diwako/df9ad324ca7483775fdbb5ff40f2a03a to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// find out which dlcs a player owns | |
private _noDLC = getDLCs 2; | |
private _ownsApex = !(395180 in _noDLC); | |
private _ownsMarksmen = !(332350 in _noDLC); | |
private _ownsLow = !(571710 in _noDLC); | |
private _ownsHeli = !(304380 in _noDLC); | |
private _ownsTanks = !(798390 in _noDLC); | |
private _ownsJets = !(601670 in _noDLC); | |
private _ownsTacOps = !(744950 in _noDLC); | |
private _ownsCarts = !(288520 in _noDLC); | |
private _ownsContact = !(1021790 in _noDLC); | |
private _ownsGM = !(1042220 in _noDLC); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment