User Tools

Site Tools


arma_3:antistasi_console_commands

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
arma_3:antistasi_console_commands [2025/04/25 01:10] dragonflyarma_3:antistasi_console_commands [2025/04/25 01:17] (current) dragonfly
Line 32: Line 32:
 === Login === === Login ===
  
-This command logs in as admin. Only **ONE (1)** admin may be logged in at a time.+This command logs in as admin. Only **ONE (1)** admin/zeus may be logged in at a time.
  
 <code>#login</code> <code>#login</code>
Line 59: Line 59:
 ==== Force Commander ==== ==== Force Commander ====
  
-This command forces Commander role. Useful for when you're the main Commander, but get kicked out as a result of AFK.+These commands force Commander role changes. Useful for when you're the main Commander, but get kicked out as a result of AFK.
  
 <WRAP box> <WRAP box>
 === Player @ Cursor === === Player @ Cursor ===
 +
 +This command will promote to Commander the player under your cursor/crosshair.
 +
 <code>[cursorTarget] remoteExec ["A3A_fnc_makePlayerBossIfEligible", 2];</code> <code>[cursorTarget] remoteExec ["A3A_fnc_makePlayerBossIfEligible", 2];</code>
 </WRAP> </WRAP>
Line 68: Line 71:
 <WRAP box> <WRAP box>
 === Self === === Self ===
 +
 +Promotes self (command executor) to Commander.
 +
 <code>[player] remoteExec ["A3A_fnc_makePlayerBossIfEligible", 2];</code> <code>[player] remoteExec ["A3A_fnc_makePlayerBossIfEligible", 2];</code>
 </WRAP> </WRAP>
Line 80: Line 86:
 === Rebuild HQ @ Player Location === === Rebuild HQ @ Player Location ===
  
-Rebuilds all HQ basics on player location.+This command will rebuild HQ on player location including [[Garage]], [[Arsenal]], [[Flagpole]] & [[Petros]].
  
 <wrap tip>**Note:** This will not move or garage statics or vehicles at HQ. Move/garage them manually.</wrap> <wrap tip>**Note:** This will not move or garage statics or vehicles at HQ. Move/garage them manually.</wrap>
Line 129: Line 135:
 === Personal === === Personal ===
  
-Replace ''Money'' with an integer value.+Replace ''Money'' with an integer value. 
  
 <code>[Money] call A3A_fnc_resourcesPlayer;</code> <code>[Money] call A3A_fnc_resourcesPlayer;</code>
 +
 +**//Example://**
 +''[600] call A3A_fnc_resourcesPlayer;'' ~ gives ''💸600'' to player.
 </WRAP> </WRAP>
  
Line 140: Line 149:
  
 <code>[HR,Money] remoteExec ["A3A_fnc_resourcesFIA",2];</code> <code>[HR,Money] remoteExec ["A3A_fnc_resourcesFIA",2];</code>
 +
 +**//Example://**
 +''[50,600] remoteExec ["A3A_fnc_resourcesFIA",2];'' ~ gives ''⚔️50'' and ''💸600'' to Team.
 +
 </WRAP> </WRAP>
  
arma_3/antistasi_console_commands.1745543440.txt.gz · Last modified: by dragonfly