fixes plus podagorsk support

This commit is contained in:
[VB]AWOL
2013-09-27 16:29:21 -05:00
parent 4091cf0996
commit 2d65f9e950
6 changed files with 1859 additions and 72 deletions

View File

@@ -2,6 +2,8 @@ disableSerialization;
_display = (_this select 0);
_close = {locked _x} count (nearestObjects [player, ["AllVehicles"], 5]) > 0;
cutText ["Cannot access gear on a locked vehicle." , "PLAIN DOWN"];
if(_close) then {
_display closeDisplay 1;
};