mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2026-02-17 05:32:57 +03:00
Add hidden gear display for force saves
Vanilla commits:a4f86904049170e0f8a0
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user