Update README.md

This commit is contained in:
Mike 2025-01-26 15:10:03 +00:00
parent 4cf7907739
commit d62897d693

View File

@ -8,9 +8,9 @@ Sector control missions for Arma III. Mod Lists are included inside the packed .
- If you wish to allow players to respawn with the same loadout you will need to uncomment the lines of code listed below in their respective .sqf files that are packed into the .pbo mission file (PBO Manager is required to unpack .pbo files):
<code> onPlayerKilled.sqf </code>
<code>onPlayerKilled.sqf</code>
<code> //player setVariable["Saved_Loadout",getUnitLoadout player]; </code>
<code>//player setVariable["Saved_Loadout",getUnitLoadout player];</code>
Make sure to uncomment the line of code for it to work properly. Can be seen above.
@ -18,7 +18,7 @@ Make sure to uncomment the line of code for it to work properly. Can be seen abo
remove the // at the start of the line of the code base.
<code> onPlayerRespawn.sqf </code>
<code>onPlayerRespawn.sqf</code>
<code>
//removeAllWeapons player;
@ -29,12 +29,12 @@ remove the // at the start of the line of the code base.
//removeAllAssignedItems player;
//clearAllItemsFromBackpack player;
//removeBackpack player;
//player setUnitLoadout(player getVariable["Saved_Loadout",[]]); </code>
//player setUnitLoadout(player getVariable["Saved_Loadout",[]]);</code>
Make sure to uncomment the line of code for it to work properly. Can be seen above.
<code> desciption.ext </code>
<code> desciption.ext</code>
(DO NOT CHANGE OR EDIT THE SETTINGS IN THE description.ext FILE !.)
@ -45,7 +45,7 @@ Make sure to uncomment the line of code for it to work properly. Can be seen abo
respawn=5; //
respawnDelay=3; //
respawnOnStart=2; //
///////////////////// </code>
/////////////////////</code>