barc.sqf 269 B

1234567891011
  1. //Allows barc speeders to be loaded in vehicles with cargo size larger than 4
  2. //Created by Rexi
  3. barc={
  4. params["_vic"];
  5. comment "gets health";
  6. [_vic, 4] call ace_cargo_fnc_setSize;
  7. };
  8. ["SW_BARC", "init",barc, true, [], true] call CBA_fnc_addClassEventHandler;