NVG_A.sqf 218 B

123456789101112
  1. //Emergency Restore of to all players
  2. //Created by Rexi
  3. {
  4. _x addItem "swop_nvchipclean";
  5. _x assignItem "swop_nvchipclean";
  6. } forEach playableUnits;
  7. hintSilent "NVGS have been replaced on all players.";