Re: DayZ-2017 SP [UPDATED]

Posted by DayZ_SP on
URL: http://kodabar-dayz-daizy-single-player-forum.163.s1.nabble.com/DayZ-2017-SP-V1-1-WITH-BASE-BUILDING-AND-WORKING-DOGS-gut-human-infected-now-working-tp1583p1811.html

Found an error in my own work.

Copy the following into the "spawnammo.sqf" and replace the entire spawnammo4 menu entry with the one below:

spawnammo4 =
[
        ["",true],
        ["1. 2 Round Double-Barreled Slugs", [], "", -5, [["expression", "player execVM 'cheats\weapons\ammo\2rnd_shotgun_74Slugs.sqf';"]], "1", "1"],
        ["2. 2 Round Double-Barreled Pellets", [], "", -5, [["expression", "player execVM 'cheats\weapons\ammo\2rnd_shotgun_74Pellets.sqf';"]], "1", "1"],
        ["3. 8 Round Beneli M1014/870 Slugs", [], "", -5, [["expression", "player execVM 'cheats\weapons\ammo\8rnd_B_Beneli_74Slugs.sqf';"]], "1", "1"],
        ["4. 8 Round Beneli M1014/870 Pellets", [], "", -5, [["expression", "player execVM 'cheats\weapons\ammo\8rnd_Beneli_Pellets.sqf';"]], "1", "1"],
        ["5. 15 Round Winchester 1866 Slugs", [], "", -5, [["expression", "player execVM 'cheats\weapons\ammo\15rnd_W1866_Slug.sqf';"]], "1", "1"],
        ["Back", [], "#USER:spawnammo1", -4, [["expression", ""]], "1", "1"],
        ["Exit", [], "", -3, [["expression", ""]], "1", "1"]
];
The list numbering (1,2,3, etc) was off and this effects how the game displays itemized lists.