Page MenuHomeFeedback Tracker

No ammo with the mk18 ABR using a respawn script
Closed, ResolvedPublic

Description

I created an arma 3 mission with a respawn script where you can select your spawn location and your loadout.
There is an issue when using the Mk18 (classname: srifle_EBR_F,...) and the magazines of 20Rnd_762x51_Mag
After spawning I'm just having an Mk18 which is empty. The other classes are working fine. {F23999}

Details

Legacy ID
38972978
Severity
None
Resolution
Not A Bug
Reproducibility
Always
Category
Scripting
Steps To Reproduce
  1. Create a new mission in the editor and paste the description.ext in your mission's folder (for example the attached one in description.zip)
  1. Paste this in your init.sqf:

[west, "WEST1"] call BIS_fnc_addRespawnInventory;
[west, "WEST2"] call BIS_fnc_addRespawnInventory;
[west, "WEST3"] call BIS_fnc_addRespawnInventory;

  1. Start up the editor and create a respawn module (Type: inf / side: BLUFOR) and an BLUFOR unit (player).
  1. Save and export it as an mp mission.
  1. Start up a LAN or internet server and select the mission.
  1. Join the game
  1. You should see a menu where you can select your spawn position and (on the second page) your loadout. All works fine, except the Mk18 (Recon Marksman class) which should be empty.
Additional Information

FIXED! After editing the script, then reopening the mission in the editor and saving and exporting it as an mp mission it worked. Closed.

Event Timeline

army0104 edited Steps To Reproduce. (Show Details)May 22 2014, 8:58 PM
army0104 edited Additional Information. (Show Details)
army0104 set Category to Scripting.
army0104 set Reproducibility to Always.
army0104 set Severity to None.
army0104 set Resolution to Not A Bug.
army0104 set Legacy ID to 38972978.May 7 2016, 6:39 PM

Resolved according to Additional Info from user.

MadDogX added a subscriber: MadDogX.May 7 2016, 6:39 PM

Mass closing tickets marked as resolved more than 1 month ago.

If the issue is in fact not resolved, please create a new ticket referencing this one and ask for it to be re-opened.