Advertisement
PiZZADOX

Sample serverinit.sqf

May 29th, 2016
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.25 KB | None | 0 0
  1. ace_sys_wounds_enabled = true; publicVariable "ace_sys_wounds_enabled";
  2. ace_sys_wounds_noai = false; publicVariable "ace_sys_wounds_noai";
  3. ace_sys_wounds_leftdam = 0.1; publicVariable "ace_sys_wounds_leftdam";
  4. ace_sys_wounds_all_medics = false; publicVariable "ace_sys_wounds_all_medics";
  5. ace_sys_wounds_no_rpunish = true; publicVariable "ace_sys_wounds_no_rpunish";
  6. ace_sys_wounds_auto_assist_any = true; publicVariable "ace_sys_wounds_auto_assist_any";
  7. ace_sys_wounds_ai_movement_bloodloss = true; publicVariable "ace_sys_wounds_ai_movement_bloodloss";
  8. ace_sys_wounds_player_movement_bloodloss = true; publicVariable "ace_sys_wounds_player_movement_bloodloss";
  9. ace_sys_wounds_auto_assist = true; publicVariable "ace_sys_wounds_auto_assist";
  10. ace_sys_wounds_no_medical_vehicles = false; publicVariable "ace_sys_wounds_no_medical_vehicles";
  11. ace_sys_tracking_markers_enabled = false; publicVariable "ace_sys_tracking_markers_enabled";
  12. ace_sys_eject_fnc_weaponcheck = {}; publicVariable "ace_sys_eject_fnc_weaponcheck";
  13. ace_sys_playerhud_dead_unit_deltime = 300; publicVariable "ace_sys_playerhud_dead_unit_deltime";
  14. ACE_fnc_PutWeaponOnBack = ACE_fnc_AddWeaponOnBack; publicVariable "ACE_fnc_PutWeaponOnBack";
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement