1.0.2.37 DEV

This commit is contained in:
[VB]AWOL
2013-09-28 21:46:51 -05:00
parent 2d65f9e950
commit ff256dd234
19 changed files with 214 additions and 86 deletions

View File

@@ -2,8 +2,7 @@ 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 {
cutText ["Cannot access gear on a locked vehicle." , "PLAIN DOWN"];
_display closeDisplay 1;
};