Add hidden gear display for force saves

Vanilla commits:

a4f8690404

9170e0f8a0
This commit is contained in:
ebayShopper
2017-04-17 17:04:06 -04:00
parent 2f0774d531
commit 78c4ebd597
6 changed files with 251 additions and 19 deletions

View File

@@ -1,8 +1,8 @@
/*
count player magazines with ammo count
value = call player_countMagazines; //must be called from a spawned thread (|| use spawn)
return all player magazines with ammo count
Modified to save backpack magazine count by icomrade - Base for fix by Ziellos2k
count player magazines with ammo count
value = call player_countMagazines; //must be called from a spawned thread (or use spawn)
return all player magazines with ammo count
Modified to save backpack magazine count by icomrade - Base for fix by Ziellos2k
*/
private ["_control","_item","_val","_max","_count","_magazineArray","_dialog"];
disableUserInput true;