Map_GPS_A.sqf 231 B

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