1.7.5.D1202

This commit is contained in:
A Clark
2012-12-07 20:29:23 -06:00
parent 73f951f1cf
commit 5521090b9e
74 changed files with 1258 additions and 576 deletions

View File

@@ -9,7 +9,7 @@ disableUserInput true;
_dialog = findDisplay 106;
_created = false;
if ( isNull _dialog ) then {
startLoadingScreen [""];
//startLoadingScreen [""];
createGearDialog [player, "RscDisplayGear"];
_dialog = findDisplay 106;
_created = true;
@@ -48,7 +48,7 @@ for "_i" from 122 to 129 do
};
if ( _created ) then {
closeDialog 0;
endLoadingScreen;
//endLoadingScreen;
};
disableUserInput false;
dayz_Magazines=_magazineArray;