Update README.md
This commit is contained in:
parent
3d74c4d805
commit
4cf7907739
10
README.md
10
README.md
|
@ -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.
|
- 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):
|
- 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.
|
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.
|
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;
|
//clearAllItemsFromBackpack player;
|
||||||
//removeBackpack 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.
|
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>
|
||||||
|
|
||||||
|
@ -47,7 +47,7 @@ respawnDelay=3; //
|
||||||
respawnOnStart=2; //
|
respawnOnStart=2; //
|
||||||
///////////////////// </code>
|
///////////////////// </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.
|
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.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user