Map_GPS_A.sqf 212 B

12345678910
  1. //Add all Maps,GPS back
  2. {
  3. _x addItem "ItemGPS";
  4. _x assignItem "ItemGPS";
  5. _x addItem "ItemMap";
  6. _x assignItem "ItemMap";
  7. ;} forEach playableUnits;
  8. hintSilent "Maps and GPS units added back to players";