mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-13 19:52:38 +03:00
Merge pull request #2026 from F507DMT/patch-6
Update player_countMagazines.sqf
This commit is contained in:
@@ -4,7 +4,7 @@
|
|||||||
return all player magazines with ammo count
|
return all player magazines with ammo count
|
||||||
*/
|
*/
|
||||||
|
|
||||||
private ["_dialog","_created","_magazineArray"];
|
private ["_dialog","_created","_magazineArray","_item","_val","_max"];
|
||||||
disableSerialization;
|
disableSerialization;
|
||||||
|
|
||||||
_dialog = findDisplay 106;
|
_dialog = findDisplay 106;
|
||||||
@@ -53,4 +53,4 @@ if ( _created ) then {
|
|||||||
closeDialog 0;
|
closeDialog 0;
|
||||||
};
|
};
|
||||||
|
|
||||||
_magazineArray
|
_magazineArray
|
||||||
|
|||||||
Reference in New Issue
Block a user