fnc_deployCcp.sqf 383 B

12345678910111213141516171819
  1. /*
  2. * Author: M3ales
  3. *
  4. * Arguments:
  5. * Unit
  6. * Return Value:
  7. * True if eligable to use bandage action
  8. *
  9. * Example:
  10. * [cursorTarget, player, []] call rd501_fnc_canBandageNearbyCCP
  11. *
  12. * Public: No
  13. */
  14. params ["_target", "_player", "_params"];
  15. ["rd501_medical_ccp_deployCCPServer", [_target]] call CBA_fnc_serverEvent;
  16. ["Deploying CCP Nearby"] call ACE_common_fnc_displayText;