Prevent changing clothes while wearing a backback

Also removed 10m restriction on other players nearby
This commit is contained in:
[VB]AWOL
2013-12-10 17:30:09 -06:00
parent 9071cf2e9c
commit 66e1a9b10f
3 changed files with 105 additions and 161 deletions

View File

@@ -10,8 +10,8 @@ _dialog = findDisplay 106;
_created = false;
if ( isNull _dialog ) then {
//startLoadingScreen [""];
createGearDialog [player, "RscDisplayGear"];
_dialog = findDisplay 106;
createGearDialog [player, "RscDisplayGear"];
_dialog = findDisplay 106;
_created = true;
};