Update README.md

This commit is contained in:
Mike 2025-01-26 15:08:50 +00:00
parent 5c9a400f63
commit 3d74c4d805

View File

@ -7,14 +7,14 @@ Sector control missions for Arma III. Mod Lists are included inside the packed .
- Mod list included with the .pbo Mission file.
- 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> //player setVariable["Saved_Loadout",getUnitLoadout player]; </code>
Make sure to uncomment the line of code for it to work properly. Can be seen above.
===================================================================================================
====================================================================================
remove the // at the start of the line of the code base.
@ -30,9 +30,9 @@ remove the // at the start of the line of the code base.
//clearAllItemsFromBackpack player;
//removeBackpack player;
//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>
@ -47,7 +47,7 @@ respawnDelay=3; //
respawnOnStart=2; //
///////////////////// </code>
=====================================================================================================
====================================================================================
Please open a new issue if there is any bugs, errors or problems you find in my missions. Please include screenshots of the error message(s) & as much detail as possible to help me find and fix the issue.