ArmA3 Documentation
CtrlK
HomeSnippets & Scripts
ArmA3 Documentation
CtrlK
  • Editor Content
    • Gaia & Jebus
  • Snippets & Scripts
    • ACE & Vanilla Arsenal
    • Disable Negative Rating
    • Teleporter
    • Set Flag Texture
    • Minefield with Area Markers
    • Styled Service Point
    • Disable Panels
    • UAV Terminal On Object
    • Warlords Setup
      • Custom Assets In Request Menu
    • 3D Text On Object
    • Random Waypoints
    • Disable Stamina For All AI
    • Infinite Fuel & Ammo
    • Adjusting Cargo Space For Vehicle (ACE)
    • AI Join Player Squad
    • Change Voice on AI
    • Apply Texture to Vehicle
    • Setup AI Sector Control
      • Custom Faction
      • Sector Tactic
Powered by GitBook
On this page
  1. Snippets & Scripts

Disable Stamina For All AI

Go to your mission folder go to your init.sqf file and add this line in there:

// DISABLE STAMINA FOR ALL AI
[] spawn { while {true} do { { _x enableStamina false } foreach allunits; sleep 20; }; };

Last updated 1 year ago