Web hosting and domain registration fees are due next week, PMC web sites will go down without your help, please Support PMC so these web sites can say online.

Without your support there will be web site down time, so please Support PMC, thank you.

You can find more detailed information about PMC web site hosting issue from PMC Tactical Forum "PMC websites from shared hosting to Virtual Private Server" topic.

If you enjoyed this content please help with web site hosting fees, head over to Support PMC page, much appreciated.

User Tools

Site Tools


arma3:scripting:set-players-group-to-position

ArmA 3 Set Players Group To Position

ArmA 3 Forum, ArmA 3, ArmA 3 Config, ArmA 3 Missions, ArmA 3 3D Modeling, ArmA 3 Scripting, ArmA 3 Terrain, ArmA 3 Texturing, ArmA 3 Tools

2022-06-19T03:11:00Z

Generate random location first, then use scripts/PMC/PMC_FormationPosition.sqf script to set player AND his group there all nicely in formation (no ugly stacking).

PMCTODO This script is located in pmc_livonia_ninjas/m001.pmc_rattler/PMC/ dir for now, dunno where it is later if you forgot to update this page ;)

PMC/PMC_FormationPosition.sqf:

//https://community.bistudio.com/wiki/formationPosition
 
// Reposition entire group to a new position (ground level)
private _group = group player;
private _leader = leader _group;
 
// set the leader to the spawn position
_leader setPosATL (_this select 0);
 
// Reposition all units of the group except the leader
{
	private _formationPos = formationPosition _x;
	_formationPos set [2, 0];
	_x setPosATL _formationPos;
} forEach (units _group - [_leader]);
arma3/scripting/set-players-group-to-position.txt · Last modified: 2024-07-25 07:10 by snakeman

All PMC web site download services are temporarily suspended until web hosting fees have been paid off, you can help. Visit Support PMC page.

To recap; PMC needs your help to pay yearly web hosting and domain registration fees, this is urgent need as hosting fees expire next week (middle of september 2024), don't wait. Visit Support PMC page and if you want to read more indepth story behind all this, check PMC Tactical Forum "PMC websites from shared hosting to Virtual Private Server" topic. Thank you very much.

Please support PMC from this page, thank you.