diff --git a/README.md b/README.md index 403e0d9..26737f6 100644 --- a/README.md +++ b/README.md @@ -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): - onPlayerKilled.sqf +onPlayerKilled.sqf - //player setVariable["Saved_Loadout",getUnitLoadout player]; +//player setVariable["Saved_Loadout",getUnitLoadout player]; 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. - onPlayerRespawn.sqf +onPlayerRespawn.sqf //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",[]]); +//player setUnitLoadout(player getVariable["Saved_Loadout",[]]); Make sure to uncomment the line of code for it to work properly. Can be seen above. - desciption.ext + desciption.ext (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; // -///////////////////// +/////////////////////