official-antistasi-community / A3-Antistasi

Antistasi Community Version - work in progress - Discord https://discord.com/invite/TYDwCRKnKX
https://antistasi.de
Other
226 stars 156 forks source link

PVP Loadout assignment #733

Closed Lazejun closed 4 years ago

Lazejun commented 4 years ago

Reported from Malden:

All Bluefor PVP Loadouts only got the Teamleader loadout,

the Slots in the Mission SQF are missing a Variable in their Init: Case Malden. groupPlayersNATO = group this; this setVariable ["pvp",true]

(Teamleaders Init, slot 1 (0)

this setVariable ["pvp",true]

(Scout ATs init, slot 6)

it should be (Taken from Altis)

groupPlayersNATO = group this; this setVariable ["pvp",true]; this setVariable ["pvpPlayerUnitNumber", 0];

(Teamleders init, Slot 1 (0)

this setVariable ["pvp",true]; this setVariable ["pvpPlayerUnitNumber", 5];

(Scout ATs init)

Lazejun commented 4 years ago

Checked Mission SQMs allready its only missing on Anizay and Malden:

this setVariable [""pvpPlayerUnitNumber"", 0];}";