Skip to content

Instantly share code, notes, and snippets.

@Neefay
Created February 22, 2018 22:25
Show Gist options
  • Select an option

  • Save Neefay/ecfa1a98b5b6e5ec874e5d4a1c4491af to your computer and use it in GitHub Desktop.

Select an option

Save Neefay/ecfa1a98b5b6e5ec874e5d4a1c4491af to your computer and use it in GitHub Desktop.
A bunch of useful little commands to use during ops
// God Mode
player allowDamage false;
// ACE Full Heal
// Self:
[player, player] call ace_medical_fnc_treatmentAdvanced_fullHealLocal;
// Whoever you're looking at:
[cursorTarget, cursorTarget] call ace_medical_fnc_treatmentAdvanced_fullHealLocal;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment