mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 20:13:13 +03:00
Update player_countMagazines.sqf
Variables("_item","_val","_max") get lost in other scripts, causing errors.
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
return all player magazines with ammo count
|
||||
*/
|
||||
|
||||
private ["_dialog","_created","_magazineArray"];
|
||||
private ["_dialog","_created","_magazineArray","_item","_val","_max"];
|
||||
disableSerialization;
|
||||
|
||||
_dialog = findDisplay 106;
|
||||
|
||||
Reference in New Issue
Block a user