NVG_A.sqf 349 B

1234567891011121314
  1. //Emergency Restore of to all players
  2. //Created by Rexi
  3. {
  4. _x unassignItem "swop_nvchipclean";
  5. _x unassignItem "SWOP_NVChip";
  6. _x unassignItem "SWOP_NVChip2";
  7. _x removeItem "swop_nvchipclean";
  8. _x removeItem "SWOP_NVChip";
  9. _x removeItem "SWOP_NVChip2";
  10. } forEach playableUnits;
  11. hintSilent "NVGS have been replaced on all players.";